34 lines
1.1 KiB
Text
34 lines
1.1 KiB
Text
$NetBSD: patch-aa,v 1.1.1.1 2003/04/11 00:31:44 uebayasi Exp $
|
|
|
|
--- man/Makefile.in.orig Sat Dec 5 08:33:16 1998
|
|
+++ man/Makefile.in Fri Aug 6 08:34:06 1999
|
|
@@ -14,7 +14,7 @@
|
|
MAKEINFO = makeinfo
|
|
INFO_TARGETS = ../info/emacs ../info/ccmode ../info/cl \
|
|
../info/dired-x ../info/ediff ../info/forms ../info/gnus \
|
|
- ../info/info ../info/message ../info/mh-e ../info/reftex \
|
|
+ ../info/message ../info/mh-e ../info/reftex \
|
|
../info/sc ../info/vip ../info/viper ../info/widget
|
|
DVI_TARGETS = emacs.dvi cc-mode.dvi cl.dvi dired-x.dvi \
|
|
ediff.dvi forms.dvi gnus.dvi message.dvi mh-e.dvi \
|
|
@@ -70,6 +70,7 @@
|
|
${srcdir}/glossary.texi \
|
|
${srcdir}/ack.texi
|
|
|
|
+all: info
|
|
info: $(INFO_TARGETS)
|
|
|
|
dvi: $(DVI_TARGETS)
|
|
@@ -78,12 +79,6 @@
|
|
# in srcdir. There is no provision for Info files
|
|
# to exist in the build directory.
|
|
# In a distribution of Emacs, the Info files should be up to date.
|
|
-
|
|
-../info/info: ${INFOSOURCES}
|
|
- cd $(srcdir); $(MAKEINFO) --no-split info.texi
|
|
-
|
|
-info.dvi: ${INFOSOURCES}
|
|
- $(ENVADD) $(TEXI2DVI) ${srcdir}/info.texi
|
|
|
|
../info/emacs: ${EMACSSOURCES}
|
|
cd $(srcdir); $(MAKEINFO) emacs.texi
|