Mercurial > hg > xemacs-beta
diff src/Makefile.in.in @ 185:3d6bfa290dbd r20-3b19
Import from CVS: tag r20-3b19
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:55:28 +0200 |
parents | e121b013d1f0 |
children | f53b5ca2e663 |
line wrap: on
line diff
--- a/src/Makefile.in.in Mon Aug 13 09:54:24 2007 +0200 +++ b/src/Makefile.in.in Mon Aug 13 09:55:28 2007 +0200 @@ -285,8 +285,6 @@ touch release #endif /* ! defined (CANNOT_DUMP) */ -FRC.DOC: - xemacs: temacs ${libsrc}DOC $(mo_file) ${other_files} update-elc.stamp @$(RM) $@ && touch SATISFIED -$(DUMPENV) ./temacs -batch -l loadup.el dump @@ -310,10 +308,7 @@ cd ../dynodump && $(RECURSIVE_MAKE) #endif /* DYNODUMP */ -${libsrc}DOC: temacs -#ifdef NO_DOC_FILE - if test -f $@; then touch $@ && exit 0; fi; \ -#endif +${libsrc}DOC: temacs update-elc.stamp $(RM) ${libsrc}DOC; \ ${DUMPENV} ./temacs -batch -l ../prim/make-docfile.el -- \ -o ${libsrc}DOC -d ${srcdir} -i ${libsrc}../site-packages \