summaryrefslogtreecommitdiff
path: root/devel/script/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/script/Makefile')
-rw-r--r--devel/script/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/devel/script/Makefile b/devel/script/Makefile
new file mode 100644
index 0000000..95720e8
--- /dev/null
+++ b/devel/script/Makefile
@@ -0,0 +1,12 @@
+.POSIX:
+
+all: html/index.html
+
+html/index.html: *.xml ../pretty.css
+ @printf 'HorizonScript Specification: Generating HTML...\n'
+ @xmlto html -m ../master.xsl -o html script.xml
+ @cp ../pretty.css html/
+
+upload: html/index.html
+ @printf 'Uploading HorizonScript Specification...\n'
+ @scp html/* awilcox@www.adelielinux.org:/srv/www/adelie/www/horizon-script/