sitemap: tool to generate static xml
[sheet.git] / Makefile
index 0c50b05c95ce85e290dd2eeba4b74efdf3b6eaeb..8e644e89b8a6ecd2e25a7109c7c1c115f17d915e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,9 +1,12 @@
-all: data/digraphs.inc.pl data/unicode-cover.inc.pl data/countries.inc.pl data/browser data/termcol-xcolor.inc.pl
+all: sitemap.xml data/digraphs.inc.pl data/unicode-cover.inc.pl data/countries.inc.pl data/browser data/termcol-xcolor.inc.pl
 more: all data/digraphs-xorg.inc.pl
 
 download: data/DerivedAge.txt data/rfc1345.txt data/xorg-compose data/countryInfo.txt data/browser/caniuse data/browser/usage-wm.tsv data/xcolors
 .PHONY: download
 
+sitemap.xml: tools/mksitemap
+       $< >$@
+
 data/DerivedAge.txt:
        tools/wget-ifmodified http://www.unicode.org/Public/UNIDATA/$(@F) $@