X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=Makefile;h=286d2c904f711d2a04c9e15da59d1067b6ca0b4a;hb=e664865e2e1a88846e56f930095dfe4ff210596a;hp=b13d0561318c93296415622f0a2fbb2d03b25d58;hpb=7be2a2d5f4078ba97b3281f2b5c33ae9bd337be5;p=github%2Fshaarli%2FShaarli.git diff --git a/Makefile b/Makefile index b13d0561..286d2c90 100644 --- a/Makefile +++ b/Makefile @@ -146,11 +146,6 @@ 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