diff options
author | lshprung <lshprung@tutanota.com> | 2023-06-28 16:06:59 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-28 16:06:59 -0700 |
commit | bc624ea5f8fe4cfc6ea0a44d483ba57cb07cfcd6 (patch) | |
tree | fc923bca398566dec0b49bcc099bfcda97132c21 /README | |
parent | a4784bbacc356d381ff833e1c181b75c30f776c6 (diff) | |
parent | 0779d60460d99f8f950fd97bcef897ba6cbf1b8a (diff) |
Merge pull request #1 from lshprung/local-css
Download and package (or disable) CSS as part of docset
Diffstat (limited to 'README')
-rw-r--r-- | README | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -8,10 +8,13 @@ To generate a docset from the latest edition of the GNU Make Manual, simply execute `make` from the same directory as this README file. The latest edition will be downloaded from www.gnu.org and packaged appropriately. +If you would prefer a docset without CSS, this can be specified by running `make NO_CSS=yes`. +Otherwise, a local CSS file will also be downloaded from www.gnu.org and included in the docset. + Requirements: - any POSIX-compliant shell - curl - https://curl.se/ - make - https://www.gnu.org/software/make/ -- pup - https://tracker.debian.org/pkg/pup +- pup - https://github.com/ericchiang/pup - sqlite3 - https://www.sqlite.org/index.html |