summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorManos Pitsidianakis <el13635@mail.ntua.gr>2020-09-12 23:50:40 +0300
committerManos Pitsidianakis <el13635@mail.ntua.gr>2020-09-12 23:50:40 +0300
commit281a6ee6ae313f7a6d1e624927ece9cfce9a5825 (patch)
tree8a86349f2ec7c422fe5eafc7ef8dad1c51461d20 /README.md
parent3ef60f2688a509c457b6c627fb3a5109f157838d (diff)
Makefile: add build-rustdoc target
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index a6c939aa..b23cd9dc 100644
--- a/README.md
+++ b/README.md
@@ -18,6 +18,7 @@ Secondary subcommands:
- dist (creates release tarball named `meli-VERSION.tar.gz` in this directory)
- deb-dist (builds debian package in the parent directory)
- distclean (cleans distribution build artifacts)
+ - build-rustdoc (builds rustdoc documentation for all packages in `$CARGO_TARGET_DIR`)
The Makefile *should* be portable and not require a specific `make` version.