make the compressed man page depend upon the uncompressed one, this makes editing it easier. Also move the comment outside the makefile commands section, it makes the make output cleaner

This commit is contained in:
richardash1981 2011-11-26 17:13:37 +00:00
parent 6362c4377c
commit 4ea008ea67

View File

@ -132,10 +132,10 @@ uninstall-extra-data:
uninstall-lrdf-data:
rm -f $(DESTDIR)$(DATADIR)/$(AUDACITY_NAME)/rdf/ladspa.rdfs
help/audacity.1.gz:
# gzipping the file this way prevents audacity.1 from getting deleted
help/audacity.1.gz: help/audacity.1
cat help/audacity.1 | gzip -9 > help/audacity.1.gz
# gzipping the file this way prevents audacity.1 from getting deleted
dox: audacity.dox
doxygen audacity.dox