Use standard practices for website build (#161)

- Declare your dependencies
- Do not rebuild unless dependencies changed
- Cleanup after yourself
- Document your targets
- COMMANDS in upper case and variables/rules in lowercase
This commit is contained in:
cedounet
2023-08-04 14:57:08 +01:00
committed by GitHub
parent 4fdfaaf534
commit a8ad6f0a8b
2 changed files with 36 additions and 15 deletions

View File

@@ -1,5 +0,0 @@
.PHONY: website
website:
cd ../book && make mrproper && make website
bundle install
ruby modify_build.rb