Mercurial > hg > xemacs-beta
diff lisp/w3/Makefile @ 114:8619ce7e4c50 r20-1b9
Import from CVS: tag r20-1b9
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:21:54 +0200 |
parents | fe104dbd9147 |
children | 9f59509498e1 |
line wrap: on
line diff
--- a/lisp/w3/Makefile Mon Aug 13 09:20:50 2007 +0200 +++ b/lisp/w3/Makefile Mon Aug 13 09:21:54 2007 +0200 @@ -61,7 +61,13 @@ .el.elc: $(EMACS) $(BATCHFLAGS) $(DEPS) -f batch-byte-compile $< -w3: docomp.el $(OBJECTS) +w3: check-custom docomp.el $(OBJECTS) + @echo Build of w3 complete... + +xemacs-w3: docomp.el $(OBJECTS) + @echo Build of w3 complete... + +xemacs-w3: docomp.el $(OBJECTS) @echo Build of w3 complete... all: w3.info w3 @@ -80,6 +86,9 @@ clean: $(RM) $(OBJECTS) +check-custom: + @./custom-check $(EMACS) + w3.info: w3.txi @$(MAKEINFO) w3.txi