1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # T2 SDE: package/*/emacs/hotfix-shared.patch
3 # Copyright (C) 2004 - 2021 The T2 SDE Project
5 # This Copyright note is generated by scripts/Create-CopyPatch,
6 # more information can be found in the files COPYING and README.
8 # This patch file is dual-licensed. It is available under the license the
9 # patched project is licensed under, as long as it is an OpenSource license
10 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
11 # of the GNU General Public License as published by the Free Software
12 # Foundation; either version 2 of the License, or (at your option) any later
14 # --- T2-COPYRIGHT-NOTE-END ---
16 --- emacs-25.1/Makefile.in.orig 2016-09-09 17:54:25.221035533 +0200
17 +++ emacs-25.1/Makefile.in 2016-09-09 18:01:22.193016491 +0200
19 umask 022; ${MKDIR_P} "$(DESTDIR)${man1dir}"
22 - for page in *.1; do \
23 + for page in emacs.1 emacsclient.1 ebrose.1 ; do \
24 test "$$page" = ChangeLog.1 && continue; \
25 dest=`echo "$${page}" | sed -e 's/\.1$$//' -e '$(TRANSFORM)'`.1; \
27 --- emacs-25.1/lib-src/Makefile.in.orig 2016-09-09 17:54:25.221035533 +0200
28 +++ emacs-25.1/lib-src/Makefile.in 2016-09-09 17:57:40.937026595 +0200
32 # Things that a user might actually run, which should be installed in bindir.
33 -INSTALLABLES = etags${EXEEXT} ctags${EXEEXT} emacsclient${EXEEXT} $(CLIENTW) \
34 +INSTALLABLES = emacsclient${EXEEXT} $(CLIENTW) \
37 # Things that Emacs runs internally, or during the build process,