Update of bug #68525 (group groff):
Status: None => In Progress
Assigned to: None => gbranden
Planned Release: None => 1.25.0
_______________________________________________________
Follow-up Comment #8:
The fix is simply to restore a prerequisite I had chopped out. I didn't see
the problem myself because my concurrent cores apparently consistently managed
to ensure that "doc/gnu.eps" existed in the build tree before the
"doc/webpage.html" target was ever attempted.
$ git add -p
diff --git a/ChangeLog b/ChangeLog
index 7ca8d7e52..4537ee891 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2026-07-16 G. Branden Robinson <[email protected]>
+
+ * doc/doc.am (doc/webpage.html): Restore `$(DOC_GNU_EPS)` as
+ prerequisite and explain why.
+
+ Fixes <https://savannah.gnu.org/bugs/?68525>. Problem
+ introduced by me in commit 4a4ef28a4e, 2 July. Thanks to Dave
+ Kemper for the report.
+
2026-07-16 G. Branden Robinson <[email protected]>
* src/preproc/html/pre-html.cpp (main): Make crappy suggestion
(1/1) Stage this hunk [y,n,q,a,d,e,?]? y
$ \rm build/doc/gnu.eps
rm: cannot remove 'build/doc/gnu.eps': No such file or directory
$ make -C build doc/webpage.html
make: Entering directory '/home/branden/src/GIT/groff/build'
cd .. && /bin/bash /home/branden/src/GIT/groff/build-aux/missing
automake-1.16 --gnu Makefile
cd . && /bin/bash ./config.status Makefile depfiles
config.status: creating Makefile
config.status: executing depfiles commands
GEN doc/gnu.eps
GROFF doc/webpage.html
make: Leaving directory '/home/branden/src/GIT/groff/build'
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?68525>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
signature.asc
Description: PGP signature
