You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs/man/index.txt, docs/man/Makefile.am, docs/man/.gitignore: report the effect of DOC_INSTALL_SELECTED_MANS_PROGS_BUILT on delivered docs and indexed man pages
Signed-off-by: Jim Klimov <jimklimov+nut@gmail.com>
# Doing this dynamically as here, so we may later deliver some more dynamic
1640
+
# content if desired (e.g. lists of built/not-built programs, date, version,
1641
+
# etc.). Or maybe not, we'll see :)
1642
+
if DOC_INSTALL_SELECTED_MANS_PROGS_BUILT
1643
+
1644
+
linkman-docbuildmode-note.txt: Makefile
1645
+
@echo " GENERATE-LINKMAN $@"
1646
+
@( echo'NOTE: This build of NUT was configured to deliver only manual pages for programs that were actually built. For more information about the ecosystem please see '; \
1647
+
echo'ifndef::website[]';\
1648
+
echo'the NUT website listing at https://networkupstools.org/docs/man/index.html or ';\
1649
+
echo'endif::website[]';\
1650
+
echo'the sources of these pages at https://github.com/networkupstools/nut/tree/master/docs/man';\
1651
+
) >"$(builddir)/$(@F)"
1652
+
1653
+
else !DOC_INSTALL_SELECTED_MANS_PROGS_BUILT
1654
+
1655
+
linkman-docbuildmode-note.txt: Makefile
1656
+
@echo " GENERATE-LINKMAN $@"
1657
+
@( echo'NOTE: This build of NUT was configured to deliver all available manual'; \
1658
+
echo'ifndef::website[]';\
1659
+
echo'pages, and may include those for programs that were not actually built or installed.';\
1660
+
echo'endif::website[]';\
1661
+
echo'ifdef::website[]';\
1662
+
echo'pages.';\
1663
+
echo'endif::website[]';\
1664
+
) >"$(builddir)/$(@F)"
1665
+
1666
+
endif !DOC_INSTALL_SELECTED_MANS_PROGS_BUILT
1667
+
1639
1668
# Dependencies are about particular filenames, since over time
1640
1669
# we might have several use-cases for LINKMAN_INCLUDE_GENERATED:
0 commit comments