1999-09-29  Eli Zaretskii  <eliz@is.elta.co.il>

	* djgpp/README: Say `dir-example', not DIR.

	* lib/system.h (DEFAULT_INFOPATH) [__DJGPP__]: Define.

*** doc/Makefile.i~0	Tue Sep 28 21:40:56 1999
--- doc/Makefile.in	Wed Sep 29 19:01:26 1999
***************
*** 464,472 ****
  install-info-am: $(INFO_DEPS)
  	@$(NORMAL_INSTALL)
  	$(mkinstalldirs) $(infodir)
! 	@for file in $(INFO_DEPS); do \
  	  d=.; \
! 	  for ifile in `cd $$d && echo $$file $$file-[0-9] $$file-[0-9][0-9]`; do \
  	    if test -f $$d/$$ifile; then \
  	      echo " $(INSTALL_DATA) $$d/$$ifile $(infodir)/$$ifile"; \
  	      $(INSTALL_DATA) $$d/$$ifile $(infodir)/$$ifile; \
--- 464,472 ----
  install-info-am: $(INFO_DEPS)
  	@$(NORMAL_INSTALL)
  	$(mkinstalldirs) $(infodir)
! 	@for file in $(INFO_DEPS) texinf texin info-stn.i; do \
  	  d=.; \
! 	  for ifile in `cd $$d && echo $$file $$file-[0-9] $$file-[0-9][0-9] $$file[0-9] $$file[0-9][0-9]`; do \
  	    if test -f $$d/$$ifile; then \
  	      echo " $(INSTALL_DATA) $$d/$$ifile $(infodir)/$$ifile"; \
  	      $(INSTALL_DATA) $$d/$$ifile $(infodir)/$$ifile; \
*** lib/system.h~0	Sun Jul 18 00:11:34 1999
--- lib/system.h	Wed Sep 29 19:25:44 1999
***************
*** 141,146 ****
--- 141,147 ----
  #  ifdef __DJGPP__
  #   define HAVE_LONG_FILENAMES(dir)  (pathconf (dir, _PC_NAME_MAX) > 12)
  #   define NULL_DEVICE	"/dev/null"
+ #   define DEFAULT_INFOPATH "c:/djgpp/info;/usr/local/info;/usr/info;."
  #  else  /* !__DJGPP__ */
  #   define HAVE_LONG_FILENAMES(dir)  (0)
  #   define NULL_DEVICE	"NUL"
*** djgpp/README.~	Sat Jul 11 16:06:16 1998
--- djgpp/README	Wed Sep 29 20:40:20 1999
***************
*** 109,117 ****
        development environment (djdevNN.zip), then you already have
        this file in the info/ subdirectory of your DJGPP installation.
        Otherwise, you will need to create it.  A minimal DIR file is
!       available in this distribution, as a starting point.  Copy it to
!       the directory where you install the Info files from this
!       distribution.
  
        Even if you already have a DIR file, you should review it to
        make sure it is consistent with the names of the Info file you
--- 109,117 ----
        development environment (djdevNN.zip), then you already have
        this file in the info/ subdirectory of your DJGPP installation.
        Otherwise, you will need to create it.  A minimal DIR file is
!       available in this distribution under the name `dir-example', 
!       which you can use as a starting point.  Copy it to the directory
!       where you install the Info files from this distribution.
  
        Even if you already have a DIR file, you should review it to
        make sure it is consistent with the names of the Info file you
*** TODO.~	Sun Aug 29 00:41:12 1999
--- TODO	Wed Sep 29 20:26:44 1999
***************
*** 8,21 ****
      the way to a speller.  An option would be to NOT strip comments out.
      makeinfo --no-headers comes close.
    - If node name contains an @ command, complain explicitly.
-   - Better ASCII output: convert menus to single table of contents,
-     enumerate chapters and sections, convert cross-refs and indices to
-     chapter/section references.  See:
-        ftp://ftp.simtel.net/pub/simtelnet/gnu/djgpp/v2/faq201s.zip
    - Call Ghostscript to get ASCII output for the @image command.
    - Better HTML output: allow settable background color, table colors
      and spacing, <head> meta tags, back link from footnote marker, etc.
-   - Could warn if @sc{TEXT} for all-caps TEXT, since it's a no-op.
  
  * TeX:
    - Use @ as the escape character, and Texinfo syntax generally, in the
--- 8,16 ----
