hgbook

diff en/Makefile @ 157:e49f4451d0e3

Add hgbook front page material.
author Bryan O'Sullivan <bos@serpentine.com>
date Wed Mar 21 23:27:34 2007 -0700 (2007-03-21)
parents 91a936be78b8
children 7355af913937
line diff
     1.1 --- a/en/Makefile	Mon Mar 12 23:11:26 2007 -0700
     1.2 +++ b/en/Makefile	Wed Mar 21 23:27:34 2007 -0700
     1.3 @@ -77,6 +77,10 @@
     1.4  	tour \
     1.5  	tour-merge-conflict
     1.6  
     1.7 +dist-sources := \
     1.8 +	../html/index.html.var \
     1.9 +	../html/index.en.html
    1.10 +
    1.11  latex-options = \
    1.12  	-interaction batchmode \
    1.13  	-output-directory $(dir $(1)) \
    1.14 @@ -178,11 +182,12 @@
    1.15  		$(image-svg:%.svg=%.png) \
    1.16  		examples/*.{lxo,run} examples/.run build_id.tex
    1.17  
    1.18 -install: pdf split
    1.19 +install: pdf split $(dist-sources)
    1.20  	rm -rf dist
    1.21  	mkdir -p dist
    1.22  	cp pdf/hgbook.pdf dist
    1.23  	cp html/split/*.{css,html,png} dist
    1.24 +	cp $(dist-sources) dist
    1.25  
    1.26  rsync: install
    1.27  	rsync -avz --delete dist sp.red-bean.com:public_html/hgbook