* Use standard practices for website build
- Declare your dependencies
- Do not rebuild unless dependencies changed
- Cleanup after yourself
- Document your targets
- COMMANDS in upper case and variables/rules in lowercase
* Prevent bundle install to re-run
Split it into two separate targets one for installing env and one for
actually reworking the html.
* Fix typo in makefile comment
Co-authored-by: Hendrik Kleinwaechter <hendrik.kleinwaechter@gmail.com>
---------
Co-authored-by: Hendrik Kleinwaechter <hendrik.kleinwaechter@gmail.com>