2002-10-09 18:32:16 +02:00
|
|
|
$NetBSD: patch-ac,v 1.3 2002/10/09 16:32:17 magick Exp $
|
1999-06-30 01:13:37 +02:00
|
|
|
|
2002-10-09 18:32:16 +02:00
|
|
|
--- Makefile.in.orig Mon Dec 18 04:03:32 2000
|
|
|
|
+++ Makefile.in
|
|
|
|
@@ -371,7 +371,7 @@
|
|
|
|
## all. --cet
|
|
|
|
|
|
|
|
check-features: all
|
|
|
|
- ${blddir}/src/${PROGNAME} -batch -l check-features.el
|
|
|
|
+ ${blddir}/src/${PROGNAME} -vanilla -batch -l check-features.el
|
|
|
|
|
|
|
|
install-only: ${MAKE_SUBDIR} check-features install-arch-dep install-arch-indep
|
|
|
|
|
|
|
|
@@ -445,8 +445,12 @@
|
1999-12-08 09:18:24 +01:00
|
|
|
## Note it's `xemacs' not ${PROGNAME}
|
1999-06-30 01:13:37 +02:00
|
|
|
cd ${srcdir}/etc && \
|
|
|
|
for page in xemacs etags ctags gnuserv gnuclient gnuattach gnudoit; do \
|
|
|
|
- ${INSTALL_DATA} ${srcdir}/etc/$${page}.1 ${mandir}/$${page}${manext} ; \
|
|
|
|
- chmod 0644 ${mandir}/$${page}${manext} ; \
|
|
|
|
+ if [ $${page} = etags ] || [ $${page} = ctags ] ; \
|
|
|
|
+ then \
|
|
|
|
+ ${INSTALL_MAN} ${srcdir}/etc/$${page}.1 ${mandir}/xemacs-$${page}${manext} ; \
|
|
|
|
+ else \
|
|
|
|
+ ${INSTALL_MAN} ${srcdir}/etc/$${page}.1 ${mandir}/$${page}${manext} ; \
|
|
|
|
+ fi \
|
|
|
|
done
|
1999-12-08 09:18:24 +01:00
|
|
|
@echo "If you would like to save approximately 2M of disk space, do"
|
1999-06-30 01:13:37 +02:00
|
|
|
@echo "make gzip-el"
|