aboutsummaryrefslogtreecommitdiff
path: root/lib/fonts/Makefile
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-08-09 20:22:06 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2014-08-09 20:22:06 -0700
commiteed1274fcaa0348fd08624eaa863ad26248958de (patch)
tree6000aeb164abda25f1cce788e18e37e5180d7438 /lib/fonts/Makefile
parentc2a0d47c7b15483efa565ab2b6d9fa836e3a8818 (diff)
parentecb42cc002f892295ea33711947338580f60522b (diff)
downloadpandoc-eed1274fcaa0348fd08624eaa863ad26248958de.tar.gz
Merge pull request #1509 from jkr/symbol
Parse "w:sym"
Diffstat (limited to 'lib/fonts/Makefile')
-rw-r--r--lib/fonts/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/fonts/Makefile b/lib/fonts/Makefile
new file mode 100644
index 000000000..5693ee054
--- /dev/null
+++ b/lib/fonts/Makefile
@@ -0,0 +1,6 @@
+symbol.hs: symbol.txt
+ runghc parseUnicodeMapping.hs symbol.txt
+
+.PHONY: clean
+clean:
+ -rm symbol.hs