diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-09-01 02:29:51 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-09-01 02:29:51 +0000 |
commit | 2621e4186aa1343a9bd0a69772ebed29c605b6d9 (patch) | |
tree | 99d84d5ad4b14192a0966715a8626fba697d9587 /editors/emacs20/files/patch-ag | |
parent | Activate gtk--. (diff) |
Upgrade to emacs 20.3
PR: 7714
Notes
Notes:
svn path=/head/; revision=12975
Diffstat (limited to 'editors/emacs20/files/patch-ag')
-rw-r--r-- | editors/emacs20/files/patch-ag | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/editors/emacs20/files/patch-ag b/editors/emacs20/files/patch-ag new file mode 100644 index 000000000000..900a101aafaa --- /dev/null +++ b/editors/emacs20/files/patch-ag @@ -0,0 +1,19 @@ +--- man/Makefile.in.orig Sat May 16 15:00:22 1998 ++++ man/Makefile.in Sun Aug 23 00:27:15 1998 +@@ -11,7 +11,7 @@ + + + # The makeinfo program is part of the Texinfo distribution. +-MAKEINFO = makeinfo ++MAKEINFO = makeinfo --no-split + INFO_TARGETS = ../info/emacs ../info/ccmode ../info/cl ../info/customize \ + ../info/dired-x ../info/ediff ../info/forms ../info/gnus \ + ../info/info ../info/message ../info/mh-e ../info/reftex \ +@@ -70,6 +70,7 @@ + ${srcdir}/glossary.texi \ + ${srcdir}/ack.texi + ++all: info + info: $(INFO_TARGETS) + + dvi: $(DVI_TARGETS) |