summaryrefslogtreecommitdiff
path: root/font
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 /font
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 'font')
-rw-r--r--font/devpdf/Makefile.sub6
1 files changed, 2 insertions, 4 deletions
diff --git a/font/devpdf/Makefile.sub b/font/devpdf/Makefile.sub
index be607cf1..b94068c4 100644
--- a/font/devpdf/Makefile.sub
+++ b/font/devpdf/Makefile.sub
@@ -1,4 +1,4 @@
-# Copyright (C) 2011 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.
@@ -23,13 +23,11 @@ GROFF_FONT_FILES=`cd $(top_builddir)/font/devpdf \
ENC_FILES=`cd $(top_builddir)/font/devpdf; ls enc/*`
MAP_FILES=`cd $(top_builddir)/font/devpdf; ls map/*`
-UTILFILES=\
- BuildFoundries
-
MOSTLYCLEANADD=\
download \
DESC \
Foundry \
+ util/BuildFoundries \
$(GROFF_FONT_FILES) \
$(ENC_FILES) \
$(MAP_FILES)