summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorwl <wl>2013-01-29 11:07:10 +0000
committerwl <wl>2013-01-29 11:07:10 +0000
commit0d80b8c726e4c008e67b9c19c8365674cbd5ff09 (patch)
tree3e9895a6f12e6aa52353541853d2e14e5e06e1f6 /src
parent9c5d5fee53ff1ac8014dc989dd2d725a173327e9 (diff)
downloadgroff-0d80b8c726e4c008e67b9c19c8365674cbd5ff09.tar.gz
Building clean-ups.
* Makefile.in: Use $(top_srcdir) where appropriate. * Makefile.sub (M4MACROS): Add `fcntl-o.m4' and `localcharset.m4'. * font/devpdf/Makefile.sub (UTILFILES): Removed, unused. (MOSTLYCLEANADD): Add `BuildFoundries'. * src/devices/gropdf/Makefile.sub (MOSTLYCLEANADD): Add `pdfmom'.
Diffstat (limited to 'src')
-rw-r--r--src/devices/gropdf/Makefile.sub3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/devices/gropdf/Makefile.sub b/src/devices/gropdf/Makefile.sub
index 6aa409d4..b43d2f09 100644
--- a/src/devices/gropdf/Makefile.sub
+++ b/src/devices/gropdf/Makefile.sub
@@ -1,4 +1,4 @@
-# Copyright (C) 2011-2012 Free Software Foundation, Inc.
+# Copyright (C) 2011-2013 Free Software Foundation, Inc.
# Written by Deri James <deri@chuzzlewit.demon.co.uk>
#
# This file is part of groff.
@@ -26,6 +26,7 @@ CMDFILES=\
MOSTLYCLEANADD=\
gropdf \
+ pdfmom \
$(MAN1)
# Some `makes' don't predefine RM...