]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - Makefile
Merge branch 'v0.11' into stable
[github/shaarli/Shaarli.git] / Makefile
index b758d1fd276e91fd523b3b1410c89341a6ed906a..286d2c904f711d2a04c9e15da59d1067b6ca0b4a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -146,10 +146,9 @@ authors:
        @git shortlog -sne > AUTHORS
        @rm .mailmap
 
-### generate Doxygen documentation
-doxygen: clean
-       @rm -rf doxygen
-       @doxygen Doxyfile
+### generate phpDocumentor documentation
+phpdoc: clean
+       @docker run --rm -v $(PWD):/data -u `id -u`:`id -g` phpdoc/phpdoc
 
 ### generate HTML documentation from Markdown pages with MkDocs
 htmldoc: