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 80efcfaa..28353587 100644
--- a/Makefile
+++ b/Makefile
@@ -102,7 +102,7 @@ mess_detector_summary: mess_title
102# See phpunit.xml for configuration 102# See phpunit.xml for configuration
103# https://phpunit.de/manual/current/en/appendixes.configuration.html 103# https://phpunit.de/manual/current/en/appendixes.configuration.html
104## 104##
105test: clean 105test:
106 @echo "-------" 106 @echo "-------"
107 @echo "PHPUNIT" 107 @echo "PHPUNIT"
108 @echo "-------" 108 @echo "-------"
@@ -114,13 +114,13 @@ test: clean
114 114
115### remove all unversioned files 115### remove all unversioned files
116clean: 116clean:
117 @git clean -df 117 @git clean -df
118 118
119### update the local copy of the documentation 119### update the local copy of the documentation
120doc: clean 120doc: clean
121 @rm -rf doc 121 @rm -rf doc
122 @git clone https://github.com/shaarli/Shaarli.wiki.git doc 122 @git clone https://github.com/shaarli/Shaarli.wiki.git doc
123 @rm -rf doc/.git 123 @rm -rf doc/.git
124 124
125### Convert local markdown documentation to HTML 125### Convert local markdown documentation to HTML
126htmldoc: 126htmldoc: