aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 5104e302..d69fac46 100644
--- a/Makefile
+++ b/Makefile
@@ -106,7 +106,7 @@ mess_detector_summary: mess_title
106# See phpunit.xml for configuration 106# See phpunit.xml for configuration
107# https://phpunit.de/manual/current/en/appendixes.configuration.html 107# https://phpunit.de/manual/current/en/appendixes.configuration.html
108## 108##
109test: clean 109test:
110 @echo "-------" 110 @echo "-------"
111 @echo "PHPUNIT" 111 @echo "PHPUNIT"
112 @echo "-------" 112 @echo "-------"
@@ -118,13 +118,13 @@ test: clean
118 118
119### remove all unversioned files 119### remove all unversioned files
120clean: 120clean:
121 @git clean -df 121 @git clean -df
122 122
123### update the local copy of the documentation 123### update the local copy of the documentation
124doc: clean 124doc: clean
125 @rm -rf doc 125 @rm -rf doc
126 @git clone https://github.com/shaarli/Shaarli.wiki.git doc 126 @git clone https://github.com/shaarli/Shaarli.wiki.git doc
127 @rm -rf doc/.git 127 @rm -rf doc/.git
128 128
129### Convert local markdown documentation to HTML 129### Convert local markdown documentation to HTML
130htmldoc: 130htmldoc: