X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/dc6b482b5e7e1d3d35b5193fc820c5e1afc29a6e..87cefe5b2565b86fdfb3404b4ed9c180282f0272:/Makefile diff --git a/Makefile b/Makefile index 64e034b..0dbde30 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ 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 +download: data/DerivedAge.txt data/rfc1345.txt data/xorg-compose data/countryInfo.txt data/browser/caniuse data/browser/usage-wm.tsv data/xcolors data/unicode-sampler .PHONY: download sitemap.xml: tools/mksitemap @@ -40,6 +40,11 @@ data/unicode-char.inc.pl: tools/mkcharinfo data/digraphs-rfc.inc.pl data/digraph data/font/%.inc.pl: tools/mkttfinfo data/font/%.ttf $< $(word 2,$^) $@ || true +data/unicode-sampler: + @echo git pull or clone $@ + @[ -r $@/.git ] && cd $@ && git pull --ff-only || true + @[ -e $@ ] || git clone git://git.shiar.nl/unicode-sampler $@ + data/xcolors/themes: data/xcolors data/xcolors: @echo git pull or clone $@