mirror of
https://github.com/cookiengineer/audacity
synced 2025-04-30 23:59:41 +02:00
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:
parent
6362c4377c
commit
4ea008ea67
@ -132,9 +132,9 @@ 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user