From 6c515197f0792bace16a4b08679ba82f454d53f0 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Sun, 22 Sep 2019 22:06:51 -0500 Subject: Put build system in Git --- devel/requirements/Makefile | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 devel/requirements/Makefile (limited to 'devel/requirements') diff --git a/devel/requirements/Makefile b/devel/requirements/Makefile new file mode 100644 index 0000000..063e104 --- /dev/null +++ b/devel/requirements/Makefile @@ -0,0 +1,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/ -- cgit v1.2.3-60-g2f50