diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -34,7 +34,7 @@ script/ousia.js: script/lib/*.js uglifyjs \ script/lib/prism.js \ script/lib/prism_bash.js \ - script/highlight.js > script/ousia.js + script/lib/prism_osml.js > script/ousia.js # Compile all osml files to xml %.xml: %.osml ontology/*.osml |