summaryrefslogtreecommitdiff
path: root/print/auctex/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'print/auctex/patches/patch-ab')
-rw-r--r--print/auctex/patches/patch-ab33
1 files changed, 33 insertions, 0 deletions
diff --git a/print/auctex/patches/patch-ab b/print/auctex/patches/patch-ab
new file mode 100644
index 00000000000..61e33ab09da
--- /dev/null
+++ b/print/auctex/patches/patch-ab
@@ -0,0 +1,33 @@
+$NetBSD: patch-ab,v 1.3 2002/02/18 15:14:38 seb Exp $
+
+--- doc/Makefile.orig Wed Apr 11 13:54:04 2001
++++ doc/Makefile
+@@ -39,23 +39,23 @@
+ dvips auc-tex.dvi -o auc-tex.ps
+
+ auctex: auc-tex.texi install.texi intro.texi changes.texi
+- -makeinfo auc-tex.texi
++ -$(MAKEINFO) auc-tex.texi
+ @echo "**********************************************************"
+ @echo "** If this gave trouble, maybe you need to install"
+ @echo "** a newer version of texinfo?"
+ @echo "**********************************************************"
+
+ INSTALLATION: install.texi
+- -makeinfo --no-headers install.texi --output INSTALLATION
++ -$(MAKEINFO) --no-headers install.texi --output INSTALLATION
+
+ README: intro.texi
+- -makeinfo --no-headers intro.texi --output README
++ -$(MAKEINFO) --no-headers intro.texi --output README
+
+ CHANGES: changes.texi
+- -makeinfo --no-headers changes.texi --output CHANGES
++ -$(MAKEINFO) --no-headers changes.texi --output CHANGES
+
+ HISTORY: history.texi
+- -makeinfo --no-headers history.texi --output HISTORY
++ -$(MAKEINFO) --no-headers history.texi --output HISTORY
+
+ install: auctex
+ cp auctex auctex-* $(infodir)