X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/b1a88e8b8c215a64c86e605de92ae65de4ce014c..9fbe7cd69afa935c523e47d026d90158b1406bc4:/Makefile diff --git a/Makefile b/Makefile index 103a3be..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,9 +40,15 @@ 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: - [ -r $@/.git ] && cd $@ && git pull --ff-only + @echo git pull or clone $@ + @[ -r $@/.git ] && cd $@ && git pull --ff-only || true @[ -e $@ ] || git clone https://github.com/tlatsas/xcolors $@ data/termcol-xcolor.inc.pl: tools/mktermcol-xcolor data/xcolors/themes @@ -94,7 +100,8 @@ data/browser: data/browser/support.inc.pl data/browser/usage-wm.inc.pl data/browser/caniuse/data.json: data/browser/caniuse data/browser/caniuse: - [ -r $@/.git ] && cd $@ && git pull --ff-only + @echo git pull or clone $@ + @[ -r $@/.git ] && cd $@ && git pull --ff-only || true @[ -e $@ ] || git clone https://github.com/Fyrd/caniuse.git $@ data/browser/support.inc.pl: tools/mkcaniuse data/browser/caniuse/data.json