groff-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Groff-commit] groff ChangeLog font/devpdf/Makefile.sub


From: Werner LEMBERG
Subject: [Groff-commit] groff ChangeLog font/devpdf/Makefile.sub
Date: Tue, 19 Mar 2013 03:46:02 +0000

CVSROOT:        /cvsroot/groff
Module name:    groff
Changes by:     Werner LEMBERG <wl>     13/03/19 03:46:02

Modified files:
        .              : ChangeLog 
        font/devpdf    : Makefile.sub 

Log message:
        * 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.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/groff/ChangeLog?cvsroot=groff&r1=1.1396&r2=1.1397
http://cvs.savannah.gnu.org/viewcvs/groff/font/devpdf/Makefile.sub?cvsroot=groff&r1=1.5&r2=1.6

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/groff/groff/ChangeLog,v
retrieving revision 1.1396
retrieving revision 1.1397
diff -u -b -r1.1396 -r1.1397
--- ChangeLog   5 Mar 2013 08:07:58 -0000       1.1396
+++ ChangeLog   19 Mar 2013 03:46:02 -0000      1.1397
@@ -1,3 +1,11 @@
+2013-03-17  Ingo Schwarze  <address@hidden>
+
+       * 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.
+
 2013-03-05  Werner LEMBERG  <address@hidden>
 
        * doc/groff.texinfo: Improve documentation of `\s'.

Index: font/devpdf/Makefile.sub
===================================================================
RCS file: /cvsroot/groff/groff/font/devpdf/Makefile.sub,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- font/devpdf/Makefile.sub    29 Jan 2013 11:07:11 -0000      1.5
+++ font/devpdf/Makefile.sub    19 Mar 2013 03:46:02 -0000      1.6
@@ -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 @@
          || $(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 \



reply via email to

[Prev in Thread] Current Thread [Next in Thread]