Metadata-Version: 2.4
Name: gnu_autoconf_dash_docset_generator
Version: 2026.2.16
Summary: Dash docset generator for GNU Autoconf
Author-email: Louie Shprung <lshprung@tutanota.com>
License-Expression: GPL-3.0-or-later
Project-URL: Homepage, https://github.com/lshprung/gnu-autoconf-dash-docset
Project-URL: Issues, https://github.com/lshprung/gnu-autoconf-dash-docset/issues
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: dash_docset_builder>=2026.01.25
Dynamic: license-file

Dash docset generator for
[GNU Autoconf](https://www.gnu.org/savannah-checkouts/gnu/autoconf/autoconf.html)

### Instructions

- Download the pre-built documentation 
[](https://www.gnu.org/savannah-checkouts/gnu/autoconf/manual/autoconf-2.72/index.html)
    - Download the manual titled "HTML compressed ... - with one web page per node."

- `gnu-autoconf-dash-docset-generator MANUAL_SOURCE`
    - `GNU_Autoconf.docset` will be generated in the current working directory
    (or a specified builddir if `-b` was passed)
    - If `pipx` is installed, you can avoid `pip install`ing anything and just
    run `pipx run gnu-autoconf-dash-docset-generator MANUAL_SOURCE`
    - `MANUAL_SOURCE` will be the path to the html sources, after extracting
    from the gzipped tar file they are distributed in
    - For a full set of options: `gnu-libc-dash-docset-generator -h`
