diff Makefile.in.in @ 3074:0f411920c8db

[xemacs-hg @ 2005-11-16 12:12:57 by malcolmp] Adding PROBLEMS to the Help Menu.
author malcolmp
date Wed, 16 Nov 2005 12:13:03 +0000
parents 21d92abaac3a
children 193188e494b2
line wrap: on
line diff
--- a/Makefile.in.in	Wed Nov 16 11:54:10 2005 +0000
+++ b/Makefile.in.in	Wed Nov 16 12:13:03 2005 +0000
@@ -238,7 +238,7 @@
 ## instead, we have written out explicit code in the `install' targets.
 COPYDIR = ${srcdir}/etc ${srcdir}/lisp
 COPYDESTS = ${etcdir} ${lispdir}
-GENERATED_HEADERS = src/paths.h src/Emacs.ad.h src/config.h lwlib/config.h src/sheap-adjust.h src/xemacs.def
+GENERATED_HEADERS = src/paths.h src/Emacs.ad.h src/config.h lwlib/config.h src/sheap-adjust.h src/xemacs.def etc/PROBLEMS
 
 ## MAKE_SUBDIR will always be of the form lib-src ... src, where
 ## `...' includes various other directories that may be inserted by
@@ -344,6 +344,9 @@
 src/xemacs.def: $(srcdir)/src/xemacs.def.in.in
 	./config.status && touch $@
 
+etc/PROBLEMS: $(srcdir)/PROBLEMS
+	cp $^ $@
+
 ## ==================== Installation ====================
 
 ## If we let lib-src do its own installation, that means we
@@ -552,6 +555,7 @@
 	$(RM) core lisp/auto-autoloads.el* lisp/custom-load.el*
 	$(RM) lisp/mule/auto-autoloads.el* lisp/mule/custom-load.el*
 	$(RM) modules/auto-autoloads.el* modules/custom-load.el*
+	$(RM) etc/PROBLEMS
 
 clean: top-mostlyclean top-clean
 	for d in $(SUBDIR); do (cd ./$$d && $(MAKE) $(RECURSIVE_MAKE_ARGS) $@); done