Dash:
[t2.git] / package / editors / auctex / xemacs-install-fix.patch
bloba014d68f840a1524db07870db224228907c747c6
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
3 #
4 # T2 SDE: package/.../auctex/xemacs-install-fix.patch
5 # Copyright (C) 2006 - 2007 The T2 SDE Project
6 #
7 # More information can be found in the files COPYING and README.
8 #
9 # This patch file is dual-licensed. It is available under the license the
10 # patched project is licensed under, as long as it is an OpenSource license
11 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
12 # of the GNU General Public License as published by the Free Software
13 # Foundation; either version 2 of the License, or (at your option) any later
14 # version.
15 # --- T2-COPYRIGHT-NOTE-END ---
17 --- auctex-11.82/Makefile.in.orig 2006-04-02 01:48:00.000000000 +0200
18 +++ auctex-11.82/Makefile.in 2006-04-02 01:48:19.000000000 +0200
19 @@ -230,7 +230,7 @@
20 test -r "info/$$i.info" && echo "info/$$i.info" >> "pkginfo/MANIFEST.$(PACKAGE)" ; \
21 done && \
22 echo "pkginfo/MANIFEST.$(PACKAGE)" >> "pkginfo/MANIFEST.$(PACKAGE)" ; \
23 - }
24 + } || true
26 .el.elc:
27 $(ELCC) -f batch-byte-compile $<
28 --- auctex-11.84/doc/Makefile.in.vanilla 2007-04-27 11:03:26.000000000 +0000
29 +++ auctex-11.84/doc/Makefile.in 2007-04-27 11:04:37.000000000 +0000
30 @@ -1,4 +1,5 @@
31 prefix=@prefix@$(null)
32 +libdir=@libdir@$(null)
33 datarootdir=@datarootdir@$(null)
34 datadir=@datadir@$(null)
35 packagedir=@packagedir@$(null)