c/src/Makefile: Create and use `INSTALL_TARGETS`
[sunny256-utils.git] / Lib / std / db-Makefile
bloba1548cd92f6db16844a18f5aede2b0ce2065ee20
1 #!/usr/bin/make
3 #=======================================================================
4 # STDfilenameDTS
5 # File ID: STDuuidDTS
7 # Author: Øyvind A. Holm <sunny@sunbase.org>
8 #=======================================================================
10 BOOKFILES = file.xml
11 HTMLFILE = file.html
13 $(HTMLFILE): $(BOOKFILES)
14 xsltproc --output $(HTMLFILE) ~/xsl/xhtml/docbook.xsl $(BOOKFILES)
16 .PHONY: clean
17 clean:
19 .PHONY: test
20 test:
21 xmllint --valid --noout $(BOOKFILES)