]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - Makefile
Merge pull request #377 from ArthurHoaro/search-tag-autocomplete
[github/shaarli/Shaarli.git] / Makefile
index 05578525097b1526b55d101a9f77d0e0b13ec903..c560d8d16d60f7e023d06c4ec66eaa483b0631f9 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -13,8 +13,8 @@
 #   - enable in php.ini
 
 BIN = vendor/bin
-PHP_SOURCE = index.php application tests
-PHP_COMMA_SOURCE = index.php,application,tests
+PHP_SOURCE = index.php application tests plugins
+PHP_COMMA_SOURCE = index.php,application,tests,plugins
 
 all: static_analysis_summary test
 
@@ -120,6 +120,11 @@ test:
 clean:
        @git clean -df
 
+### generate Doxygen documentation
+doxygen: clean
+       @rm -rf doxygen
+       @( cat Doxyfile ; echo "PROJECT_NUMBER=`git describe`" ) | doxygen -
+
 ### update the local copy of the documentation
 doc: clean
        @rm -rf doc