]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Update README.man with clearer text.
authorYorgos Thessalonikefs <yorgos@nlnetlabs.nl>
Fri, 19 Sep 2025 08:03:10 +0000 (10:03 +0200)
committerYorgos Thessalonikefs <yorgos@nlnetlabs.nl>
Fri, 19 Sep 2025 08:03:10 +0000 (10:03 +0200)
doc/Changelog
doc/README.man

index 6b4ad6662a60d31200ff60924341d83ef5ce6776..1397125873bdfea5bb0ee3d94d9af0a092320fc8 100644 (file)
@@ -1,6 +1,9 @@
 19 September 2025: Wouter
        - Fix to remove configure~ from release tarballs.
 
+19 September 2025: Yorgos
+       - Update README.man with clearer text.
+
 18 September 2025: Wouter
        - Tag for 1.24.0 release. Includes the fixes below after rc1.
          The repository continues with version 1.24.1.
index 8e7897f47790c5939802344216e51218f704d937..dae1bc94c38a101e75df9cc7e0b9bd84bfa5726b 100644 (file)
@@ -6,11 +6,16 @@ and makes it easier to maintain and contribute to the documentation.
 The templated man pages (*.in) are still part of the code repository as to not
 alter current procedures that could be in place by users/packagers.
 
+These man pages (*.in) are still the ones being used when
+configuring/installing Unbound.
+Packagers/users do not have to generate any man pages themselves, this is done
+by the core developers during development and upon releasing new versions.
+
 The templated man pages (*.in) are generated by Sphinx (used for the online
 documentation).
 The online documentation has its own repository at
 https://github.com/NLnetLabs/unbound-manual.
 
-In the README.md there (branch test-auto for now), there are further simple
-instructions on how to generate the templated man pages there and update them
-in this repository.
+In that README.md (https://github.com/NLnetLabs/unbound-manual/README.md)
+there are further simple instructions on how to generate the templated man
+pages there and update them in this repository.