git: 588e1d119e - main - Documentation Portal - Makefile: Improve all target comment

From: Sergio Carlavilla Delgado <carlavilla_at_FreeBSD.org>
Date: Wed, 27 Sep 2023 17:33:57 UTC
The branch main has been updated by carlavilla:

URL: https://cgit.FreeBSD.org/doc/commit/?id=588e1d119e47465bf132dd33093294d363a125fe

commit 588e1d119e47465bf132dd33093294d363a125fe
Author:     Sergio Carlavilla Delgado <carlavilla@FreeBSD.org>
AuthorDate: 2023-09-27 17:32:55 +0000
Commit:     Sergio Carlavilla Delgado <carlavilla@FreeBSD.org>
CommitDate: 2023-09-27 17:32:55 +0000

    Documentation Portal - Makefile: Improve all target comment
    
    PR:             274073
    Sponsored by:   Daifressh
---
 documentation/Makefile | 11 ++++++-----
 1 file 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