aboutsummaryrefslogtreecommitdiffstats
path: root/math/pari/files/patch-af
blob: 4bb67e610a326e7d6601d0ebac0c7e2aabacf03b (plain) (blame)
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
--- config/Makefile.SH.orig	Wed Nov 17 02:12:01 1999
+++ config/Makefile.SH	Mon Jan 10 02:37:39 2000
@@ -293,7 +293,8 @@
 	\$(INSTALL_DATA)    $doc/translations \$(MISCDIR)
 
 install-doc:
-	-cd $doc; \$(MAKE) all
+#	-cd $doc; \$(MAKE) all
+	-\$(INSTALL_DATA) $doc/Makefile   \$(MISCDIR)
 	-\$(INSTALL_DATA) $doc/paricfg.tex   \$(MISCDIR)
 	-\$(INSTALL_DATA) $doc/parimacro.tex \$(MISCDIR)
 	-\$(INSTALL_DATA) $doc/usersch1.tex \$(MISCDIR)
@@ -301,10 +302,10 @@
 	-\$(INSTALL_DATA) $doc/usersch3.tex \$(MISCDIR)
 	-\$(INSTALL_DATA) $doc/usersch4.tex \$(MISCDIR)
 	-\$(INSTALL_DATA) $doc/usersch5.tex \$(MISCDIR)
-	-\$(INSTALL_DATA) $doc/users.dvi    \$(MISCDIR)
-	-\$(INSTALL_DATA) $doc/tutorial.dvi \$(MISCDIR)
-	-\$(INSTALL_DATA) $doc/refcard.dvi  \$(MISCDIR)
-	-\$(INSTALL_DATA) $doc/refcard.ps   \$(MISCDIR)
+#	-\$(INSTALL_DATA) $doc/users.dvi    \$(MISCDIR)
+#	-\$(INSTALL_DATA) $doc/tutorial.dvi \$(MISCDIR)
+#	-\$(INSTALL_DATA) $doc/refcard.dvi  \$(MISCDIR)
+#	-\$(INSTALL_DATA) $doc/refcard.ps   \$(MISCDIR)
 
 install-data:
 	-mkdir -p \$(DATADIR)
@@ -378,13 +379,13 @@
 
 if test -n "$emacs"; then
   cat >> $file << EOT
-$pari_elc: $emx/pari.el
-	@echo "Byte-Compiling pari.el..."
-	-cd $emx; $emacs -batch -l compile
+#$pari_elc: $emx/pari.el
+#	@echo "Byte-Compiling pari.el..."
+#	-cd $emx; $emacs -batch -l compile
 
-$install_emacs_files: $pari_elc
+$install_emacs_files: #$pari_elc
 	-mkdir -p \$(MISCDIR)
-	-\$(INSTALL_DATA)   $pari_elc           \$(MISCDIR)
+#	-\$(INSTALL_DATA)   $pari_elc           \$(MISCDIR)
 	\$(INSTALL_DATA)    $emx/pari.el        \$(MISCDIR)
 	\$(INSTALL_DATA)    $emx/pariemacs.txt  \$(MISCDIR)
 	\$(INSTALL_DATA)    $emx/with-syntax.el     \$(MISCDIR)