From 0d80b8c726e4c008e67b9c19c8365674cbd5ff09 Mon Sep 17 00:00:00 2001 From: wl Date: Tue, 29 Jan 2013 11:07:10 +0000 Subject: 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'. --- font/devpdf/Makefile.sub | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'font') 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 # # 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) -- cgit v1.2.1