diff options
author | nodiscc <nodiscc@gmail.com> | 2017-11-18 16:22:43 +0100 |
---|---|---|
committer | nodiscc <nodiscc@gmail.com> | 2017-11-18 16:22:43 +0100 |
commit | 76c3a4dbed11b9a5df2437db00e96608244bd693 (patch) | |
tree | 626e3ff5d20ece1430e9c96ec42b1d3b6a630a3a /Makefile | |
parent | 3ec25cc00fb7abe29a4a3061d9974cf82f2888d1 (diff) | |
download | Shaarli-76c3a4dbed11b9a5df2437db00e96608244bd693.tar.gz Shaarli-76c3a4dbed11b9a5df2437db00e96608244bd693.tar.zst Shaarli-76c3a4dbed11b9a5df2437db00e96608244bd693.zip |
documentation cleanup
* In preparation of #930 work
* Remove/reorder duplicate documentation from Makefile/Unit-tests.md/Download-and-Installation.md (composer information is now in Unit-tests.md)
* Installation using git: add composer requirement to all git installation procedures, add python3-virtualenv requirement
* Styling (horizontal rulers, spacing, descriptive headers)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 11 |
1 files changed, 0 insertions, 11 deletions
@@ -1,17 +1,6 @@ | |||
1 | # The personal, minimalist, super-fast, database free, bookmarking service. | 1 | # The personal, minimalist, super-fast, database free, bookmarking service. |
2 | # Makefile for PHP code analysis & testing, documentation and release generation | 2 | # Makefile for PHP code analysis & testing, documentation and release generation |
3 | 3 | ||
4 | # Prerequisites: | ||
5 | # - install Composer, either: | ||
6 | # - from your distro's package manager; | ||
7 | # - from the official website (https://getcomposer.org/download/); | ||
8 | # - install/update test dependencies: | ||
9 | # $ composer install # 1st setup | ||
10 | # $ composer update | ||
11 | # - install Xdebug for PHPUnit code coverage reports: | ||
12 | # - see http://xdebug.org/docs/install | ||
13 | # - enable in php.ini | ||
14 | |||
15 | BIN = vendor/bin | 4 | BIN = vendor/bin |
16 | PHP_SOURCE = index.php application tests plugins | 5 | PHP_SOURCE = index.php application tests plugins |
17 | PHP_COMMA_SOURCE = index.php,application,tests,plugins | 6 | PHP_COMMA_SOURCE = index.php,application,tests,plugins |