]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#2161] comment in Makefile.am
authorAndrei Pavel <andrei@isc.org>
Tue, 16 Nov 2021 09:57:25 +0000 (11:57 +0200)
committerWlodek Wencel <wlodek@isc.org>
Wed, 2 Mar 2022 18:04:37 +0000 (19:04 +0100)
doc/sphinx/Makefile.am

index 513d2d03f17b0a71fd76bfc9657730b931fb16f5..7fa957bdcd64d2a9a3a97ff9c7440a15f607f840 100644 (file)
@@ -179,6 +179,10 @@ $(man8s): mans
 mans: $(man_sources) api-files.txt mes-files.txt
        $(SPHINXBUILD) -M man $(srcdir) $(sphinxbuilddir) $(sphinxopts)
 
+# Updates sphinx dependencies to the latest versions available on the current
+# host and freezes them in ./src/requirements.txt. Requires pip-compile:
+#   pip install pip-tools
+# Run this when dependencies are added, changed or removed.
 update-python-dependencies: ./src/requirements.in
        pip-compile -r ./src/requirements.in