summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2015-03-07 01:09:35 +0100
committerAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2015-03-07 01:09:35 +0100
commit83c85b543ba272509e4759604b729e8abcc3aaf7 (patch)
tree77fb9a1f244ba1d2f02b861ba6a5a8cfa1c5726b /Makefile
parent623ee2f2b9895aec44592132b971f9eae9f81105 (diff)
Got impressum working, after a multi-hour struggle
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8e21c8e..396d6a3 100644
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,7 @@ style/style.css: style/*.less
lessc style/style.less style/style.css #--clean-css="--s1"
# Compile all osml files to xml
-%.xml: %.osml
+%.xml: %.osml ontology/*.osml
ousia -F xml -o $@ $<
# Compile the xml files to html