From d87cfc2477bb7efe32db6d8be523819068aaab47 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Tue, 1 Apr 2008 19:06:23 +0100 Subject: [PATCH] Makefile.am: Oops, distribute important things. Like the Debian stuff and the RELEASE file. --- Makefile.am | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) 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 -------------------------------------------------- -- 2.11.0