From: Mark Wooding Date: Thu, 29 Jan 2009 19:22:56 +0000 (+0000) Subject: Makefile: actually substitute @skeldir@ onion in skel.el. X-Git-Tag: 1.2.3^0 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/skel/commitdiff_plain/1e2f2857d908ef408e6d77b469a5f76186b40a74 Makefile: actually substitute @skeldir@ onion in skel.el. --- diff --git a/Makefile.am b/Makefile.am index 7c1db16..4a0bd74 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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. diff --git a/debian/changelog b/debian/changelog index 215269d..28fcac6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +skel (1.2.3) experimental; urgency=low + + * Fix broken build -- failed to subsitute skeldir. + + -- Mark Wooding Thu, 29 Jan 2009 19:22:45 +0000 + skel (1.2.2) experimental; urgency=low * Build system spring-cleaning.