2000-01-14 19:59:47 +00:00
|
|
|
--- 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 @@
|
1999-04-03 23:35:38 +00:00
|
|
|
|
|
|
|
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)
|
1999-08-22 04:09:08 +00:00
|
|
|
\$(INSTALL_DATA) $emx/pariemacs.txt \$(MISCDIR)
|
|
|
|
\$(INSTALL_DATA) $emx/with-syntax.el \$(MISCDIR)
|