mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-19 04:47:52 +00:00
Fix Makefile.in:
- correctly generate the documentation, - correctly remove generated documentation.
This commit is contained in:
parent
72caaf7717
commit
ef21bfc5c0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user