summaryrefslogtreecommitdiff
path: root/editors/mule/patches/patch-ao
blob: 02e8fc667ac9a68e10cb1eb3143d46deed36c4a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
$NetBSD: patch-ao,v 1.2 2005/12/01 18:13:24 wiz Exp $

--- man/Makefile.orig	1994-07-02 23:35:17.000000000 +0200
+++ man/Makefile
@@ -4,7 +4,7 @@
 MAKEINFO = makeinfo
 TEXINDEX_OBJS = texindex.o getopt.o
 INFO_TARGETS = ../info/emacs ../info/cl ../info/forms ../info/vip \
-	       ../info/gnus ../info/sc ../info/info ../info/dired-x
+	       ../info/gnus ../info/sc ../info/dired-x
 DVI_TARGETS = emacs.dvi cl.dvi forms.dvi vip.dvi gnus.dvi sc.dvi dired-x.dvi
 INFOSOURCES = info.texi info-stnd.texi
 
@@ -54,6 +54,7 @@ EMACSSOURCES= \
 	gnu1.texi \
 	glossary.texi
 
+all: info
 info: $(INFO_TARGETS)
 
 dvi: $(DVI_TARGETS)
@@ -67,12 +68,6 @@ texindex.o: texindex.c
 getopt.o: getopt.c
 	$(CC) -Demacs -I../src -I../lib-src -c getopt.c
 
-../info/info: ${INFOSOURCES}
-	$(MAKEINFO) --no-split info.texi
-
-info.dvi: texindex ${INFOSOURCES}
-	$(TEXI2DVI) info.texi
-
 ../info/emacs: ${EMACSSOURCES}
 	$(MAKEINFO) emacs.texi