diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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 | ## |
109 | test: clean | 109 | test: |
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 |
120 | clean: | 120 | clean: |
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 |
124 | doc: clean | 124 | doc: 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 |
130 | htmldoc: | 130 | htmldoc: |