comparison Makefile.in.in @ 1232:c08a6fa181d1

[xemacs-hg @ 2003-01-23 11:38:56 by stephent] commit notice <87lm1cksms.fsf@tleepslib.sk.tsukuba.ac.jp> autoloads patch <87lm1ig654.fsf@tleepslib.sk.tsukuba.ac.jp> Martin's info.el patch <877kd5je7e.fsf@tleepslib.sk.tsukuba.ac.jp>
author stephent
date Thu, 23 Jan 2003 11:39:01 +0000
parents 6af03f821bbe
children f99d3d25df86
comparison
equal deleted inserted replaced
1231:3f6adebda25c 1232:c08a6fa181d1
553 ## record the configuration. Also preserve files that could be made 553 ## record the configuration. Also preserve files that could be made
554 ## by building, but normally aren't because the distribution comes 554 ## by building, but normally aren't because the distribution comes
555 ## with them. 555 ## with them.
556 556
557 ## Delete `.dvi' files here if they are not part of the distribution. 557 ## Delete `.dvi' files here if they are not part of the distribution.
558
559 ## Remove the generated load files here; they cause lots of problems
560 ## when they don't work right. (beta can't depend on distclean, which
561 ## removes necessary files generated by configure.)
558 clean: FRC.clean 562 clean: FRC.clean
559 for d in $(SUBDIR); do (cd ./$$d && $(RECURSIVE_MAKE) $@); done 563 for d in $(SUBDIR); do (cd ./$$d && $(RECURSIVE_MAKE) $@); done
560 $(RM) core 564 $(RM) core lisp/auto-autoloads.el* lisp/custom-load.el*
565 $(RM) lisp/mule/auto-autoloads.el* lisp/mule/custom-load.el*
566 $(RM) ${srcdir}/modules/auto-autoloads.el*
567 $(RM) ${srcdir}/modules/custom-load.el*
561 568
562 ## `distclean' 569 ## `distclean'
563 ## Delete all files from the current directory that are created by 570 ## Delete all files from the current directory that are created by
564 ## configuring or building the program. If you have unpacked the 571 ## configuring or building the program. If you have unpacked the
565 ## source and built the program without creating any other files, 572 ## source and built the program without creating any other files,