comparison 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
comparison
equal deleted inserted replaced
113:2ec2fe4a4c89 114:8619ce7e4c50
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...
66
67 xemacs-w3: docomp.el $(OBJECTS)
68 @echo Build of w3 complete...
69
70 xemacs-w3: docomp.el $(OBJECTS)
65 @echo Build of w3 complete... 71 @echo Build of w3 complete...
66 72
67 all: w3.info w3 73 all: w3.info w3
68 74
69 install: all 75 install: all
78 $(INSTALL) -m 644 html32.dsl $(confdir)/ 84 $(INSTALL) -m 644 html32.dsl $(confdir)/
79 85
80 clean: 86 clean:
81 $(RM) $(OBJECTS) 87 $(RM) $(OBJECTS)
82 88
89 check-custom:
90 @./custom-check $(EMACS)
91
83 w3.info: w3.txi 92 w3.info: w3.txi
84 @$(MAKEINFO) w3.txi 93 @$(MAKEINFO) w3.txi
85 94
86 w3.dvi: w3.txi 95 w3.dvi: w3.txi
87 tex w3.txi 96 tex w3.txi