summaryrefslogtreecommitdiff
path: root/math/calc/patches/patch-aa
blob: 14926dd9d964591307e76c6fbe7f89d93c22171f (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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
$NetBSD: patch-aa,v 1.4 2002/12/23 12:50:12 seb Exp $

--- Makefile.orig	Mon Dec 16 04:50:45 1996
+++ Makefile
@@ -29,10 +29,9 @@
 
 
 # Programs.
-EMACS    = emacs
+#EMACS    = xemacs
 TEX      = tex
 TEXINDEX = texindex
-MAKEINFO = makeinfo
 MAKE	 = make
 ECHO	 = @echo
 REMOVE	 = -rm -f
@@ -41,7 +40,7 @@ REMOVE	 = -rm -f
 
 # Other macros.
 EFLAGS   = -batch
-MAINT	 = -l calc-maint.elc
+MAINT	 = -l calc-maint.el
 
 # Control whether intermediate files are kept.
 PURGE	 = -rm -f
@@ -54,13 +53,10 @@ PURGE	 = -rm -f
 # to make the steps more explicit while the `make' is in progress.
 all:
 	$(MAKE) compile
-	$(MAKE) private
 	$(MAKE) info
-	$(ECHO) "Calc is now installed."
 
 install:
 	$(MAKE) compile
-	$(MAKE) public
 	$(MAKE) info
 	$(ECHO) "Calc is now installed."
 
@@ -83,9 +79,9 @@ private: maint
 # Format the Calc manual for the Info system using makeinfo.
 info: calc.info
 calc.info: calc.texinfo
-	-$(MAKEINFO) calc.texinfo
-	$(ECHO) "Please ignore warnings for Copying, Getting Started, and Interactive Tutorial."
-	$(MAKE) texinfo
+	$(MAKEINFO) --no-validate calc.texinfo
+#	$(ECHO) "Please ignore warnings for Copying, Getting Started, and Interactive Tutorial."
+#	$(MAKE) texinfo
 
 
 # Format the Calc manual for the Info system using texinfo.el.