chiark / gitweb /
Makefile: actually substitute @skeldir@ onion in skel.el.
[skel] / Makefile.am
index 7c1db16769310cff714119d59202edce851e4080..4a0bd7464ba902a3fb9608f67a9c2c0c8d527470 100644 (file)
@@ -31,7 +31,8 @@ EXTRA_DIST             =
 
 confsubst = $(top_srcdir)/config/confsubst
 SUBSTITUTIONS = \
-       PACKAGE=$(PACKAGE) VERSION=$(VERSION)
+       PACKAGE=$(PACKAGE) VERSION=$(VERSION) \
+       skeldir=$(skeldir)
 
 ###--------------------------------------------------------------------------
 ### Emacs Lisp stuff.