--- 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)
