Add rules to build HTML for library configuration.
authorMike Taylor <mike@indexdata.com>
Thu, 24 Jul 2014 20:16:46 +0000 (21:16 +0100)
committerMike Taylor <mike@indexdata.com>
Thu, 24 Jul 2014 20:16:46 +0000 (21:16 +0100)
doc/Makefile

index 34dc62e..01d1d1f 100644 (file)
@@ -1,9 +1,10 @@
 # Copyright (c) 2013-2014 IndexData ApS. http://indexdata.com
 
 DOCS = README.html README.odt README.pdf \
-       whitepaper.html whitepaper.odt whitepaper.pdf
+       whitepaper.html whitepaper.odt whitepaper.pdf \
+       library-configuration.html library-configuration.odt library-configuration.pdf
 
-INSTALLABLE = README.html whitepaper.html mkws-doc.css
+INSTALLABLE = README.html whitepaper.html library-configuration.html mkws-doc.css
 INSTALLED = $(INSTALLABLE:%=../tools/htdocs/%)
 
 install: $(INSTALLED)