comparison man/Makefile @ 2537:b7b90f750a78

[xemacs-hg @ 2005-01-31 20:08:32 by ben] Documentation updates GETTING.GNU.SOFTWARE, Makefile.in.in: Delete GETTING.GNU.SOFTWARE from SOURCES. PROBLEMS: Delete reference to check_cygwin_setup.sh. Delete stuff that is irrelevant, mislocated or woefully out-of-date. GNU, SERVICE: Delete. * ORDERS, ORDERS.EUROPE, ORDERS.JAPAN: Delete. * CHARSETS, CODINGS: Delete. * DEBUG, LPF, MORE.STUFF, MOTIVATION: Delete. aliases.ksh: Delete. (moved to xemacs-builds/steve) * README.HYPERBOLE, README.OO-BROWSER: Delete. * chr.png, chrm.png: Move to photos/. check_cygwin_setup.sh: Delete. * gnu.xpm, gnu.xbm, sink.xbm: Delete. * ms-kermit, ms-kermit-7bit: Delete. TERMS: Delete. * DISTRIB, FTP, MACHINES, MAILINGLISTS, PACKAGES: Delete and move to FAQ. BETA: Delete and move to man/beta.texi. README: Update. help.el: Removed. xemacs/help.texi: Delete references to DISTRIB. Point to FAQ. xemacs/new.texi: Update sample code for version checking. xemacs/xemacs.texi: Delete references to DISTRIB. Point directly to web site. Update stuff referring to GNU Emacs. Delete references to Win-Emacs. Makefile: Add beta.texi and built files. xemacs-faq.texi: Major overhaul of section 1. Add mailing list info, update downloading info, add info on CVS, etc. xemacs.mak: Also copy BUGS, README, COPYING and Installation.
author ben
date Mon, 31 Jan 2005 20:08:52 +0000
parents 97dd9f867cef
children 21d92abaac3a
comparison
equal deleted inserted replaced
2536:7edc33019aa4 2537:b7b90f750a78
40 INFODIR = ../info 40 INFODIR = ../info
41 HTMLDIR = ../html 41 HTMLDIR = ../html
42 PHOTODIR = ../etc/photos 42 PHOTODIR = ../etc/photos
43 43
44 info_files = \ 44 info_files = \
45 $(INFODIR)/beta.info \
45 $(INFODIR)/cl.info \ 46 $(INFODIR)/cl.info \
46 $(INFODIR)/custom.info \ 47 $(INFODIR)/custom.info \
47 $(INFODIR)/emodules.info \ 48 $(INFODIR)/emodules.info \
48 $(INFODIR)/external-widget.info \ 49 $(INFODIR)/external-widget.info \
49 $(INFODIR)/info.info \ 50 $(INFODIR)/info.info \
57 $(INFODIR)/widget.info \ 58 $(INFODIR)/widget.info \
58 $(INFODIR)/xemacs.info \ 59 $(INFODIR)/xemacs.info \
59 $(INFODIR)/xemacs-faq.info 60 $(INFODIR)/xemacs-faq.info
60 61
61 html_files = \ 62 html_files = \
63 $(HTMLDIR)/beta.html \
62 $(HTMLDIR)/cl.html \ 64 $(HTMLDIR)/cl.html \
63 $(HTMLDIR)/custom.html \ 65 $(HTMLDIR)/custom.html \
64 $(HTMLDIR)/emodules.html \ 66 $(HTMLDIR)/emodules.html \
65 $(HTMLDIR)/external-widget.html \ 67 $(HTMLDIR)/external-widget.html \
66 $(HTMLDIR)/info.html \ 68 $(HTMLDIR)/info.html \
74 $(HTMLDIR)/widget.html \ 76 $(HTMLDIR)/widget.html \
75 $(HTMLDIR)/xemacs.html \ 77 $(HTMLDIR)/xemacs.html \
76 $(HTMLDIR)/xemacs-faq.html 78 $(HTMLDIR)/xemacs-faq.html
77 79
78 dvi_files = \ 80 dvi_files = \
81 beta.dvi \
79 cl.dvi \ 82 cl.dvi \
80 custom.dvi \ 83 custom.dvi \
81 emodules.dvi \ 84 emodules.dvi \
82 external-widget.dvi \ 85 external-widget.dvi \
83 info.dvi \ 86 info.dvi \
91 widget.dvi \ 94 widget.dvi \
92 xemacs.dvi \ 95 xemacs.dvi \
93 xemacs-faq.dvi 96 xemacs-faq.dvi
94 97
95 pdf_files = \ 98 pdf_files = \
99 beta.pdf \
96 cl.pdf \ 100 cl.pdf \
97 custom.pdf \ 101 custom.pdf \
98 emodules.pdf \ 102 emodules.pdf \
99 external-widget.pdf \ 103 external-widget.pdf \
100 info.pdf \ 104 info.pdf \
235 new-users-guide/new-users-guide.texi \ 239 new-users-guide/new-users-guide.texi \
236 new-users-guide/region.texi \ 240 new-users-guide/region.texi \
237 new-users-guide/search.texi \ 241 new-users-guide/search.texi \
238 new-users-guide/xmenu.texi 242 new-users-guide/xmenu.texi
239 243
244 $(INFODIR)/beta.info : beta.texi
245 $(MAKEINFO) -o $(INFODIR)/beta.info beta.texi
246
240 $(INFODIR)/cl.info : cl.texi 247 $(INFODIR)/cl.info : cl.texi
241 $(MAKEINFO) -o $(INFODIR)/cl.info cl.texi 248 $(MAKEINFO) -o $(INFODIR)/cl.info cl.texi
242 249
243 $(INFODIR)/custom.info : custom.texi 250 $(INFODIR)/custom.info : custom.texi
244 $(MAKEINFO) -o $(INFODIR)/custom.info custom.texi 251 $(MAKEINFO) -o $(INFODIR)/custom.info custom.texi
337 realclean: distclean 344 realclean: distclean
338 extraclean: distclean 345 extraclean: distclean
339 $(RM) *~ \#* */*~ */\#* 346 $(RM) *~ \#* */*~ */\#*
340 347
341 ############################################################################ 348 ############################################################################
349
350 $(HTMLDIR)/beta.html : beta.texi
351 $(TEXI2HTML) beta.texi
342 352
343 $(HTMLDIR)/cl.html : cl.texi 353 $(HTMLDIR)/cl.html : cl.texi
344 $(TEXI2HTML_SPLIT) cl.texi 354 $(TEXI2HTML_SPLIT) cl.texi
345 355
346 $(HTMLDIR)/custom.html : custom.texi 356 $(HTMLDIR)/custom.html : custom.texi