diff options
author | jtb <jtb> | 2000-12-13 23:14:07 +0000 |
---|---|---|
committer | jtb <jtb> | 2000-12-13 23:14:07 +0000 |
commit | 3fbce0d1a7ae8fe274d820f93b851663e9c6297b (patch) | |
tree | 21a061e7e075a92206f172ad41c69b670baf5477 /mail/vm/patches | |
parent | cad5bc7a6092383e6ddfac408ddb623157fb7ca4 (diff) | |
download | pkgsrc-3fbce0d1a7ae8fe274d820f93b851663e9c6297b.tar.gz |
Use makeinfo to format the info manual. It seems that sometimes Emacs
just can't get enough memory:
Formatting: Frame Configuration ...
Memory exhausted--use M-x save-some-buffers RET
*** Error code 255
(From recent pkgsrc/i386 bulk build).
Diffstat (limited to 'mail/vm/patches')
-rw-r--r-- | mail/vm/patches/patch-aa | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/mail/vm/patches/patch-aa b/mail/vm/patches/patch-aa index 982856f24fb..4a3be3eb735 100644 --- a/mail/vm/patches/patch-aa +++ b/mail/vm/patches/patch-aa @@ -1,6 +1,6 @@ -$NetBSD: patch-aa,v 1.1.1.1 2000/12/01 04:18:22 jtb Exp $ +$NetBSD: patch-aa,v 1.2 2000/12/13 23:14:07 jtb Exp $ ---- Makefile.orig Fri Dec 1 03:55:08 2000 +--- Makefile.orig Mon Nov 27 22:51:42 2000 +++ Makefile @@ -5,18 +5,18 @@ EMACS = emacs @@ -25,3 +25,12 @@ $NetBSD: patch-aa,v 1.1.1.1 2000/12/01 04:18:22 jtb Exp $ ############## no user servicable parts beyond this point ################### +@@ -124,7 +124,7 @@ + + vm.info: vm.texinfo + @echo "making vm.info..." +- @$(EMACS) $(BATCHFLAGS) -insert vm.texinfo -l texinfmt -f texinfo-format-buffer -f save-buffer ++ -makeinfo vm.texinfo + + vm-autoload.elc: $(SOURCES) + @echo scanning sources to build autoload definitions... |