]> git.proxmox.com Git - pve-docs.git/commit - Makefile
buildsys: allow re-building synopsis & opts files standalone
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 18 Oct 2017 08:12:46 +0000 (10:12 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 18 Oct 2017 13:07:54 +0000 (15:07 +0200)
commit5cb4ef638dd753b939b8cadb83487e42c5abb9f0
tree1521f22b6e562a83bf096e9199aed9c80f436bf4
parent4ecb55a9a54cbcf6e537c684e553ff5435b89739
buildsys: allow re-building synopsis & opts files standalone

Add two new make targets 'update-static', 'clean-static' which split
out functionality from the 'update' target.
As the latter uses the long duration `make all` anybody which just
wants to see the current synopsis (e.g., when improving a chapter)
spends a lot time waiting here.

The new target clean or update (generate) specifically just the
synopsis, opts, apidata and firewall macro files from the current
installed package versions, allowing faster build times when one does
frequent edit-build cycles.
Makefile