diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2008-08-01 06:35:42 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2008-08-01 06:35:42 +0000 |
commit | ba32c2ec42182bcd7bdb995f90cd1405353fa400 (patch) | |
tree | 8469007a7aa19aebddff982048d005bba9179660 /templates/ASCIIMathML.js.comment | |
parent | 04e09cf031a7685e896df1d0c32bba808b1d4313 (diff) | |
download | pandoc-ba32c2ec42182bcd7bdb995f90cd1405353fa400.tar.gz |
Simplified build process using template haskell.
+ Text/Pandoc/ASCIIMathML.hs, Text/Pandoc/DefaultHeaders.hs,
and Text/Pandoc/Writers/S5.hs are no longer built in Setup.hs
from templates in the templates/ directory.
+ Instead, they use template haskell to read data at compile
time from the relevant files in data/.
+ Setup.hs is back to the default simple configuration.
+ Removed old templates and Extra-Tmp-Files field from
pandoc.cabal.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1357 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'templates/ASCIIMathML.js.comment')
-rw-r--r-- | templates/ASCIIMathML.js.comment | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/templates/ASCIIMathML.js.comment b/templates/ASCIIMathML.js.comment deleted file mode 100644 index 8721031e1..000000000 --- a/templates/ASCIIMathML.js.comment +++ /dev/null @@ -1,2 +0,0 @@ -/* ASCIIMathML.js - copyright Peter Jipsen, released under the GPL - See http://www1.chapman.edu/~jipsen/mathml/asciimath.html/ */ |