]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - Makefile
Merge tag 'v0.9.7' into stable
[github/shaarli/Shaarli.git] / Makefile
index c2d5594605943f87e16da7dee295acfff5e074ab..0ae032261c9a58bf7f8d4d72fe3d43d810605b25 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,17 +1,6 @@
 # The personal, minimalist, super-fast, database free, bookmarking service.
 # Makefile for PHP code analysis & testing, documentation and release generation
 
-# Prerequisites:
-# - install Composer, either:
-#   - from your distro's package manager;
-#   - from the official website (https://getcomposer.org/download/);
-# - install/update test dependencies:
-#   $ composer install  # 1st setup
-#   $ composer update
-# - install Xdebug for PHPUnit code coverage reports:
-#   - see http://xdebug.org/docs/install
-#   - enable in php.ini
-
 BIN = vendor/bin
 PHP_SOURCE = index.php application tests plugins
 PHP_COMMA_SOURCE = index.php,application,tests,plugins
@@ -214,7 +203,6 @@ htmldoc:
        find doc/html/ -type f -exec chmod a-x '{}' \;
        rm -r venv
 
-
 ### Generate Shaarli's translation compiled file (.mo)
 translate:
-       @find inc/languages/ -name shaarli.po -execdir msgfmt shaarli.po -o shaarli.mo \;
\ No newline at end of file
+       @find inc/languages/ -name shaarli.po -execdir msgfmt shaarli.po -o shaarli.mo \;