Skip to content

Commit

Permalink
docs/Makefile.am: re-evaluate calls to "make ../ChangeLog" always, no…
Browse files Browse the repository at this point in the history
…w that the parent Makefile knows when to slack off [networkupstools/nut-website#52]

Signed-off-by: Jim Klimov <[email protected]>
  • Loading branch information
jimklimov committed May 10, 2024
1 parent d0ce977 commit d58dcb1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,8 @@ DOCBUILD_CONVERT_GITHUB_LINKS = { \
.adoc.adoc-parsed:
@$(DOCBUILD_CONVERT_GITHUB_LINKS)

$(top_builddir)/ChangeLog:
dummy:
$(top_builddir)/ChangeLog: dummy
+@echo " DOC-CHANGELOG-GENERATE $@ : call parent Makefile" \
&& cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) $(@F)

Expand Down

0 comments on commit d58dcb1

Please sign in to comment.