]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - Makefile
doc: composer update should actually be removed as it alters the Composer lock file
[github/shaarli/Shaarli.git] / Makefile
index b758d1fd276e91fd523b3b1410c89341a6ed906a..917fab7d9753cb1fa41c18b759e7dc06cf0559d9 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -80,7 +80,8 @@ locale_test_%:
                --testsuite language-$(firstword $(subst _, ,$*))
 
 all_tests: test locale_test_de_DE locale_test_en_US locale_test_fr_FR
-       @$(BIN)/phpcov merge --html coverage coverage
+       @# --The current version is not compatible with PHP 7.2
+       @#$(BIN)/phpcov merge --html coverage coverage
        @# --text doesn't work with phpunit 4.* (v5 requires PHP 5.6)
        @#$(BIN)/phpcov merge --text coverage/txt coverage
 
@@ -146,10 +147,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: