summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorwlemb <wlemb>2001-04-14 14:25:11 +0000
committerwlemb <wlemb>2001-04-14 14:25:11 +0000
commit1f86ccd79ce6344f71490d8bbb5ad61010f04eff (patch)
tree37a9ec688c214876aaaf91f44062837544399a5b /Makefile.in
parent94b53ea97aa518a3f9477f381ef183c07b2a7575 (diff)
downloadgroff-1f86ccd79ce6344f71490d8bbb5ad61010f04eff.tar.gz
Removing the grohtml-old device driver which is now obsolete.
* src/devices/grohtml-old/*: Removed. * font/devhtml-old/*: Removed. * src/libgroff/htmlindicate.cc (graphic_start, graphic_end): Remove comments. * Makefile.in (CCPROGDIRS, DEVDIRS): Updated. * test-groff (PATH): Updated. * tmac/Makefile.sub (NORMALFILES): Updated. * tmac/an-old.tmac: Remove special code for html-old device. Replace `html-or-html-old' register with `an-html'. * tmac/eqnrc: Updated. * tmac/html-old.tmac: Removed. * tmac/troffrc, tmac/troffrc-end: Updated. * tmac/www.tmac: Remove special code for html-old device. Replace `html-or-html-old' register with `www-html'. * src/libgroff/tmpfile.cc (remove_tmp_files), src/libgroff/htmlindicate.cc (graphic_end), include/htmlindicate.h, src/preproc/grn/*.cc, src/roff/groff/env.{cc,h}: Remove `void' parameter if used as a single argument for consistency with rest of source code. * aclocal.m4, tmac/an-old.tmac: Fix copyright. * src/roff/troff/troff.man: Fixing typos.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in
index 05f94832..63073ec3 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,4 +1,4 @@
-# Copyright (C) 1989-2000 Free Software Foundation, Inc.
+# Copyright (C) 1989-2000, 2001 Free Software Foundation, Inc.
# Written by James Clark (jjc@jclark.com)
#
# This file is part of groff.
@@ -347,7 +347,6 @@ CCPROGDIRS=\
src/devices/grodvi \
src/devices/grolj4 \
src/devices/grohtml \
- src/devices/grohtml-old \
src/devices/grolbp \
src/utils/tfmtodit \
src/utils/hpftodit \
@@ -366,7 +365,6 @@ DEVDIRS=\
font/devX100-12 \
font/devlj4 \
font/devhtml \
- font/devhtml-old \
font/devlbp
ALLTTYDEVDIRS=\
font/devascii \