gbranden pushed a commit to branch master
in repository groff.

commit 8a45b30c2a9f847bc1ece475a9f34378ed5d1eed
Author: G. Branden Robinson <[email protected]>
AuthorDate: Sat Jun 20 03:35:26 2026 -0500

    [pic,refer]: Rearrange Automake material.
    
    * src/preproc/pic/pic.am:
    * src/preproc/pic/refer.am: Organize consistently with "eqn.am".
---
 ChangeLog                  |  7 +++++++
 src/preproc/pic/pic.am     | 10 +++++-----
 src/preproc/refer/refer.am |  8 ++++----
 3 files changed, 16 insertions(+), 9 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 5b4b9ee1d..b89d8b1fc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2026-06-20  G. Branden Robinson <[email protected]>
+
+       [pic,refer]: Rearrange Automake material.
+
+       * src/preproc/pic/pic.am:
+       * src/preproc/pic/refer.am: Organize consistently with "eqn.am".
+
 2026-06-14  G. Branden Robinson <[email protected]>
 
        * configure.ac: Make build robust against combination of
diff --git a/src/preproc/pic/pic.am b/src/preproc/pic/pic.am
index d8f8bd216..8c85ca16b 100644
--- a/src/preproc/pic/pic.am
+++ b/src/preproc/pic/pic.am
@@ -47,6 +47,11 @@ EXTRA_DIST += \
 # Since pic_CPPFLAGS was set, all .o files have a 'pic-' prefix.
 src/preproc/pic/pic-lex.$(OBJEXT): src/preproc/pic/pic.hpp
 
+MAINTAINERCLEANFILES += \
+  src/preproc/pic/pic.cpp \
+  src/preproc/pic/pic.hpp \
+  src/preproc/pic/pic.output
+
 pic_TESTS = \
   src/preproc/pic/tests/do-not-crash-when-reading-macro-arguments.sh \
   src/preproc/pic/tests/passes-through-input-with-eighth-bit-set.sh \
@@ -58,11 +63,6 @@ uninstall_groffdirs: uninstall_pic_hook
 uninstall_pic_hook:
        -rmdir $(DESTDIR)$(tmacdir)
 
-MAINTAINERCLEANFILES += \
-  src/preproc/pic/pic.cpp \
-  src/preproc/pic/pic.hpp \
-  src/preproc/pic/pic.output
-
 # Local Variables:
 # fill-column: 72
 # mode: makefile-automake
diff --git a/src/preproc/refer/refer.am b/src/preproc/refer/refer.am
index 10ed0ab5f..d3a255fe2 100644
--- a/src/preproc/refer/refer.am
+++ b/src/preproc/refer/refer.am
@@ -45,10 +45,6 @@ src/preproc/refer/refer-refer.$(OBJEXT): defs.h
 src/preproc/refer/refer-token.$(OBJEXT): defs.h
 src/preproc/refer/refer-label.$(OBJEXT): defs.h
 
-uninstall_groffdirs: uninstall_refer_hook
-uninstall_refer_hook:
-       -rmdir $(DESTDIR)$(tmacdir)
-
 MAINTAINERCLEANFILES += \
   src/preproc/refer/label.cpp \
   src/preproc/refer/label.hpp \
@@ -61,6 +57,10 @@ EXTRA_DIST += \
   $(refer_TESTS) \
   src/preproc/refer/tests/artifacts/62124.bib
 
+uninstall_groffdirs: uninstall_refer_hook
+uninstall_refer_hook:
+       -rmdir $(DESTDIR)$(tmacdir)
+
 # Local Variables:
 # fill-column: 72
 # mode: makefile-automake

_______________________________________________
groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit

Reply via email to