CVSROOT:        /cvsroot/auctex
Module name:    auctex
Changes by:     Ralf Angeli <angeli>    06/07/10 15:26:55

Index: Makefile.in
===================================================================
RCS file: /cvsroot/auctex/auctex/preview/Makefile.in,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -b -r1.13 -r1.14
--- Makefile.in 12 Oct 2001 16:50:15 -0000      1.13
+++ Makefile.in 4 Nov 2001 00:23:55 -0000       1.14
@@ -18,15 +18,31 @@
 texmfdir = @texmfdir@
 previewtexmfdir = @previewtexmfdir@
 previewdocdir = @previewdocdir@
-AUCTEXDIR = @auctexdir@
+AUCTEXDIR = @AUCTEXDIR@
 
 [EMAIL PROTECTED]@
 [EMAIL PROTECTED]@
 
 all: preview.sty prauctex.def preview.drv \
-   preview-mk.ins preview.dvi $(LISP_OBJS)
+   preview-mk.ins preview.dvi $(LISP_OBJS) install-hint
 
-install: install-texmf install-el
+install-hint:
+       @echo "Congratulations!  Build is complete."
+       @echo 
+       @echo "Now, run \"make install\" as root, or whatever user has 
permissions"
+       @echo "to write to the install directory."
+
+install: install-texmf install-el use-hint
+
+use-hint:
+       @echo "Installation completed."
+       @echo
+       @echo "Please read the PROBLEMS file if you use\
+a) AucTeX with a version less than 11.0\
+b) GNU Emacs with a version less than 21.2\
+c) GhostScript with a version less than 6.51\
+Please use M-x preview-report-bug if you experience any\
+problems not mentioned in there."
 
 install-el: $(LISP_OBJS)
        -mkdir -p $(lispdir)


_______________________________________________
auctex-diffs mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/auctex-diffs

Reply via email to