* doc/gitlog-to-changelog.texi (gitlog-to-changelog): Reformat code to
use shorter lines and avoid overfull hboxes.
+2024-07-19 Collin Funk <collin.funk1@gmail.com>
+
+ gitlog-to-changelog: Improve output of pdf documentation.
+ * doc/gitlog-to-changelog.texi (gitlog-to-changelog): Reformat code to
+ use shorter lines and avoid overfull hboxes.
+
2024-07-19 Bruno Haible <bruno@clisp.org>
doc: Reference a newer ISO C23 draft.
dist-hook: gen-ChangeLog
.PHONY: gen-ChangeLog
gen-ChangeLog:
- $(AM_V_GEN)if test -e .git; then \
- $(top_srcdir)/build-aux/gitlog-to-changelog --commit-timezone \
- > $(distdir)/ChangeLog.tmp && \
- mv -f $(distdir)/ChangeLog.tmp $(distdir)/ChangeLog; \
+ $(AM_V_GEN)if test -e .git; then \
+ $(top_srcdir)/build-aux/gitlog-to-changelog \
+ --commit-timezone > $(distdir)/ChangeLog.tmp && \
+ mv -f $(distdir)/ChangeLog.tmp $(distdir)/ChangeLog; \
fi
@end example