auctex-devel
[Top][All Lists]
Advanced

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

[AUCTeX-devel] Re: [AUCTeX-diffs] Changes to auctex/Makefile.in


From: David Kastrup
Subject: [AUCTeX-devel] Re: [AUCTeX-diffs] Changes to auctex/Makefile.in
Date: Tue, 14 Jun 2005 10:45:58 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

Ralf Angeli <address@hidden> writes:

> Index: auctex/Makefile.in
> diff -u auctex/Makefile.in:1.104 auctex/Makefile.in:1.105
> --- auctex/Makefile.in:1.104  Mon Jun 13 23:20:15 2005
> +++ auctex/Makefile.in        Tue Jun 14 07:33:27 2005
[...]

> @@ -302,7 +303,7 @@
>       -zip -r $(FTPDIR)/auctex-$(TAG).zip auctex-$(TAG)
>       cp auctex-$(TAG)/CHANGES $(FTPDIR)/CHANGES
>       cp auctex-$(TAG)/RELEASE $(FTPDIR)/RELEASE-$(TAG)
> -     cd doc && $(MAKE) extradist
> +     cd doc && $(MAKE) dist extradist
>       cp doc/auctex.ps doc/auctex.pdf doc/tex-ref.ps doc/tex-ref.pdf $(FTPDIR)
>       cp ChangeLog $(FTPDIR)
>       cp doc/html/*.html $(WWWDIR)/doc

Where is the use of that?  The autogen.sh in the exported tree already
generates all the files corresponding to "dist", and we don't use any
of the corresponding files from the current source tree?

Anyway, we still need to heed "--disable-preview" for our install
targets.  I propose that we build the complete documentation, but that
we make a dependency

install: address@hidden@

.PHONY: install-preview install-nopreview

install-preview:
        whatever

install-nopreview:
        echo "Skipping installation of preview-latex docs."

And then configure substitutes `preview' or `nopreview' for PREVIEW,
depending on the setting of enable-preview.

Does that sound like a reasonable scheme?

-- 
David Kastrup, Kriemhildstr. 15, 44793 Bochum




reply via email to

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