mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 09:19:15 -04:00
Fix etc/doc* installation related problems.
Submitted by: maintainer
This commit is contained in:
parent
f69ce87fdb
commit
eaaa84e204
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=8419
5 changed files with 2 additions and 50 deletions
|
@ -156,26 +156,3 @@
|
|||
@iftex
|
||||
@finalout
|
||||
@end iftex
|
||||
--- ./Makefile.in.org Mon Dec 19 18:01:54 1994
|
||||
+++ ./Makefile.in Tue May 20 22:28:03 1997
|
||||
@@ -186,7 +186,7 @@
|
||||
# Subdirectories to make recursively. `lisp' is not included
|
||||
# because the compiled lisp files are part of the distribution
|
||||
# and you cannot remake them without installing Emacs first.
|
||||
-SUBDIR = lib-src src
|
||||
+SUBDIR = lib-src src man
|
||||
|
||||
# The makefiles of the directories in $SUBDIR.
|
||||
SUBDIR_MAKEFILES = lib-src/Makefile src/Makefile oldXMenu/Makefile lwlib/Makefile
|
||||
@@ -338,10 +338,7 @@
|
||||
if [ `(cd ${srcdir}/info && /bin/pwd)` != `(cd ${infodir} && /bin/pwd)` ]; \
|
||||
then \
|
||||
(cd ${srcdir}/info ; \
|
||||
- if [ ! -f ${infodir}/dir ] && [ -f dir ]; then \
|
||||
- (cd $${thisdir}; ${INSTALL_DATA} ${srcdir}/info/dir ${infodir}/dir); \
|
||||
- fi ; \
|
||||
- for f in cl* dired-x* emacs* forms* gnus* info* sc* vip* \
|
||||
+ for f in cl* dired-x* emacs* forms* gnus* sc* vip* \
|
||||
antenews* canna* egg* languages* m2ps* mule* kbd-trans* \
|
||||
quail* terminology* CCL* ISO2022* R2L* XFONT*; do \
|
||||
(cd $${thisdir}; ${INSTALL_DATA} ${srcdir}/info/$$f ${infodir}/$$f); \
|
||||
|
|
|
@ -116,8 +116,6 @@ lib/mule/19.28/etc/COPYING
|
|||
lib/mule/19.28/etc/ChangeLog
|
||||
lib/mule/19.28/etc/DEBUG
|
||||
lib/mule/19.28/etc/DISTRIB
|
||||
lib/mule/19.28/etc/DOC
|
||||
lib/mule/19.28/etc/DOC-19.28.1
|
||||
lib/mule/19.28/etc/FAQ
|
||||
lib/mule/19.28/etc/FAQ-Mule
|
||||
lib/mule/19.28/etc/FAQ-Mule.cn
|
||||
|
|
|
@ -9,6 +9,8 @@ bin/emacsclient
|
|||
bin/etags
|
||||
bin/m2ps
|
||||
bin/rcs-checkin
|
||||
lib/mule/19.28/etc/DOC
|
||||
lib/mule/19.28/etc/DOC-19.28.1
|
||||
lib/mule/19.28/i386--freebsd/cvtmail
|
||||
lib/mule/19.28/i386--freebsd/digest-doc
|
||||
lib/mule/19.28/i386--freebsd/emacsserver
|
||||
|
|
|
@ -156,26 +156,3 @@
|
|||
@iftex
|
||||
@finalout
|
||||
@end iftex
|
||||
--- ./Makefile.in.org Mon Dec 19 18:01:54 1994
|
||||
+++ ./Makefile.in Tue May 20 22:28:03 1997
|
||||
@@ -186,7 +186,7 @@
|
||||
# Subdirectories to make recursively. `lisp' is not included
|
||||
# because the compiled lisp files are part of the distribution
|
||||
# and you cannot remake them without installing Emacs first.
|
||||
-SUBDIR = lib-src src
|
||||
+SUBDIR = lib-src src man
|
||||
|
||||
# The makefiles of the directories in $SUBDIR.
|
||||
SUBDIR_MAKEFILES = lib-src/Makefile src/Makefile oldXMenu/Makefile lwlib/Makefile
|
||||
@@ -338,10 +338,7 @@
|
||||
if [ `(cd ${srcdir}/info && /bin/pwd)` != `(cd ${infodir} && /bin/pwd)` ]; \
|
||||
then \
|
||||
(cd ${srcdir}/info ; \
|
||||
- if [ ! -f ${infodir}/dir ] && [ -f dir ]; then \
|
||||
- (cd $${thisdir}; ${INSTALL_DATA} ${srcdir}/info/dir ${infodir}/dir); \
|
||||
- fi ; \
|
||||
- for f in cl* dired-x* emacs* forms* gnus* info* sc* vip* \
|
||||
+ for f in cl* dired-x* emacs* forms* gnus* sc* vip* \
|
||||
antenews* canna* egg* languages* m2ps* mule* kbd-trans* \
|
||||
quail* terminology* CCL* ISO2022* R2L* XFONT*; do \
|
||||
(cd $${thisdir}; ${INSTALL_DATA} ${srcdir}/info/$$f ${infodir}/$$f); \
|
||||
|
|
|
@ -116,8 +116,6 @@ lib/mule/19.28/etc/COPYING
|
|||
lib/mule/19.28/etc/ChangeLog
|
||||
lib/mule/19.28/etc/DEBUG
|
||||
lib/mule/19.28/etc/DISTRIB
|
||||
lib/mule/19.28/etc/DOC
|
||||
lib/mule/19.28/etc/DOC-19.28.1
|
||||
lib/mule/19.28/etc/FAQ
|
||||
lib/mule/19.28/etc/FAQ-Mule
|
||||
lib/mule/19.28/etc/FAQ-Mule.cn
|
||||
|
|
Loading…
Add table
Reference in a new issue