Tweaked doc archiving rules.
This commit is contained in:
parent
4328c2e43b
commit
e3709bb494
1 changed files with 7 additions and 4 deletions
11
Makefile.am
11
Makefile.am
|
@ -42,16 +42,19 @@ fgfs-base-zip:
|
|||
|
||||
# make the documentation distribution
|
||||
|
||||
fgfs-docs: fgfs-docs-tar fgfs-docs-zip
|
||||
fgfs-docs: fgfs-docs-tar fgfs-manual-zip
|
||||
|
||||
fgfs-docs-tar:
|
||||
( cd .. ; \
|
||||
tar czvf fgfs-docs-$(VERSION).tar.gz FlightGear/Docs )
|
||||
|
||||
fgfs-docs-zip:
|
||||
( cd .. ; \
|
||||
zip -r fgfs-docs-$(VERSION).zip FlightGear/Docs )
|
||||
# fgfs-docs-zip:
|
||||
# ( cd .. ; \
|
||||
# zip -r fgfs-docs-$(VERSION).zip FlightGear/Docs )
|
||||
|
||||
fgfs-manual-zip:
|
||||
( cd .. ; \
|
||||
zip -r fgfs-manual-$(VERSION).zip FlightGear/Docs/InstallGuide )
|
||||
|
||||
# make the win32-bin distribution
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue