summaryrefslogtreecommitdiff
path: root/math/calc/patches/patch-aa
blob: e9b7380d393717c3781f72f0a70d1c6c3a22b1aa (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
$NetBSD: patch-aa,v 1.1.1.1 2000/11/26 23:35:19 jtb Exp $

--- Makefile.orig	Mon Dec 16 04:50:45 1996
+++ Makefile
@@ -32,7 +32,7 @@
 EMACS    = emacs
 TEX      = tex
 TEXINDEX = texindex
-MAKEINFO = makeinfo
+MAKEINFO = makeinfo --no-validate
 MAKE	 = make
 ECHO	 = @echo
 REMOVE	 = -rm -f
@@ -54,13 +54,10 @@
 # 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 +80,9 @@
 # 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) 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.