Mercurial > hgbook
comparison ja/Makefile @ 369:73aa295a40da
- build fix for en
- more collab.tex
- small correction in mq-ref.tex
author | Yoshiki Yazawa <yaz@honeyplanet.jp> |
---|---|
date | Sun, 07 Dec 2008 14:18:38 +0900 |
parents | 96437101a088 |
children | 019040fbf5f5 |
comparison
equal
deleted
inserted
replaced
368:7ef84661e43e | 369:73aa295a40da |
---|---|
173 cd $(dir $(1)) && t4ht -f/$(basename $(notdir $(1))) | 173 cd $(dir $(1)) && t4ht -f/$(basename $(notdir $(1))) |
174 ./fixhtml.py $(dir $(1))/*.html | 174 ./fixhtml.py $(dir $(1))/*.html |
175 rm $(dir $(1))/hgbook.css | 175 rm $(dir $(1))/hgbook.css |
176 endef | 176 endef |
177 | 177 |
178 html/onepage/hgbook.html: $(sources) $(image-html) examples bookhtml.cfg | 178 #html/onepage/hgbook.html: $(sources) $(image-html) examples bookhtml.cfg |
179 html/onepage/hgbook.html: $(sources) $(image-html) bookhtml.cfg | |
179 $(call htlatex,$@,$<) | 180 $(call htlatex,$@,$<) |
180 | 181 |
181 html/split/hgbook.html: $(sources) examples bookhtml.cfg | 182 #html/split/hgbook.html: $(sources) examples bookhtml.cfg |
183 html/split/hgbook.html: $(sources) bookhtml.cfg | |
182 $(call htlatex,$@,$<,2) | 184 $(call htlatex,$@,$<,2) |
183 | 185 |
184 # Produce 90dpi PNGs for the web. | 186 # Produce 90dpi PNGs for the web. |
185 | 187 |
186 %.png: %.svg | 188 %.png: %.svg |