Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doc build recipe updates #2366

Merged
merged 8 commits into from
Mar 24, 2024
Merged

Commits on Mar 23, 2024

  1. Makefile.am: clarify default "all" target variants

    Signed-off-by: Jim Klimov <jimklimov+nut@gmail.com>
    jimklimov committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    accfd81 View commit details
    Browse the repository at this point in the history
  2. Makefile.am: fix typo for "docs/man" prep for spellcheck target

    Signed-off-by: Jim Klimov <jimklimov+nut@gmail.com>
    jimklimov committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    c86cded View commit details
    Browse the repository at this point in the history
  3. Makefile.am: be sure to prep before the many docs-related targets

    Signed-off-by: Jim Klimov <jimklimov+nut@gmail.com>
    jimklimov committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    c64adb3 View commit details
    Browse the repository at this point in the history
  4. docs/Makefile.am, docs/man/Makefile.am: clarify default "all" target …

    …variants as requiring a prep
    
    Signed-off-by: Jim Klimov <jimklimov+nut@gmail.com>
    jimklimov committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    7de34ed View commit details
    Browse the repository at this point in the history
  5. Makefile.am, docs/Makefile.am: use abs_top_builddir for wrapper rules

    Signed-off-by: Jim Klimov <jimklimov+nut@gmail.com>
    jimklimov committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    535e0f6 View commit details
    Browse the repository at this point in the history
  6. tools/gitlog2changelog.py.in: trace absence of "unicode" type in some…

    … python bundles
    
    Signed-off-by: Jim Klimov <jimklimov+nut@gmail.com>
    jimklimov committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    0b38251 View commit details
    Browse the repository at this point in the history
  7. tools/gitlog2changelog.py.in: when authorMustBeASCII, only parse str …

    …via unicode() if we did not shortcut it earlier, and fix a typo in encoding value
    
    Signed-off-by: Jim Klimov <jimklimov+nut@gmail.com>
    jimklimov committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    7dc1020 View commit details
    Browse the repository at this point in the history
  8. UPGRADING.adoc, NEWS.adoc: mention changes in tools/gitlog2changelog.…

    …py.in [networkupstools#2360, networkupstools#2366]
    
    Signed-off-by: Jim Klimov <jimklimov+nut@gmail.com>
    jimklimov committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    69e7fae View commit details
    Browse the repository at this point in the history