mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
The dependency of tarhtml on l2h was a bad idea.
This commit is contained in:
parent
c8520351af
commit
330c660f66
1 changed files with 1 additions and 1 deletions
|
@ -199,7 +199,7 @@ l2hapi: api.dvi myformat.perl
|
|||
mv api/xxx api/api.html
|
||||
ln -s api.html api/index.html || true
|
||||
|
||||
tarhtml: l2h
|
||||
tarhtml:
|
||||
@echo "Did you remember to run makeMIFs.py in the ref subdirectory...?"
|
||||
tar cf - index.html ???/???.css ???/*.html lib/*.gif icons/*.* | gzip >html.tar.gz
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue