Add rule to make sparql.html
authorAdam Dickmeiss <adam@indexdata.dk>
Thu, 19 Feb 2015 12:36:07 +0000 (13:36 +0100)
committerAdam Dickmeiss <adam@indexdata.dk>
Thu, 19 Feb 2015 12:36:07 +0000 (13:36 +0100)
doc/Makefile

index a044d6d..81db20a 100644 (file)
@@ -17,6 +17,9 @@ all: $(MANFILES)
 index.html: $(XMLFILES)
        $(HTML_COMPILE) book.xml
 
 index.html: $(XMLFILES)
        $(HTML_COMPILE) book.xml
 
+sparql.html: sparql.xml
+       $(HTML_COMPILE) sparql.xml
+
 manref.xml: $(REFFILES)
        rm -f manref.xml
        for i in $(REFFILES); do \
 manref.xml: $(REFFILES)
        rm -f manref.xml
        for i in $(REFFILES); do \