mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-07 21:15:19 +03:00
;shake: update -> docs
This commit is contained in:
parent
6e2d4ce425
commit
d028b1f062
14
Shake.hs
14
Shake.hs
@ -76,7 +76,7 @@ usage =
|
||||
-- ,"./Shake webmanuals update just the web manuals"
|
||||
,"./Shake changelogs [-c] [-n/--dry-run]"
|
||||
," update CHANGES.md files, adding new commits & headings"
|
||||
,"./Shake update [-c] update all the above, eg after setversion"
|
||||
,"./Shake docs [-c] update all program docs (CLI help, manuals, changelogs)"
|
||||
,"./Shake build [PKGS] build hledger packages and their embedded docs"
|
||||
,"./Shake clean remove generated texts, manuals"
|
||||
,"./Shake Clean also remove object files, Shake's cache"
|
||||
@ -657,17 +657,15 @@ main = do
|
||||
|
||||
)
|
||||
|
||||
-- MISC
|
||||
|
||||
-- update
|
||||
-- Update all that needs updating.
|
||||
phony "update" $ need [
|
||||
"cabalfiles"
|
||||
,"cmdhelp"
|
||||
-- Update all program-specific docs, eg after setversion.
|
||||
phony "docs" $ need [
|
||||
"cmdhelp"
|
||||
,"manuals"
|
||||
,"changelogs"
|
||||
]
|
||||
|
||||
-- MISC
|
||||
|
||||
-- Generate the web manuals based on the current checkout and save
|
||||
-- them as the specified versioned snapshot in site/doc/VER/ .
|
||||
-- .snapshot is a dummy file.
|
||||
|
Loading…
Reference in New Issue
Block a user