-
-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(packaging): simplify building docs
Fixes #101 Why? - no build.rs that is invoked on _any_ `cargo build/run` - no extra dev dependency - no intermediate `docs/*.out` files - 3 lines of bash instead - maximum gzip compression (-9/--best) - docs will be built only when needed, i.e. on `make docs` or `make install` To quickly check: ```sh make TARGET_DIR=/tmp/wayshot MAN{1,7}_DIR=/tmp/wayshot install ```
- Loading branch information
1 parent
cb6bd68
commit 596f25b
Showing
6 changed files
with
7 additions
and
77 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
target | ||
*.gz | ||
*.out | ||
.direnv |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.