summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-07-18Accomodate modification to index-terms.shHEADmasterLouie S
2024-06-21Modularize get_titleLouie S
2024-06-20Move index-terms.sh to shared scriptsLouie S
2024-06-07Change NO_CSS checking behaviorLouie S
2024-06-07Add README noticeLouie S
2024-06-07Convert to submoduleLouie S
2023-06-28Merge pull request #1 from lshprung/local-csslshprung
Download and package (or disable) CSS as part of docset
2023-06-10Download and package (or disable) CSS as part of docsetlocal-cssLouie S
2023-06-09Clean up, base more on dash-docset-template, dumb down entry types for ↵Louie Shprung
name-index (consider all of these directives)
2023-05-01Rewrite in POSIX shell; index entries from the index pagesLouie S
2022-11-05Merge pull request #3 from benzado/newer-doc-titlesBenjamin Ragheb
Newer document titles
2022-11-05Accomodate titles in newer GNU make versionsBenjamin Ragheb
@lshprung identified that newer versions of GNU make docs have titles with a suffix of "(GNU make)" instead of a prefix of "GNU make:". This change extracts any HTML title, and then removes either prefix or suffix, if found.
2022-11-05Fix bug that prevented path from being printedBenjamin Ragheb
2022-11-04Replaced 'mkdir' with 'mkdir -p'Louie S
2015-05-09Add Makefile target to generate tgz archive of docsetBenjamin Ragheb
Also fix and update .gitignore
2015-05-09Here is a script and a Makefile for generating a GNU Make docset for Dash.Benjamin Ragheb