Fix Makefile.in:

- correctly generate the documentation,
 - correctly remove generated documentation.
This commit is contained in:
Yann E. MORIN" 2007-08-07 17:10:07 +00:00
parent 72caaf7717
commit ef21bfc5c0

View File

@ -44,7 +44,7 @@ build-man: docs/ct-ng.1.gz
docs/ct-ng.1.gz: docs/ct-ng.1
@echo " GZIP $@"
@gzip -f9 $<
@gzip -c9 $< >$@
%: %.in
@echo " SED $@"
@ -66,7 +66,7 @@ clean-bin:
clean-lib:
clean-doc:
@rm -f docs/ct-ng.1.gz
@rm -f docs/ct-ng.1 docs/ct-ng.1.gz
#--------------------------------------
# Install rules