Mercurial > hgbook
comparison en/Makefile @ 698:9e8e5292acaa
Generate a nice readable index.
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Fri, 27 Mar 2009 00:41:15 -0700 |
parents | 7893b3824715 |
children | f107ab150809 1c13ed2130a7 |
comparison
equal
deleted
inserted
replaced
697:7893b3824715 | 698:9e8e5292acaa |
---|---|
117 | 117 |
118 web: ../xsl/system-xsl websup html | 118 web: ../xsl/system-xsl websup html |
119 | 119 |
120 html: $(obj-web-read)/index.html | 120 html: $(obj-web-read)/index.html |
121 | 121 |
122 $(obj-web-read)/index.html: ../xsl/system-xsl .validated-00book.xml | 122 ../web/index-read.html.in: ../web/genindex.py $(xml-src-files) |
123 $< | |
124 | |
125 $(obj-web-read)/index.html: ../xsl/system-xsl .validated-00book.xml ../web/index-read.html.in | |
123 xsltproc $(xsltproc-opts) -o $(obj-web-read)/x ../xsl/chunk-stylesheet.xsl 00book.xml | 126 xsltproc $(xsltproc-opts) -o $(obj-web-read)/x ../xsl/chunk-stylesheet.xsl 00book.xml |
127 python ../web/texpand.py ../web/index-read.html.in html/read/index.html | |
124 for i in $(obj-web-read)/*.html; do \ | 128 for i in $(obj-web-read)/*.html; do \ |
125 gzip -9 -c $$i > $$i.gz; \ | 129 gzip -9 -c $$i > $$i.gz; \ |
126 done | 130 done |
127 | 131 |
128 websup: $(extras-web) $(image-web) | 132 websup: $(extras-web) $(image-web) |