projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a5f420
)
Fix the HTML tarball target to generate the HTML if needed instead of
author
Fred Drake
<fdrake@acm.org>
Tue, 12 Jan 1999 20:32:39 +0000
(20:32 +0000)
committer
Fred Drake
<fdrake@acm.org>
Tue, 12 Jan 1999 20:32:39 +0000
(20:32 +0000)
bombing.
Doc/Makefile
patch
|
blob
|
history
diff --git
a/Doc/Makefile
b/Doc/Makefile
index 49c1d5b172b5ed36d618865f6038940f8f29536f..88991ee570787087ed0378ed6c22205e128fcb16 100644
(file)
--- a/
Doc/Makefile
+++ b/
Doc/Makefile
@@
-202,11
+202,7
@@
postscript-$(PAPER)-$(RELEASE).tgz: ps
(cd paper-$(PAPER); $(MAKE) README)
(cd paper-$(PAPER); tar cf - *.ps README) | gzip -9 >$@
-html-$(RELEASE).tgz: $(HTMLDIR)/api/api.html $(HTMLDIR)/ext/ext.html \
- $(HTMLDIR)/lib/lib.html $(HTMLDIR)/mac/mac.html \
- $(HTMLDIR)/ref/ref.html $(HTMLDIR)/tut/tut.html
-
-html-$(RELEASE).tgz:
+html-$(RELEASE).tgz: html
(cd $(HTMLDIR); tar cf - index.html ???/???.css ???/*.html */*.gif) \
| gzip -9 >$@