bug-groff
[Top][All Lists]
Advanced

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

[bug #66583] [PATCH] allow building groff without makeinfo


From: anonymous
Subject: [bug #66583] [PATCH] allow building groff without makeinfo
Date: Mon, 30 Dec 2024 21:43:39 -0500 (EST)

Follow-up Comment #39, bug #66583 (group groff):

[comment #38 comment #38:]
> [comment #30 comment #30:]
>> The patches are attached.
>> 
>> This seems a superior way of implementing this compared to the
>> two patches I have submitted before.
> 
> As a point of order, this bug is currently closed.
> 
> Do your attached patches fall under the jurisdiction of this bug, meaning I
> should reopen it?  Or are they more properly part of bug #66609 and/or bug
> #66611, meaning you should attach them there?
> 
> I believe the referenced "two patches I have submitted before" refer to those
> of #66609 and #66611, meaning your new patches here supersede the ones posted
> there, but it's unclear to me which problem set they solve.

Sorry for the confusion. I have directed all of my postings here since the
bulk of the discussion on this topic has happened here anyway. The two prior
patches do mean those other two bugs indeed. I didn't want to clobber this
tracker by opening yet another bug before I get others' opinions.

The patch addresses allowing building everything except the docs, but this is
generalized so that one gets a better control over what is being built in
general. See the commit message of file #56729:

Allow more granular selection of parts of groff to be built

The following make targets are added:
* prog = programs
* lib = libraries
* bin = binaries (prog + lib)
* man-text = manpages in .txt and .[157] formats
* manual = Texinfo manual (if enabled via ./configure)
* doc-extra = misc documentation
* doc = all documentation (man-all + manual + doc-extra)
* examples
* data = remaining data (font description files)

All of the above except for data are given associated clean targets
suffixed by -clean. The target previously named man-clean is renamed
to man-all-clean for consistency with the new clean targets.




    _______________________________________________________

Reply to this item at:

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

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

Attachment: signature.asc
Description: PGP signature


reply via email to

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