bug-groff
[Top][All Lists]
Advanced

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

[bug #63808] configure gives incorrect information regarding pdf generat


From: Deri James
Subject: [bug #63808] configure gives incorrect information regarding pdf generation
Date: Wed, 15 Feb 2023 11:34:42 -0500 (EST)

URL:
  <https://savannah.gnu.org/bugs/?63808>

                 Summary: configure gives incorrect information regarding pdf
generation
                 Project: GNU roff
               Submitter: deri
               Submitted: Wed 15 Feb 2023 04:34:40 PM UTC
                Category: General
                Severity: 3 - Normal
              Item Group: Build/Installation
                  Status: Confirmed
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any
         Planned Release: None


    _______________________________________________________

Follow-up Comments:


-------------------------------------------------------
Date: Wed 15 Feb 2023 04:34:40 PM UTC By: Deri James <deri>
Currently, if ghostscript is not found, no pdf documentation is produced by
make. This is incorrect, the logic should be:-


gs=found ghostcript
urw=found urw

if !gs
    warn can't make html doc (don't make html doc)
    warn can't use pdfroff (don't make pdfmark.pdf - or change it to use
-Tpdf)
end

if !urw
    warn urw fonts not found U foundry not available to gropdf please install
    if !gs
        warn can't make pdf docs (don't make pdf docs)
        warn gropdf limited to 14 base fonts plus EURO and not able to embed 
fonts
with -P-e
    end
end

if gs or urw
    run pdf fonts check
end










    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?63808>

_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/




reply via email to

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