groff-commit
[Top][All Lists]
Advanced

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

[groff] 01/01: Always build PDF font description files.


From: Ingo Schwarze
Subject: [groff] 01/01: Always build PDF font description files.
Date: Sun, 19 Jun 2022 11:36:02 -0400 (EDT)

schwarze pushed a commit to branch master
in repository groff.

commit dbe01da6f9ea9a236c14b5318887aded1b38192e
Author: Ingo Schwarze <schwarze@openbsd.org>
AuthorDate: Sun Jun 19 17:33:17 2022 +0200

    Always build PDF font description files.
    
    Build font/devpdf/download and the various TR, TB, CR etc. files
    in the same directory even when they are not required by the build
    because USE_GROPDF is unset, usually because ghostscript is either
    unavailable or deliberately disabled by the person running the
    build.  These files need to be built and installed anyway, and can
    be used on the target sytem when the required infrastructure is
    available at run time.
    
    This fixes a regression introduced a few weeks ago.
    OK gbranden@
---
 ChangeLog             | 13 +++++++++++++
 font/devpdf/devpdf.am |  2 ++
 2 files changed, 15 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index cff4d8e0..01fe0fcb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2022-06-19  Ingo Schwarze <schwarze@openbsd.org>
+
+       * font/devpdf/devpdf.am: Always build PDF font description files.
+
+       Build font/devpdf/download and the various TR, TB, CR etc.
+       files in the same directory even when they are not required
+       by the build because USE_GROPDF is unset, usually because
+       ghostscript is either unavailable or deliberately disabled
+       by the person running the build.  These files need to be
+       built and installed anyway, and can be used on the target
+       sytem when the required infrastructure is available at run
+       time.
+
 2022-06-15  G. Branden Robinson <g.branden.robinson@gmail.com>
 
        [docs]: Revise introduction of vertical spacing context to avoid
diff --git a/font/devpdf/devpdf.am b/font/devpdf/devpdf.am
index 363d4cdd..64ed657d 100644
--- a/font/devpdf/devpdf.am
+++ b/font/devpdf/devpdf.am
@@ -51,6 +51,8 @@ EXTRA_DIST += \
   font/devpdf/Foundry.in \
   font/devpdf/util/BuildFoundries.pl
 
+all: font/devpdf/stamp
+
 font/devpdf/enc/text.enc:
        $(AM_V_at)$(MKDIR_P) $(top_builddir)/font/devpdf/enc
        $(AM_V_at)cp -f $(top_srcdir)/font/devps/text.enc \



reply via email to

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