comparison man/Makefile @ 5051:c3d372419e09

merge
author Ben Wing <ben@xemacs.org>
date Sat, 20 Feb 2010 18:57:55 -0600
parents bd3e7db3bdf6
children 818eeb72e0fb
comparison
equal deleted inserted replaced
5050:6f2158fa75ed 5051:c3d372419e09
52 $(INFODIR)/info.info \ 52 $(INFODIR)/info.info \
53 $(INFODIR)/internals.info \ 53 $(INFODIR)/internals.info \
54 $(INFODIR)/lispref.info \ 54 $(INFODIR)/lispref.info \
55 $(INFODIR)/new-users-guide.info \ 55 $(INFODIR)/new-users-guide.info \
56 $(INFODIR)/standards.info \ 56 $(INFODIR)/standards.info \
57 $(INFODIR)/term.info \
58 $(INFODIR)/termcap.info \ 57 $(INFODIR)/termcap.info \
59 $(INFODIR)/texinfo.info \ 58 $(INFODIR)/texinfo.info \
60 $(INFODIR)/widget.info \ 59 $(INFODIR)/widget.info \
61 $(INFODIR)/xemacs-faq.info \ 60 $(INFODIR)/xemacs-faq.info \
62 $(INFODIR)/xemacs.info 61 $(INFODIR)/xemacs.info
70 $(HTMLDIR)/info.html \ 69 $(HTMLDIR)/info.html \
71 $(HTMLDIR)/lispref.html \ 70 $(HTMLDIR)/lispref.html \
72 $(HTMLDIR)/internals.html \ 71 $(HTMLDIR)/internals.html \
73 $(HTMLDIR)/new-users-guide.html \ 72 $(HTMLDIR)/new-users-guide.html \
74 $(HTMLDIR)/standards.html \ 73 $(HTMLDIR)/standards.html \
75 $(HTMLDIR)/term.html \
76 $(HTMLDIR)/termcap.html \ 74 $(HTMLDIR)/termcap.html \
77 $(HTMLDIR)/texinfo.html \ 75 $(HTMLDIR)/texinfo.html \
78 $(HTMLDIR)/widget.html \ 76 $(HTMLDIR)/widget.html \
79 $(HTMLDIR)/xemacs.html \ 77 $(HTMLDIR)/xemacs.html \
80 $(HTMLDIR)/xemacs-faq.html 78 $(HTMLDIR)/xemacs-faq.html
88 info.dvi \ 86 info.dvi \
89 lispref.dvi \ 87 lispref.dvi \
90 internals.dvi \ 88 internals.dvi \
91 new-users-guide.dvi \ 89 new-users-guide.dvi \
92 standards.dvi \ 90 standards.dvi \
93 term.dvi \
94 termcap.dvi \ 91 termcap.dvi \
95 texinfo.dvi \ 92 texinfo.dvi \
96 widget.dvi \ 93 widget.dvi \
97 xemacs.dvi \ 94 xemacs.dvi \
98 xemacs-faq.dvi 95 xemacs-faq.dvi
106 info.pdf \ 103 info.pdf \
107 lispref.pdf \ 104 lispref.pdf \
108 internals.pdf \ 105 internals.pdf \
109 new-users-guide.pdf \ 106 new-users-guide.pdf \
110 standards.pdf \ 107 standards.pdf \
111 term.pdf \
112 termcap.pdf \ 108 termcap.pdf \
113 texinfo.pdf \ 109 texinfo.pdf \
114 widget.pdf \ 110 widget.pdf \
115 xemacs.pdf \ 111 xemacs.pdf \
116 xemacs-faq.pdf 112 xemacs-faq.pdf
262 $(MAKEINFO) -o $(INFODIR)/info.info info.texi 258 $(MAKEINFO) -o $(INFODIR)/info.info info.texi
263 259
264 $(INFODIR)/standards.info : standards.texi 260 $(INFODIR)/standards.info : standards.texi
265 $(MAKEINFO) -o $(INFODIR)/standards.info standards.texi 261 $(MAKEINFO) -o $(INFODIR)/standards.info standards.texi
266 262
267 $(INFODIR)/term.info : term.texi
268 $(MAKEINFO) -o $(INFODIR)/term.info term.texi
269
270 $(INFODIR)/termcap.info : termcap.texi 263 $(INFODIR)/termcap.info : termcap.texi
271 $(MAKEINFO) -o $(INFODIR)/termcap.info termcap.texi 264 $(MAKEINFO) -o $(INFODIR)/termcap.info termcap.texi
272 265
273 $(INFODIR)/texinfo.info : texinfo.texi 266 $(INFODIR)/texinfo.info : texinfo.texi
274 $(MAKEINFO) -o $(INFODIR)/texinfo.info texinfo.texi 267 $(MAKEINFO) -o $(INFODIR)/texinfo.info texinfo.texi
373 $(TEXI2HTML_SPLIT) info.texi 366 $(TEXI2HTML_SPLIT) info.texi
374 367
375 $(HTMLDIR)/standards.html : standards.texi 368 $(HTMLDIR)/standards.html : standards.texi
376 $(TEXI2HTML_SPLIT) standards.texi 369 $(TEXI2HTML_SPLIT) standards.texi
377 370
378 $(HTMLDIR)/term.html : term.texi
379 $(TEXI2HTML_SPLIT) term.texi
380
381 $(HTMLDIR)/termcap.html : termcap.texi 371 $(HTMLDIR)/termcap.html : termcap.texi
382 $(TEXI2HTML_SPLIT) termcap.texi 372 $(TEXI2HTML_SPLIT) termcap.texi
383 373
384 $(HTMLDIR)/texinfo.html : texinfo.texi 374 $(HTMLDIR)/texinfo.html : texinfo.texi
385 $(TEXI2HTML_SPLIT) texinfo.texi 375 $(TEXI2HTML_SPLIT) texinfo.texi