Skip to content

Commit

Permalink
Remove manual pdf
Browse files Browse the repository at this point in the history
  • Loading branch information
passcod committed Dec 9, 2023
1 parent 25988a8 commit e985f5f
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ More usage examples: [in the CLI README](./crates/cli/#usage-examples)!

All options in detail: [in the CLI README](./crates/cli/#installation),
in the online help (`watchexec -h`, `watchexec --help`, or `watchexec --manual`),
and [in the manual page](./doc/watchexec.1.md) ([PDF](./doc/watchexec.1.pdf)).
and [in the manual page](./doc/watchexec.1.md).


## Augment
Expand Down
1 change: 0 additions & 1 deletion bin/manpage
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/bin/sh
cargo run -p watchexec-cli -- --manual > doc/watchexec.1
roff2pdf < doc/watchexec.1 > doc/watchexec.1.pdf
pandoc doc/watchexec.1 -t markdown > doc/watchexec.1.md
2 changes: 1 addition & 1 deletion crates/cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,6 @@ If not bundled, you can generate completions for your shell with `watchexec --co
There's a manual page at `doc/watchexec.1`. Install it to `/usr/share/man/man1/`.
If not bundled, you can generate a manual page with `watchexec --manual > /path/to/watchexec.1`, or view it inline with `watchexec --manual` (requires `man`).

You can also [read a text version](../../doc/watchexec.1.md) or a [PDF](../../doc/watchexec.1.pdf).
You can also [read a text version](../../doc/watchexec.1.md).

Note that it is automatically generated from the help text, so it is not as pretty as a carefully hand-written one.
Empty file removed doc/watchexec.1.pdf
Empty file.

0 comments on commit e985f5f

Please sign in to comment.