unicode: avoid undetected use of lexical_topic
[sheet.git] / Makefile
index 349e34f9399f2d8d2584c13c7caf4388653cdcfb..a2b28467394619122e574f54e64616c5f90ef43b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -14,8 +14,8 @@ gitsave = @if cd $@ 2>/dev/null; \
 sitemap.xml: tools/mksitemap
        $(call cmdsave,$<)
 
-light.css: base.css
-       $(call cmdsave,perl -pe '\''s!\s*/\*.*\*/\Z!!; s/^\s*//; s/\h+/ /g; s/:\K\h+//;'\'',$<)
+light.css: tools/stripcss base.css
+       $(call cmdsave,$^)
 
 data/DerivedAge.txt:
        tools/wget-ifmodified http://www.unicode.org/Public/UNIDATA/$(@F) $@
@@ -60,7 +60,7 @@ data/xcolors:
 data/termcol-xcolor.inc.pl: tools/mktermcol-xcolor data/xcolors/themes
        $(call cmdsave,$^/*)
 
-.SECONDARY:
+.SECONDARY: data/font/%.ttf
 data/font/%.ttf:
        find /usr/share/fonts/truetype/ ~/.fonts/ -iname "$(@F)" | head -1 | xargs -i ln -sf {} $@
 data/font/%.win2k.ttf: