summaryrefslogtreecommitdiff
path: root/src/devices/grotty
diff options
context:
space:
mode:
authorwlemb <wlemb>2002-05-02 22:33:15 +0000
committerwlemb <wlemb>2002-05-02 22:33:15 +0000
commit93674538fa979932dba9dec721ef5051664b0952 (patch)
treeb416e6e09858fbaccf2daa75513302a1e4baacfb /src/devices/grotty
parent7e109e6f5ae86f00b127ffb101abe0ca0a5d18ae (diff)
downloadgroff-93674538fa979932dba9dec721ef5051664b0952.tar.gz
* 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'.
Diffstat (limited to 'src/devices/grotty')
-rw-r--r--src/devices/grotty/Makefile.sub2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/grotty/Makefile.sub b/src/devices/grotty/Makefile.sub
index 91d3908c..e08d2334 100644
--- a/src/devices/grotty/Makefile.sub
+++ b/src/devices/grotty/Makefile.sub
@@ -1,4 +1,4 @@
-PROG=grotty
+PROG=grotty$(EXEEXT)
MAN1=grotty.n
XLIBS=$(LIBDRIVER) $(LIBGROFF)
MLIB=$(LIBM)