diff options
| author | Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> | 2023-09-27 17:32:55 +0000 |
|---|---|---|
| committer | Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> | 2023-09-27 17:32:55 +0000 |
| commit | 588e1d119e47465bf132dd33093294d363a125fe (patch) | |
| tree | 8891bd5697347b1e6bec21af4405628f771e856a | |
| parent | 99333306b8924d300ffd745bf5e1e139e337e830 (diff) | |
| download | doc-588e1d119e47465bf132dd33093294d363a125fe.tar.gz doc-588e1d119e47465bf132dd33093294d363a125fe.zip | |
Documentation Portal - Makefile: Improve all target comment
PR: 274073
Sponsored by: Daifressh
| -rw-r--r-- | documentation/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/documentation/Makefile b/documentation/Makefile index d4e4bca048..cd255d01a1 100644 --- a/documentation/Makefile +++ b/documentation/Makefile @@ -5,15 +5,16 @@ # # Targets intended for use on the command line # -# all (default) - generate the books TOC and compile all the documentation +# all (default) - generate books and articles without generating the +# PDFs or EPUBs # clean - removes generated files # run - serves the built documentation site for local browsing # pdf - build PDF versions of the articles and books. # html - build HTML versions of the articles and books for -# offline use. -# If variable DOC_HTML_ARCHIVE is set, all documents will be -# archived/compressed, and only these files will be kept in the public -# directory. +# offline use. +# If variable DOC_HTML_ARCHIVE is set, all documents will be +# archived/compressed, and only these files will be kept in the +# public directory. # epub - build EPUB versions of the articles and books (Experimental). # # The run target uses hugo's built-in webserver to make the documentation site |
