From 10f2f7c92c0a878763d523dd798c6c4be0f8e3aa Mon Sep 17 00:00:00 2001 From: wl Date: Tue, 26 Jul 2011 17:11:09 +0000 Subject: Add new output device `gropdf'. * font/devpdf/*: New device files for gropdf. * src/devices/gropdf/*: New device. * Makefile.comm (install_dev, uninstall_dev): Handle more subdirectories. * Makefile.in (DEVDIRS, OTHERDIRS, EXTRADIRS): Add directories related to gropdf. * MANIFEST: Updated. * test-groff.in (GROFF_BIN_PATH): Updated. * tmac/Makefile.sub (NORMALFILES): Updated. * tmac/pdf.tmac: New file. * tmac/troffrc: Updated. * doc/groff.texinfo: Document it. * doc/Makefile.in, doc/Makefile.sub (groff_bin_dirs): Udpated. * doc/pic.ms: Updated. * man/groff_out.man, src/devices/grops/grops.man, src/preproc/pic/pic.man, src/roff/groff/groff.man, src/utils/afmtodit/afmtodit.man, src/utils/pfbtops/pfbtops.man: Updated. * contrib/pdfmark/pdfmark.ms: Updated. --- test-groff.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test-groff.in') diff --git a/test-groff.in b/test-groff.in index 51e4010d..b58d8be9 100644 --- a/test-groff.in +++ b/test-groff.in @@ -1,6 +1,6 @@ #! /bin/sh # -# Copyright (C) 1989-2000, 2001, 2002, 2003, 2004, 2005, 2009 +# Copyright (C) 1989-2000, 2001-2005, 2009, 2011 # Free Software Foundation, Inc. # # This file is part of groff. @@ -41,6 +41,7 @@ $builddir/devices/grotty$SEP\ $builddir/devices/grolj4$SEP\ $builddir/devices/grolbp$SEP\ $builddir/devices/grohtml$SEP\ +$builddir/devices/gropdf$SEP\ $builddir/devices/xditview XENVIRONMENT=$srcdir/src/devices/xditview/GXditview.ad -- cgit v1.2.1