Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
35:279432d5c479 | 36:c53a95d3c46d |
---|---|
59 .SUFFIXES: .elc .el .el,v | 59 .SUFFIXES: .elc .el .el,v |
60 | 60 |
61 .el.elc: | 61 .el.elc: |
62 $(EMACS) $(BATCHFLAGS) $(DEPS) -f batch-byte-compile $< | 62 $(EMACS) $(BATCHFLAGS) $(DEPS) -f batch-byte-compile $< |
63 | 63 |
64 w3: docomp.el $(OBJECTS) | 64 w3: check-custom docomp.el $(OBJECTS) |
65 @echo Build of w3 complete... | 65 @echo Build of w3 complete... |
66 | 66 |
67 all: w3.info w3 | 67 all: w3.info w3 |
68 | 68 |
69 install: all | 69 install: all |
78 $(INSTALL) -m 644 html32.dsl $(confdir)/ | 78 $(INSTALL) -m 644 html32.dsl $(confdir)/ |
79 | 79 |
80 clean: | 80 clean: |
81 $(RM) $(OBJECTS) | 81 $(RM) $(OBJECTS) |
82 | 82 |
83 check-custom: | |
84 @./custom-check $(EMACS) | |
85 | |
83 w3.info: w3.txi | 86 w3.info: w3.txi |
84 @$(MAKEINFO) w3.txi | 87 @$(MAKEINFO) w3.txi |
85 | 88 |
86 w3.dvi: w3.txi | 89 w3.dvi: w3.txi |
87 tex w3.txi | 90 tex w3.txi |