Fix initial homepage generation in Makefile
[xuriella.git] / doc / GNUmakefile
blob3c7e3f52e23637f7601ad61b2c06f4c9f9af0f72
1 USER=dlichteblau
3 all: index.html installation.html example.html
5 %.html: %.xml index.xsl
6 xsltproc index.xsl $< >$@.tmp
7 rm -f $@
8 mv $@.tmp $@
9 chmod -w $@
11 .PHONY: push
12 push: all
13 scp index.html index.css $(USER)@common-lisp.net:/project/xuriella/public_html/xuriella/