pkgsrc/editors/mule/patches/patch-an
wiz f09aca0657 Regen patches in diff -u format.
Replace files/info.patch with usual patch files and a post-install fix.
2005-12-01 18:13:24 +00:00

22 lines
1 KiB
Text

$NetBSD: patch-an,v 1.2 2005/12/01 18:13:24 wiz Exp $
--- Makefile.in.orig 1994-12-20 03:01:54.000000000 +0100
+++ Makefile.in
@@ -186,7 +186,7 @@ INSTALL_DATA = @INSTALL_DATA@
# Subdirectories to make recursively. `lisp' is not included
# because the compiled lisp files are part of the distribution
# and you cannot remake them without installing Emacs first.
-SUBDIR = lib-src src
+SUBDIR = lib-src src man
# The makefiles of the directories in $SUBDIR.
SUBDIR_MAKEFILES = lib-src/Makefile src/Makefile oldXMenu/Makefile lwlib/Makefile
@@ -341,7 +341,7 @@ install-arch-indep: mkdir
if [ ! -f ${infodir}/dir ] && [ -f dir ]; then \
(cd $${thisdir}; ${INSTALL_DATA} ${srcdir}/info/dir ${infodir}/dir); \
fi ; \
- for f in cl* dired-x* emacs* forms* gnus* info* sc* vip* \
+ for f in cl* dired-x* emacs* forms* gnus* sc* vip* \
antenews* canna* egg* languages* m2ps* mule* kbd-trans* \
quail* terminology* CCL* ISO2022* R2L* XFONT*; do \
(cd $${thisdir}; ${INSTALL_DATA} ${srcdir}/info/$$f ${infodir}/$$f); \