Skip to content

Commit

Permalink
Doxygen: ignore data/, simplify Make target
Browse files Browse the repository at this point in the history
Signed-off-by: VirtualTam <[email protected]>
  • Loading branch information
virtualtam committed Feb 22, 2018
1 parent b9c6589 commit ba2cff1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -804,6 +804,7 @@ RECURSIVE = YES
# run.

EXCLUDE = vendor \
data \
tpl \
inc \
doc \
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ authors:
### generate Doxygen documentation
doxygen: clean
@rm -rf doxygen
@( cat Doxyfile ; echo "PROJECT_NUMBER=`git describe`" ) | doxygen -
@doxygen Doxyfile

### generate HTML documentation from Markdown pages with MkDocs
htmldoc:
Expand All @@ -206,4 +206,4 @@ htmldoc:

### Generate Shaarli's translation compiled file (.mo)
translate:
@find inc/languages/ -name shaarli.po -execdir msgfmt shaarli.po -o shaarli.mo \;
@find inc/languages/ -name shaarli.po -execdir msgfmt shaarli.po -o shaarli.mo \;

0 comments on commit ba2cff1

Please sign in to comment.