summaryrefslogtreecommitdiffstats
path: root/util/optionlist/Makefile
blob: c11c80dd2bd10ea4bdada00e28908da85362f25c (plain)
1
2
3
4
5
6
7
all:
	./mkOptionList.py
	@#saxon  Options.xml Options.xsl >Options.html
	xsltproc Options.xsl Options.xml > Options.html
	
clean:
	rm Options.xml Options.html