Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
--- manual/Makefile 2002/04/18 18:48:27 1.12
+++ manual/Makefile 2002/04/24 17:43:43 1.13
@@ -39,7 +39,7 @@
make clean
rm -f manual.{ps,pdf}
rm -rf manual
- rm -f manual.tz mbkup.tz
+ rm -f manual.{tz,tgz} mbkup.{tz,tgz}
# Note - the noantialias option here does not affect the gif images
# that are generated. However, it does make ppmquant to run in
@@ -69,8 +69,8 @@
latex2html -debug -nodiscard -ldump $(L2H) manual
subfigs:
- cd manual; tar -czf ../mbkup.tz .
+ tar -czf mbkup.tgz manual
cd manual; ../tools/make_mail_subjects.sh
cd manual; ../tools/figsub.sh
cd manual; ../tools/fix_docref_target.sh
- cd manual; tar -czf ../manual.tz .
+ tar -czf manual.tgz manual
| ViewVC Help | |
| Powered by ViewVC 1.1.22 |