diff options
| author | EuAndreh <eu@euandre.org> | 2020-12-02 15:44:50 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2020-12-02 16:02:13 -0300 |
| commit | 6d95acf144a4f2e48cb603af3a8032c172ceb53e (patch) | |
| tree | 841555c1a8e65f2527401a67f6327c72ef617ff8 /Makefile | |
| parent | TODOs.org: Add missing IDs (diff) | |
| download | toph-6d95acf144a4f2e48cb603af3a8032c172ceb53e.tar.gz toph-6d95acf144a4f2e48cb603af3a8032c172ceb53e.tar.xz | |
Fix build of HTML
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -9,4 +9,5 @@ clean: rm -rf public/ public: - ./scripts/generate-tasks-and-bugs.sh + bash ./scripts/generate-tasks-and-bugs.sh + pandoc -s --metadata title='EuAndreh VPS' -c styles.css -o public/index.html README.md |
