summaryrefslogtreecommitdiff
path: root/textproc/hs-lhs2tex/files
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/hs-lhs2tex/files')
-rw-r--r--textproc/hs-lhs2tex/files/patch-Makefile29
-rw-r--r--textproc/hs-lhs2tex/files/patch-configure11
2 files changed, 0 insertions, 40 deletions
diff --git a/textproc/hs-lhs2tex/files/patch-Makefile b/textproc/hs-lhs2tex/files/patch-Makefile
deleted file mode 100644
index 7c56cbc22ebf..000000000000
--- a/textproc/hs-lhs2tex/files/patch-Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
---- ./Makefile.orig Wed Apr 25 22:23:20 2007
-+++ ./Makefile Wed Apr 25 22:24:00 2007
-@@ -135,14 +135,12 @@
- print : Lhs2TeX.dvi
- $(DVIPS) -D600 -f Lhs2TeX.dvi | lpr -Pa -Zl
-
--install : bin doc
-+install : bin
- $(MKINSTDIR) $(DESTDIR)$(bindir)
- $(INSTALL) -m 755 lhs2TeX $(DESTDIR)$(bindir)
- $(MKINSTDIR) $(DESTDIR)$(stydir)
- $(INSTALL) -m 644 lhs2TeX.sty lhs2TeX.fmt $(DESTDIR)$(stydir)
- $(INSTALL) -m 644 Library/*.fmt $(DESTDIR)$(stydir)
-- $(MKINSTDIR) $(DESTDIR)$(docdir)
-- $(INSTALL) -m 644 doc/Guide2.pdf $(DESTDIR)$(docdir)
- $(MKINSTDIR) $(DESTDIR)$(mandir)/man1
- $(INSTALL) -m 644 lhs2TeX.1 $(DESTDIR)$(mandir)/man1
- ifeq ($(INSTALL_POLYTABLE),yes)
-@@ -157,6 +155,10 @@
- else
- echo "Please update the TeX filename database."
- endif
-+
-+install-doc : doc
-+ $(MKINSTDIR) $(DESTDIR)$(docdir)
-+ $(INSTALL) -m 644 doc/Guide2.pdf $(DESTDIR)$(docdir)
-
- srcdist : INSTALL doc
- if test -d $(DISTDIR); then $(RM) -rf $(DISTDIR); fi
diff --git a/textproc/hs-lhs2tex/files/patch-configure b/textproc/hs-lhs2tex/files/patch-configure
deleted file mode 100644
index d1b7f37a583e..000000000000
--- a/textproc/hs-lhs2tex/files/patch-configure
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./configure.orig Wed Apr 25 22:41:37 2007
-+++ ./configure Wed Apr 25 22:41:55 2007
-@@ -2726,7 +2726,7 @@
-
-
- # docdir and expansion
--docdir="$datadir/doc/$PACKAGE_TARNAME-$PACKAGE_VERSION"
-+#docdir="$datadir/doc/$PACKAGE_TARNAME-$PACKAGE_VERSION"
-
-
- # lhs2TeX binary path relative to docdir