Mercurial > hg > xemacs-beta
comparison nt/xemacs.mak @ 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 | c634f2d588e8 |
children | 262b5c1d8c18 |
comparison
equal
deleted
inserted
replaced
2536:7edc33019aa4 | 2537:b7b90f750a78 |
---|---|
1455 cd $(NT) | 1455 cd $(NT) |
1456 set COPYCMD=$(COPYCMD) | 1456 set COPYCMD=$(COPYCMD) |
1457 @echo Installing in $(INSTALL_DIR) ... | 1457 @echo Installing in $(INSTALL_DIR) ... |
1458 @echo PlaceHolder > PlaceHolder | 1458 @echo PlaceHolder > PlaceHolder |
1459 @$(COPY) $(SRCROOT)\PROBLEMS "$(INSTALL_DIR)\" | 1459 @$(COPY) $(SRCROOT)\PROBLEMS "$(INSTALL_DIR)\" |
1460 @$(COPY) $(SRCROOT)\BUGS "$(INSTALL_DIR)\" | |
1461 @$(COPY) $(SRCROOT)\README "$(INSTALL_DIR)\" | |
1462 @$(COPY) $(SRCROOT)\COPYING "$(INSTALL_DIR)\" | |
1463 @$(COPY) $(SRCROOT)\Installation "$(INSTALL_DIR)\" | |
1460 @$(COPY) PlaceHolder "$(INSTALL_DIR)\lock\" | 1464 @$(COPY) PlaceHolder "$(INSTALL_DIR)\lock\" |
1461 -$(DEL) "$(INSTALL_DIR)\lock\PlaceHolder" | 1465 -$(DEL) "$(INSTALL_DIR)\lock\PlaceHolder" |
1466 # @$(COPY) $(BLDLIB_SRC)\*.exe "$(INSTALL_DIR)\lib-src\" | |
1467 # @$(COPY) $(BLDLIB_SRC)\DOC "$(INSTALL_DIR)\lib-src\" | |
1468 # @$(COPY) $(CONFIG_VALUES) "$(INSTALL_DIR)\lib-src\" | |
1469 # @$(COPY) $(BLDSRC)\xemacs.exe "$(INSTALL_DIR)\bin\" | |
1462 @$(COPY) $(BLDLIB_SRC)\*.exe "$(INSTALL_DIR)\$(EMACS_CONFIGURATION)\" | 1470 @$(COPY) $(BLDLIB_SRC)\*.exe "$(INSTALL_DIR)\$(EMACS_CONFIGURATION)\" |
1463 @$(COPY) $(BLDLIB_SRC)\DOC "$(INSTALL_DIR)\$(EMACS_CONFIGURATION)" | 1471 @$(COPY) $(BLDLIB_SRC)\DOC "$(INSTALL_DIR)\$(EMACS_CONFIGURATION)" |
1464 @$(COPY) $(CONFIG_VALUES) "$(INSTALL_DIR)\$(EMACS_CONFIGURATION)" | 1472 @$(COPY) $(CONFIG_VALUES) "$(INSTALL_DIR)\$(EMACS_CONFIGURATION)" |
1465 @$(COPY) $(BLDSRC)\xemacs.exe "$(INSTALL_DIR)\$(EMACS_CONFIGURATION)" | 1473 @$(COPY) $(BLDSRC)\xemacs.exe "$(INSTALL_DIR)\$(EMACS_CONFIGURATION)" |
1466 # APA: This is not good enough! It copies all .#* CVS files | 1474 # APA: This is not good enough! It copies all .#* CVS files |