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: Mon, 26 Dec 2011 08:34:04 +0000

CVSROOT:        /cvsroot/groff
Module name:    groff
Changes by:     Werner LEMBERG <wl>     11/12/26 08:34:04

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

Log message:
        * font/devpdf/Makefile.sub: Only build fonts on first `make'.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/groff/ChangeLog?cvsroot=groff&r1=1.1316&r2=1.1317
http://cvs.savannah.gnu.org/viewcvs/groff/font/devpdf/Makefile.sub?cvsroot=groff&r1=1.3&r2=1.4

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/groff/groff/ChangeLog,v
retrieving revision 1.1316
retrieving revision 1.1317
diff -u -b -r1.1316 -r1.1317
--- ChangeLog   8 Dec 2011 06:44:19 -0000       1.1316
+++ ChangeLog   26 Dec 2011 08:34:04 -0000      1.1317
@@ -1,3 +1,7 @@
+2011-12-26  Deri James  <address@hidden>
+
+       * font/devpdf/Makefile.sub: Only build fonts on first `make'.
+
 2011-12-08  Werner LEMBERG  <address@hidden>
 
        * doc/groff.texinfo (.tl): Improve documentation.

Index: font/devpdf/Makefile.sub
===================================================================
RCS file: /cvsroot/groff/groff/font/devpdf/Makefile.sub,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- font/devpdf/Makefile.sub    14 Aug 2011 14:46:19 -0000      1.3
+++ font/devpdf/Makefile.sub    26 Dec 2011 08:34:04 -0000      1.4
@@ -50,7 +50,7 @@
 RM=rm -f
 
 
-all: DESC BuildFoundries
+all: DESC
 
 DESC: DESC.in
        -rm -f DESC
@@ -62,8 +62,6 @@
        fi
        -rm -f Foundry
        cat $(srcdir)/Foundry.in >$(top_builddir)/font/devpdf/Foundry
-
-BuildFoundries: util/BuildFoundries.pl $(SH_DEPS_SED_SCRIPT)
        -test -d $(top_builddir)/font/devpdf/enc \
          || $(mkinstalldirs) $(top_builddir)/font/devpdf/enc
        -test -d $(top_builddir)/font/devpdf/map \
@@ -79,7 +77,7 @@
        cp -f $(top_srcdir)/font/devps/generate/symbolchars \
          $(top_builddir)/font/devpdf/map
        -test -d util || $(mkinstalldirs) util
-       $(RM) util/$@
+       $(RM) util/BuildFoundries
        if test -n "$(PERLPATH)"; then \
          sed -f $(SH_DEPS_SED_SCRIPT) \
            -e "s|/usr/bin/perl|$(PERLPATH)|" \
@@ -87,15 +85,15 @@
            -e "s|@VERSION@|$(version)$(revision)|" \
            -e "s|@GROFF_FONT_DIR@|$(fontdir)|" \
            $(srcdir)/util/BuildFoundries.pl \
-           >$(top_builddir)/font/devpdf/util/$@ ;\
+           >$(top_builddir)/font/devpdf/util/BuildFoundries ;\
        else \
        sed -f $(SH_DEPS_SED_SCRIPT) \
            -e "s|@VERSION@|$(version)$(revision)|" \
            -e "s|@GROFF_FONT_DIR@|$(fontdir)|" \
            $(srcdir)/util/BuildFoundries.pl \
-           >$(top_builddir)/font/devpdf/util/$@ ;\
+           >$(top_builddir)/font/devpdf/util/BuildFoundries ;\
        fi
-       chmod +x util/$@
+       chmod +x util/BuildFoundries
        echo "# foundry ps name psfile" > $(top_builddir)/font/devpdf/download
        
PATH="$(top_builddir)/src/utils/afmtodit:${GROFF_PATH_SEPARATOR}${PATH}" \
          util/BuildFoundries $(top_builddir)/font/devpdf \



reply via email to

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