auctex-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[AUCTeX-devel] Bogus auctex-diffs mail (was: Changes to auctex/preview/M


From: Reiner Steib
Subject: [AUCTeX-devel] Bogus auctex-diffs mail (was: Changes to auctex/preview/Makefile.in, v)
Date: Fri, 28 Jul 2006 15:27:39 +0200
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.50 (gnu/linux)

On Fri, Jul 28 2006, Reiner Steib on auctex-diffs:

> CVSROOT:      /sources/auctex
> Module name:  auctex
> Changes by:   Reiner Steib <rsteib>   06/07/28 12:09:47
>
> Index: Makefile.in
> ===================================================================
> RCS file: /sources/auctex/auctex/preview/Makefile.in,v
> retrieving revision 1.14
> retrieving revision 1.15
> diff -u -b -r1.14 -r1.15
> --- Makefile.in       4 Nov 2001 00:23:55 -0000       1.14
> +++ Makefile.in       11 Nov 2001 15:27:46 -0000      1.15
> @@ -37,12 +37,12 @@
>  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."
> +     @echo "Please read the PROBLEMS file if you use"
> +     @echo "a) AucTeX with a version less than 11.0"
> +     @echo "b) GNU Emacs with a version less than 21.2"
> +     @echo "c) GhostScript with a version less than 6.51"
> +     @echo "Please use M-x preview-report-bug if you experience any"
> +     @echo "problems not mentioned in there."
>
>  install-el: $(LISP_OBJS)
>       -mkdir -p $(lispdir)

This is the diff of       preview/Makefile.in
but I committed the file  preview/latex/Makefile.in

--8<---------------cut here---------------start------------->8---
Index: Makefile.in
===================================================================
RCS file: /sources/auctex/auctex/preview/latex/Makefile.in,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- Makefile.in 10 Jul 2006 15:26:55 -0000      1.14
+++ Makefile.in 28 Jul 2006 12:09:46 -0000      1.15
@@ -29,7 +29,14 @@
          echo $(INSTALL_DATA) $$x $(DESTDIR)$(previewtexmfdir) ; \
          $(INSTALL_DATA) $$x $(DESTDIR)$(previewtexmfdir) ; \
        done
-       -$(TEXHASH)
+# Isn't the texmfdir directory without "tex/latex/preview" available?
+       @ texmfdir="$(DESTDIR)$(previewtexmfdir)/../../.."; \
+       if [ -r "$$texmfdir"/ls-R ]; then \
+         $(TEXHASH) "$$texmfdir";  \
+       else \
+         echo "Warning: Cannot update ls-R database in $$texmfdir"; \
+         sleep 2; \
+       fi
 
 install-texmf-doc: preview.dvi
        -$(MKINSTALLDIRS) $(DESTDIR)$(previewdocdir)

--8<---------------cut here---------------end--------------->8---

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]