From 1f86ccd79ce6344f71490d8bbb5ad61010f04eff Mon Sep 17 00:00:00 2001 From: wlemb Date: Sat, 14 Apr 2001 14:25:11 +0000 Subject: 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. --- Makefile.in | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Makefile.in') 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 \ -- cgit v1.2.1