# HG changeset patch # User "Yann E. MORIN" # Date 1186506607 0 # Node ID ca15018d30bd61258b9c9042c93443849a883448 # Parent e61d6151d80752aee8004dabe89775b8564d3e67 Fix Makefile.in: - correctly generate the documentation, - correctly remove generated documentation. diff -r e61d6151d807 -r ca15018d30bd Makefile.in --- a/Makefile.in Tue Aug 07 17:08:13 2007 +0000 +++ b/Makefile.in Tue Aug 07 17:10:07 2007 +0000 @@ -44,7 +44,7 @@ docs/ct-ng.1.gz: docs/ct-ng.1 @echo " GZIP $@" - @gzip -f9 $< + @gzip -c9 $< >$@ %: %.in @echo " SED $@" @@ -66,7 +66,7 @@ clean-lib: clean-doc: - @rm -f docs/ct-ng.1.gz + @rm -f docs/ct-ng.1 docs/ct-ng.1.gz #-------------------------------------- # Install rules