diff options
author | Evgeny Grin (Karlson2k) <k2k@narod.ru> | 2022-01-06 18:41:12 +0300 |
---|---|---|
committer | Evgeny Grin (Karlson2k) <k2k@narod.ru> | 2022-01-06 19:05:42 +0300 |
commit | 5368cd9c35d9d0fd90b898eb40f329a75fb341fa (patch) | |
tree | 8b0ed8655ed0161d4a1a0b54cd5a68eb9c8cb7b6 | |
parent | 88b7523e13100629f86de7afc099b53dd672d1e4 (diff) | |
download | libmicrohttpd-5368cd9c35d9d0fd90b898eb40f329a75fb341fa.tar.gz libmicrohttpd-5368cd9c35d9d0fd90b898eb40f329a75fb341fa.zip |
Doxygen: changed description of make targets
-rw-r--r-- | doc/doxygen/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/doxygen/Makefile.am b/doc/doxygen/Makefile.am index 6f132dd8..52da05bb 100644 --- a/doc/doxygen/Makefile.am +++ b/doc/doxygen/Makefile.am | |||
@@ -1,7 +1,7 @@ | |||
1 | # This Makefile.am is in the public domain | 1 | # This Makefile.am is in the public domain |
2 | all: | 2 | all: |
3 | @echo -e \ | 3 | @echo -e \ |
4 | "Generate documentation:\n" \ | 4 | "Generate doxygen additional documentation:\n" \ |
5 | "\tmake full - full documentation with dependency graphs (slow)\n" \ | 5 | "\tmake full - full documentation with dependency graphs (slow)\n" \ |
6 | "\tmake fast - fast mode without dependency graphs" | 6 | "\tmake fast - fast mode without dependency graphs" |
7 | 7 | ||