From: Mark Wooding Date: Tue, 1 Apr 2008 18:06:23 +0000 (+0100) Subject: Makefile.am: Oops, distribute important things. X-Git-Tag: 1.2.0~3 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/misc/commitdiff_plain/d87cfc2477bb7efe32db6d8be523819068aaab47 Makefile.am: Oops, distribute important things. Like the Debian stuff and the RELEASE file. --- diff --git a/Makefile.am b/Makefile.am index 5387354..ca1af35 100644 --- a/Makefile.am +++ b/Makefile.am @@ -243,4 +243,22 @@ splitconf: splitconf.in Makefile endif +###-------------------------------------------------------------------------- +### Other administrivia. + +dist-hook: + echo $(VERSION) >$(distdir)/RELEASE + +###-------------------------------------------------------------------------- +### Debian. + +## Standard files. +EXTRA_DIST += debian/rules +EXTRA_DIST += debian/copyright +EXTRA_DIST += debian/changelog +EXTRA_DIST += debian/control + +## What to install where. +EXTRA_DIST += debian/inst + ###----- That's all, folks --------------------------------------------------