auctex-devel
[Top][All Lists]
Advanced

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

Re: [AUCTeX-devel] install AUCTeX as an off xemacs-pkg


From: David Kastrup
Subject: Re: [AUCTeX-devel] install AUCTeX as an off xemacs-pkg
Date: Tue, 03 Jan 2006 16:17:46 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

Uwe Brauer <address@hidden> writes:

>>>>>> "David" == David Kastrup <address@hidden> writes:
>
>    David> Uwe Brauer <address@hidden> writes:
>
>    David> diff <(tar -tz --strip-components=1 auctex-11.55.tar.gz|sort) \
>    David>      <(tar -tz --strip-components=1 auctex-11.82.tar.gz|sort)
> ok
>
>   
>    David> I have no idea what you are asking here.  Probably you want
>    David> to take a look at the xemacs-package target in Makefile.in.
>    David> But that seems too obvious.
>
> No, I am not talking about the xemacs-package target I am talking
> about the without-texmfdir target,

You are confusing targets and options.  It is quite unclear what you
are talking about.

> this is what I have to copy into the CVS xemacs Makefile, but I
> can't find it.

Makefile.in contains

xemacs-package:
        rm -rf xemacs-build
        cp -a auctex-$(TAG) xemacs-build
        cd xemacs-build \
        && ./configure --with-xemacs --with-packagedir=`pwd`/xemacs-package 
--without-texmf-dir --with-auto-dir=etc/auctex/auto \
        && make all install-man install && cd xemacs-package && tar -cf - 
--owner=root --group=root . | gzip --best > $(FTPDIR)/auctex-$(TAG)-pkg.tar.gz
        rm -rf xemacs-build

which calls ./configure with appropriate options.  You just need to
use those options as far as I can tell.

-- 
David Kastrup, Kriemhildstr. 15, 44793 Bochum




reply via email to

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