summaryrefslogtreecommitdiff
path: root/font
diff options
context:
space:
mode:
authorwl <wl>2013-03-19 03:46:02 +0000
committerwl <wl>2013-03-19 03:46:02 +0000
commit3167b96d44d616c1c9aa54cd3ad5de94b05f4db0 (patch)
tree5a818b1c3292f3c6b9fced2bd0125fbfc73d102f /font
parent17e9d6131d2e46b7d10d485c53b868254173dcdc (diff)
downloadgroff-3167b96d44d616c1c9aa54cd3ad5de94b05f4db0.tar.gz
* font/devpdf/Makefile.sub: Build system fixes.
(GROFF_FONT_FILES): Avoid installing Makefile.sub.orig when it's around. (install): Create $(DESTDIR)$(fontsubdir)/util when missing.
Diffstat (limited to 'font')
-rw-r--r--font/devpdf/Makefile.sub4
1 files changed, 3 insertions, 1 deletions
diff --git a/font/devpdf/Makefile.sub b/font/devpdf/Makefile.sub
index b94068c4..bfb9e62d 100644
--- a/font/devpdf/Makefile.sub
+++ b/font/devpdf/Makefile.sub
@@ -18,7 +18,7 @@
DEV=pdf
GROFF_FONT_FILES=`cd $(top_builddir)/font/devpdf \
- && find * -maxdepth 0 -type f ! -name Makefile.sub \
+ && find * -maxdepth 0 -type f ! -name 'Makefile.sub*' \
-exec grep -l internalname {} \;`
ENC_FILES=`cd $(top_builddir)/font/devpdf; ls enc/*`
MAP_FILES=`cd $(top_builddir)/font/devpdf; ls map/*`
@@ -105,6 +105,8 @@ install_data:
|| $(mkinstalldirs) $(DESTDIR)$(fontsubdir)/enc
-test -d $(DESTDIR)$(fontsubdir)/map \
|| $(mkinstalldirs) $(DESTDIR)$(fontsubdir)/map
+ -test -d $(DESTDIR)$(fontsubdir)/util \
+ || $(mkinstalldirs) $(DESTDIR)$(fontsubdir)/util
for f in $(MOSTLYCLEANADD); do \
$(RM) $(DESTDIR)$(fontsubdir)/$$f; \
if test -f $$f; then \