summaryrefslogtreecommitdiff
path: root/devel/Makefile
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2019-09-22 22:06:51 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2019-09-22 22:06:51 -0500
commit6c515197f0792bace16a4b08679ba82f454d53f0 (patch)
tree5beb938012eadc567d2852e37eb69472c38da685 /devel/Makefile
parent5ed47ef7ae6ed64d361e1c8945eacc59923467fc (diff)
downloadhorizon-6c515197f0792bace16a4b08679ba82f454d53f0.tar.gz
horizon-6c515197f0792bace16a4b08679ba82f454d53f0.tar.bz2
horizon-6c515197f0792bace16a4b08679ba82f454d53f0.tar.xz
horizon-6c515197f0792bace16a4b08679ba82f454d53f0.zip
Put build system in Git
Diffstat (limited to 'devel/Makefile')
-rw-r--r--devel/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
new file mode 100644
index 0000000..789b350
--- /dev/null
+++ b/devel/Makefile
@@ -0,0 +1,17 @@
+.POSIX:
+
+all: requirements/html/index.html script/html/index.html vision/html/index.html
+
+requirements/html/index.html: requirements/*.xml master.xsl pretty.css
+ @make -C requirements
+
+script/html/index.html: script/*.xml master.xsl pretty.css
+ @make -C script
+
+vision/html/index.html: vision/*.xml master.xsl pretty.css
+ @make -C vision
+
+upload-all:
+ @make -C requirements upload
+ @make -C script upload
+ @make -C vision upload