summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorwl <wl>2011-08-10 18:22:58 +0000
committerwl <wl>2011-08-10 18:22:58 +0000
commita8a28d87bf78636f437d06712f80574f0c62dadb (patch)
tree4b32e3e506d127d6ac7142d62cdfbde84fc952e8 /Makefile.in
parent0938acbb014e059439eabcd1688728e3bb00edaf (diff)
downloadgroff-a8a28d87bf78636f437d06712f80574f0c62dadb.tar.gz
[gropdf] Minor updates and fixes.
* src/devices/gropdf/gropdf.pl: Change command line option `-fy' to `-y' for consistency. Better support for Windows platform. (do_x): Handle keywords `pagename' and `switchtopage'. * doc/groff.texinfo, src/devices/gropdf/gropdf.man: Updated. * font/devpdf/Foundry: Renamed to... * font/devpdf/Foundry.in: This. Add default alias font names. * font/devpdf/util/BuildFoundries.pl: This is now an installation helper script and gets not longer installed. Support alternative font file names (separated with `!'). * font/devpdf/Makefile.sub: Fixes to work with a separate build directory. Font files are now build at `make' time; this makes `test-groff' work with -Tpdf. * font/devpdf/util/Makefile.sub: Removed. * Makefile.in (DEVDIRS, OTHERDIRS, EXTRADIRS): Handle devpdf specially.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 09eb5738..6d229b19 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -589,7 +589,6 @@ PROGDIRS=\
$(XPROGDIRS)
DEVDIRS=\
font/devps \
- font/devpdf \
font/devdvi \
font/devhtml
ALLTTYDEVDIRS=\
@@ -615,6 +614,7 @@ OTHERDIRS=\
contrib/hdtbl \
contrib/pdfmark \
src/devices/gropdf \
+ font/devpdf \
contrib/gdiffmk
ALLDIRS=\
@@ -630,7 +630,6 @@ EXTRADIRS=\
font/devps/generate \
font/devdvi/generate \
font/devlj4/generate \
- font/devpdf/util \
doc
NOMAKEDIRS=\
m4 \