]> Savannah Git Hosting - gnulib.git/commitdiff
pmccabe2html: Doc fix.
authorSimon Josefsson <simon@josefsson.org>
Mon, 15 Aug 2022 22:28:22 +0000 (00:28 +0200)
committerSimon Josefsson <simon@josefsson.org>
Mon, 15 Aug 2022 22:28:22 +0000 (00:28 +0200)
* build-aux/pmccabe2html: Don't use reserved _SOURCES namespace.
Use AM_V_GEN.  Use LC_ALL=C.

ChangeLog
build-aux/pmccabe2html

index 8736a82d1e1b000353dc9bfe5718972814732d43..c0f2259599c318c6fe861e713038fb8ba6c5c8c0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2022-08-16  Simon Josefsson  <simon@josefsson.org>
+
+       pmccabe2html: Doc fix.
+       * build-aux/pmccabe2html: Don't use reserved _SOURCES namespace.
+       Use AM_V_GEN.  Use LC_ALL=C.
+
 2022-08-15  Bruno Haible  <bruno@clisp.org>
 
        stdbool: Drop old BeOS support that gets in the way of ISO C 23 support.
index 20bdf52bed3c41e4277aa0d7614a0ad438d0262b..f29eae3f004d79824e1934265e0aa122dd9dd81d 100644 (file)
 
 # Typical Invocation is from a Makefile.am:
 #
-# CYCLO_SOURCES = ${top_srcdir}/src/*.[ch]
+# CYCLO_SRCS = ${top_srcdir}/src/*.[ch]
 #
-# cyclo-$(PACKAGE).html: $(CYCLO_SOURCES)
-#      $(PMCCABE) $(CYCLO_SOURCES) \
-#              | sort -nr \
-#              | $(AWK) -f ${top_srcdir}/build-aux/pmccabe2html \
+# cyclo-$(PACKAGE).html: $(CYCLO_SRCS)
+#      $(AM_V_GEN)$(PMCCABE) $(CYCLO_SRCS) \
+#              | LC_ALL=C sort -nr \
+#              | LC_ALL=C $(AWK) -f ${top_srcdir}/build-aux/pmccabe2html \
 #                      -v lang=html -v name="$(PACKAGE_NAME)" \
 #                      -v vcurl="https://git.savannah.gnu.org/gitweb/?p=$(PACKAGE).git;a=blob;f=%FILENAME%;hb=HEAD" \
 #                      -v url="https://www.gnu.org/software/$(PACKAGE)/" \