Uwe Brauer <[EMAIL PROTECTED]> writes:
>>>>>> "David" == David Kastrup <[EMAIL PROTECTED]> writes:
>
> David> Uwe Brauer <[EMAIL PROTECTED]> 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
_______________________________________________
auctex-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/auctex-devel