summaryrefslogtreecommitdiff
path: root/devel/vision/Makefile
blob: 47f4031bb0fa490ae834732fd7da0346af20b738 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
.POSIX:

all: html/index.html

html/index.html: *.xml ../pretty.css
	@printf 'Vision: Generating HTML...\n'
	@xmlto html -m ../master.xsl -o html vision.xml
	@cp ../pretty.css html/

upload: html/index.html
	@printf 'Uploading Vision...\n'
	@scp html/* awilcox@www.adelielinux.org:/srv/www/adelie/www/horizon-vision/