release
[closure-html.git] / doc / GNUmakefile
blob27d0added1ae6fe5a4da582ba9e9fe21af91937f
1 USER=dlichteblau
3 all: index.html installation.html hax.html examples.html
5 %.html: %.xml index.xsl
6 xsltproc index.xsl $< >$@.tmp
7 mv -f $@.tmp $@
8 chmod -w $@
10 .PHONY: push
11 push: all
12 scp index.html index.css $(USER)@common-lisp.net:/project/closure/public_html/closure-html/