Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 84cca44

Browse files
committed
Added utility target tarhtml to tar and gzip the HTML files plus their
support (GIFS, icons, style sheets).
1 parent 28fbe4d commit 84cca44

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Doc/Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,10 @@ l2hapi: api.dvi myformat.perl
199199
mv api/xxx api/api.html
200200
ln -s api.html api/index.html || true
201201

202+
tarhtml: l2h
203+
@echo "Did you remember to run makeMIFs.py in the ref subdirectory...?"
204+
tar cf - index.html ???/???.css ???/*.html lib/*.gif icons/*.* | gzip >html.tar.gz
205+
202206

203207
# Housekeeping targets
204208

0 commit comments

Comments
 (0)