From: einstein@awk Date: Mon, 9 Oct 2006 14:39:12 +0000 (+0200) Subject: modified debian/rules and Makefile to include the rendered manpage in the tar.gz X-Git-Tag: grml0.9~1 X-Git-Url: http://git.grml.org/?p=grml-crypt.git;a=commitdiff_plain;h=23d1471608b2a586f5db0aafa7142f25b89a4adb modified debian/rules and Makefile to include the rendered manpage in the tar.gz --- 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