diff options
Diffstat (limited to 'doc/doxygen/Makefile.am')
-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 | ||