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