From 23d1471608b2a586f5db0aafa7142f25b89a4adb Mon Sep 17 00:00:00 2001 From: "einstein@awk" Date: Mon, 9 Oct 2006 16:39:12 +0200 Subject: [PATCH] modified debian/rules and Makefile to include the rendered manpage in the tar.gz --- Makefile | 4 +++- debian/changelog | 6 ++++++ debian/rules | 1 + 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 26d9e89..9a4e9e8 100644 --- a/Makefile +++ b/Makefile @@ -42,5 +42,7 @@ install: all $(install_) -m 755 $(name_) $(usrsbin) clean: - rm -rf $(name_).8.html $(name_).8.xml $(name_).8 $(name_).8.gz + rm -rf $(name_).8.xml $(name_).8 +cleanall: clean + rm -rf $(name_).8.html $(name_).8.gz diff --git a/debian/changelog b/debian/changelog index 797736a..34a0b75 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +grml-crypt (0.15) unstable; urgency=low + + * Added compiled doku to the .tar.gz package + + -- Michael Gebetsroither Mon, 9 Oct 2006 15:33:46 +0200 + grml-crypt (0.14) unstable; urgency=low * Fixed a few typos (thanks to Zugschlus) diff --git a/debian/rules b/debian/rules index b4f8fd7..e30bf65 100755 --- a/debian/rules +++ b/debian/rules @@ -45,6 +45,7 @@ clean: rm -f build-stamp configure-stamp # Add here commands to clean up after the build process. + $(MAKE) doc $(MAKE) clean dh_clean -- 2.1.4