Mercurial > hg > xemacs-beta
diff lisp/w3/Makefile @ 36:c53a95d3c46d r19-15b101
Import from CVS: tag r19-15b101
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:53:38 +0200 |
parents | e04119814345 |
children | 1a767b41a199 |
line wrap: on
line diff
--- a/lisp/w3/Makefile Mon Aug 13 08:53:21 2007 +0200 +++ b/lisp/w3/Makefile Mon Aug 13 08:53:38 2007 +0200 @@ -61,7 +61,7 @@ .el.elc: $(EMACS) $(BATCHFLAGS) $(DEPS) -f batch-byte-compile $< -w3: docomp.el $(OBJECTS) +w3: check-custom docomp.el $(OBJECTS) @echo Build of w3 complete... all: w3.info w3 @@ -80,6 +80,9 @@ clean: $(RM) $(OBJECTS) +check-custom: + @./custom-check $(EMACS) + w3.info: w3.txi @$(MAKEINFO) w3.txi