summaryrefslogtreecommitdiff
path: root/devel/requirements/Makefile
blob: 063e1048de5934319446a572f81c0d74c2a9734f (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 'Requirements Specification: Generating HTML...\n'
	@xmlto html -m ../master.xsl -o html requirements.xml
	@cp ../pretty.css html/

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