* doc/fdl.texi: New file.
commit1a7134b079809cadfd2bed81817e1277b4753665
authorWerner LEMBERG <wl@gnu.org>
Thu, 2 May 2002 22:33:23 +0000 (2 22:33 +0000)
committerWerner LEMBERG <wl@gnu.org>
Thu, 2 May 2002 22:33:23 +0000 (2 22:33 +0000)
tree992fd8ecf2e3c1fe43835b141a96dd16f1d68f6f
parent301636861539f33cf41883c68a046a2930915a1c
* doc/fdl.texi: New file.
* doc/groff.texinfo: Include it.
Define and use @copying.
Starting with separating glyph, symbol, and character.

* Makefile.in (EXEEXT): Set it.
* src/*/Makefile.sub (PROG): Add $(EXEEXT) for all non-script
programs.

* src/include/nonposix.h: Define GS_NAME.
* src/preproc/html/pre-html.cc (createAllPages): Use GS_NAME.

Some preliminary changes for EMX support under OS/2.

* src/preproc/pic/main.cc (main), src/roff/groff/pipeline.c: Add
__EMX__ similar to __MSDOS__.
* src/utils/indxbib/indxbib.cc (main) [__EMX__]: Use `unlink'.
30 files changed:
ChangeLog
Makefile.in
doc/groff.texinfo
src/devices/grodvi/Makefile.sub
src/devices/grohtml/Makefile.sub
src/devices/grolbp/Makefile.sub
src/devices/grolj4/Makefile.sub
src/devices/grops/Makefile.sub
src/devices/grotty/Makefile.sub
src/include/nonposix.h
src/preproc/eqn/Makefile.sub
src/preproc/grn/Makefile.sub
src/preproc/html/Makefile.sub
src/preproc/html/pre-html.cc
src/preproc/pic/Makefile.sub
src/preproc/pic/main.cc
src/preproc/refer/Makefile.sub
src/preproc/soelim/Makefile.sub
src/preproc/tbl/Makefile.sub
src/roff/groff/Makefile.sub
src/roff/groff/pipeline.c
src/roff/troff/Makefile.sub
src/utils/addftinfo/Makefile.sub
src/utils/hpftodit/Makefile.sub
src/utils/indxbib/Makefile.sub
src/utils/indxbib/indxbib.cc
src/utils/lkbib/Makefile.sub
src/utils/lookbib/Makefile.sub
src/utils/pfbtops/Makefile.sub
src/utils/tfmtodit/Makefile.sub