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] Switch to pandoc and remove generated files #1955

Merged
merged 5 commits into from
Mar 5, 2024

Commits on Mar 5, 2024

  1. Configuration menu
    Copy the full SHA
    57dbdc1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d8fbcc View commit details
    Browse the repository at this point in the history
  3. [Doc] Rewrite markdown for conversion to man

    * convert existing markup to use definition list (a bit hacky...)
    * rewrite title to pandoc man metadata
    * reduce heading nesting to match most man pages
    * inline code displayed as bold, also common man style
    lbonn committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    fae3e65 View commit details
    Browse the repository at this point in the history
  4. [Doc] New installation with autoconf and meson

    - autoconf:
      * generate in source directory if pandoc found
      * install from source directory
    
    - meson:
      * generate and install with build directory if pandoc found
      * try to install from source directory if pandoc not found
      * bail otherwise
    lbonn committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    7872785 View commit details
    Browse the repository at this point in the history
  5. [Doc] Make pandoc filter 2.9 compatible

    Man pages look better with pandoc >= 2.17
    lbonn committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    1fee420 View commit details
    Browse the repository at this point in the history