summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorwl <wl>2012-08-31 12:17:33 +0000
committerwl <wl>2012-08-31 12:17:33 +0000
commit847b504be937b13d472024555b5abd7f094aa739 (patch)
tree6b6a75bb27ec545a8cdf4c54f698a94675a59b05 /Makefile.in
parenta529116ae6922d775b4270adcdb2c0f227831957 (diff)
downloadgroff-847b504be937b13d472024555b5abd7f094aa739.tar.gz
Add `pdfmom' to handle mom documents with gropdf.
* Makefile.in (OTHERDIRS): Move contrib/mom to be run after devices/gropdf. * src/devices/gropdf/gropdf.pl: Various fixes: . Correct image scaling issue. . Handle relative horizontal movement 'h' followed by absolute vertical movement 'V'. . Correct handling of track kerning. * src/devices/gropdf/pdfmom.pl: New wrapper for mom (pdfmom) using gropdf or grops driver. * src/devices/gropdf/pdfmom.man: New man page. * src/devices/gropdf/Makefile.sub: Updated to handle new files.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 59a8ec2d..e6f1e6d3 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -607,7 +607,8 @@ ALLTTYDEVDIRS=\
font/devlatin1 \
font/devutf8 \
font/devcp1047
-# `doc' must be processed before `contrib/pdfmark'.
+# `doc' must be processed before `contrib/pdfmark',
+# pdf stuff must be processed before `contrib/mom
OTHERDIRS=\
man \
tmac \
@@ -621,11 +622,11 @@ OTHERDIRS=\
contrib/eqn2graph \
contrib/grap2graph \
contrib/groffer \
- contrib/mom \
contrib/hdtbl \
contrib/pdfmark \
src/devices/gropdf \
font/devpdf \
+ contrib/mom \
contrib/gdiffmk
# OTHERDIRS is handled specially in the `$(TARGETS)' rule to avoid