summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorwlemb <wlemb>2000-02-27 01:47:10 +0000
committerwlemb <wlemb>2000-02-27 01:47:10 +0000
commitdbcec800abe5935009ce7e374973a8c56d3ba108 (patch)
tree85250aaf1d3b0b7f08e5118d81d7b94a1e672cc9 /Makefile.in
parent41b930a9c9fe6bb1e60a8afeddb1f46905fd4890 (diff)
downloadgroff-dbcec800abe5935009ce7e374973a8c56d3ba108.tar.gz
Adding a new driver, grolbp, for Canon CAPSL printers (LBP-4 and
LBP-8 series laser printers). This code has been contributed by Francisco Andres Verdu <pandres@dragonet.es>. * src/devices/grolbp/*: The grolbp output device. * font/devlpb/*: The font description files. * Makefile.in: Add grolpb and devlbp subdirectories. * src/devices/grodvi/grodvi.man, src/devices/grolj4/grolj4.man, src/devices/grotty/grotty.man,src/roff/troff/troff.man: Minor typographic fixes. * doc/groff.texinfo: Further checking/updating. Adding more index entries.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 0b2b1e4b..c17f5380 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -309,6 +309,7 @@ CCPROGDIRS=\
src/devices/grodvi \
src/devices/grolj4 \
src/devices/grohtml \
+ src/devices/grolbp \
src/utils/tfmtodit \
src/utils/hpftodit \
src/utils/lookbib \
@@ -328,7 +329,8 @@ DEVDIRS=\
font/devX100 \
font/devX100-12 \
font/devlj4 \
- font/devhtml
+ font/devhtml \
+ font/devlbp
OTHERDIRS=\
man \
tmac \