aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--Doxyfile1
-rw-r--r--Makefile4
2 files changed, 3 insertions, 2 deletions
diff --git a/Doxyfile b/Doxyfile
index 9a596b53..30f95564 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -804,6 +804,7 @@ RECURSIVE = YES
804# run. 804# run.
805 805
806EXCLUDE = vendor \ 806EXCLUDE = vendor \
807 data \
807 tpl \ 808 tpl \
808 inc \ 809 inc \
809 doc \ 810 doc \
diff --git a/Makefile b/Makefile
index d659d908..5e3ae26d 100644
--- a/Makefile
+++ b/Makefile
@@ -192,7 +192,7 @@ authors:
192### generate Doxygen documentation 192### generate Doxygen documentation
193doxygen: clean 193doxygen: clean
194 @rm -rf doxygen 194 @rm -rf doxygen
195 @( cat Doxyfile ; echo "PROJECT_NUMBER=`git describe`" ) | doxygen - 195 @doxygen Doxyfile
196 196
197### generate HTML documentation from Markdown pages with MkDocs 197### generate HTML documentation from Markdown pages with MkDocs
198htmldoc: 198htmldoc:
@@ -206,4 +206,4 @@ htmldoc:
206 206
207### Generate Shaarli's translation compiled file (.mo) 207### Generate Shaarli's translation compiled file (.mo)
208translate: 208translate:
209 @find inc/languages/ -name shaarli.po -execdir msgfmt shaarli.po -o shaarli.mo \; \ No newline at end of file 209 @find inc/languages/ -name shaarli.po -execdir msgfmt shaarli.po -o shaarli.mo \;