aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorAurélien Tamisier <virtualtam+github@flibidi.net>2019-01-23 22:14:32 +0100
committerGitHub <noreply@github.com>2019-01-23 22:14:32 +0100
commite664865e2e1a88846e56f930095dfe4ff210596a (patch)
tree6ca7f7da0849e814d38bbd904ce18b9740ea2e3f /Makefile
parent92423ce58a316c8f3b4aeb0a510bcecf54e15d7c (diff)
parent9eb6055abb2643a9d666b0355cd6d6d67ee4e0ba (diff)
downloadShaarli-e664865e2e1a88846e56f930095dfe4ff210596a.tar.gz
Shaarli-e664865e2e1a88846e56f930095dfe4ff210596a.tar.zst
Shaarli-e664865e2e1a88846e56f930095dfe4ff210596a.zip
Merge pull request #1258 from virtualtam/refactor/phpdoc
Replace Doxygen with phpDocumentor to generate reference documentation
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index b758d1fd..286d2c90 100644
--- a/Makefile
+++ b/Makefile
@@ -146,10 +146,9 @@ authors:
146 @git shortlog -sne > AUTHORS 146 @git shortlog -sne > AUTHORS
147 @rm .mailmap 147 @rm .mailmap
148 148
149### generate Doxygen documentation 149### generate phpDocumentor documentation
150doxygen: clean 150phpdoc: clean
151 @rm -rf doxygen 151 @docker run --rm -v $(PWD):/data -u `id -u`:`id -g` phpdoc/phpdoc
152 @doxygen Doxyfile
153 152
154### generate HTML documentation from Markdown pages with MkDocs 153### generate HTML documentation from Markdown pages with MkDocs
155htmldoc: 154htmldoc: