summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2008-08-08 00:11:58 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2008-08-08 00:11:58 +0000
commit80715bd126925c73cc2cb79e18c641506537566a (patch)
tree77211df8cb7c1fd0ebdfec670a347ae58c8cec77 /Makefile
parent05b366a0b217a6cae33bd1d36b66faa211860ba8 (diff)
Added Text.Pandoc.UTF8 as a backup for when utf8-string is not present.
+ Added Text.Pandoc.UTF8 + Changed flag name from utf8 to utf8-string + Changed CPP MACRO from _UTF8 to _UTF8STRING + Import IO functions from Text.Pandoc.UTF8 when utf8-string not available. + Removed utf8-string dependency from debian/control. + Removed pandoc.cabal.ghc66; we no longer support GHC 6.6 + Modified INSTALL instructions git-svn-id: https://pandoc.googlecode.com/svn/trunk@1383 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index f450d36d5..ba93403cf 100644
--- a/Makefile
+++ b/Makefile
@@ -120,13 +120,6 @@ cleanup_files+=$(WRAPPERS)
$(WRAPPERS): %: $(SRCDIR)/wrappers/%.in $(SRCDIR)/wrappers/*.sh
@$(generate-shell-script)
-CABAL_BACKUP=$(CABAL).orig
-$(CABAL_BACKUP):
- cp $(CABAL) $(CABAL_BACKUP) ; \
- if echo $(GHC_VERSION) | grep -q '^6.6'; then \
- cp $(CABAL).ghc66 $(CABAL); \
- fi
-
.PHONY: configure
cleanup_files+=Setup.hi Setup.o $(BUILDCMD) $(BUILDVARS)
ifdef GHC_PKG