summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorwl <wl>2005-12-31 08:26:57 +0000
committerwl <wl>2005-12-31 08:26:57 +0000
commit85c47cd98ceaf5797e501f54f7757cefe35ba0d3 (patch)
tree8960500d217a72c38b8353a49f6982a58a55719f /Makefile.in
parentf4b9dc2abb46a1f68767b7cf7dc7d7d931df41c9 (diff)
downloadgroff-85c47cd98ceaf5797e501f54f7757cefe35ba0d3.tar.gz
Integrate preconv into the groff binary. Changes based on a patch
from Michail Vidiassov. * src/roff/groff/pipeline.h (MAX_COMMANDS): Increase by 1. * src/roff/groff/groff.cpp (PRECONV_INDEX): New macro. (SOELIM_INDEX): Updated. (help, synopsis): Updated. (main): Add command line options `-k' and `-K enc' to select encoding. Add support for GROFF_ENCODING environment variable. * src/roff/groff/groff.man: Updated and revised. Start with autoconf support for preconv. * configure.ac: Call AC_C_BIGENDIAN. * configure, src/include/config.hin: Regenerated.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 897008d3..463b1e47 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -251,6 +251,9 @@ make_pdfdoc=@make_pdfdoc@
make_install_pdfdoc=@make_install_pdfdoc@
# DEFINES should include the following:
+#
+# -DWORDS_BIGENDIAN if your target platform is big-endian
+#
# -DHAVE_MMAP if you have mmap() and <sys/mman.h>
# -DARRAY_DELETE_NEEDS_SIZE if your C++ doesn't understand `delete []'
# -DSYS_SIGLIST_DECLARED if you have sys_siglist[]