blob: d2c9abfba2e5ebb07cb80758caad829099fccdd5 (
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 Tue Mar 28 02:33:26 2000
+++ config/Makefile.SH Sat Jul 15 10:52:27 2000
@@ -290,7 +290,8 @@
install-doc:
-mkdir -p \$(MISCDIR)
-mkdir -p \$(BINDIR)
- -cd $doc; \$(MAKE) all
+# -cd $doc; \$(MAKE) all
+ -\$(INSTALL_PROGRAM) $doc/Makefile \$(BINDIR)
-\$(INSTALL_PROGRAM) $doc/gphelp \$(BINDIR)
-\$(INSTALL_DATA) $doc/translations \$(MISCDIR)
-\$(INSTALL_DATA) $doc/paricfg.tex \$(MISCDIR)
@@ -300,10 +301,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)
@@ -377,13 +378,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)
|