diff options
| author | EuAndreh <eu@euandre.org> | 2021-01-28 13:22:24 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2021-01-28 13:22:24 -0300 |
| commit | 8d5ac13b7c40892edd7616cdb4063deeaa35dad2 (patch) | |
| tree | cf1702f107d1dc16c0bb550dcc50d00a1b7c1e12 | |
| parent | fake-symlinks: mv build-aux into aux, and other support folder into aux (diff) | |
| download | dotfiles-8d5ac13b7c40892edd7616cdb4063deeaa35dad2.tar.gz dotfiles-8d5ac13b7c40892edd7616cdb4063deeaa35dad2.tar.xz | |
Remove generation of index.html file
Diffstat (limited to '')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -8,7 +8,5 @@ check: clean: rm -rf public/ -.PHONY: public public: - sh scripts/generate-tasks-and-bugs.sh - pandoc -s --metadata title='dotfiles - EuAndreh' -c styles.css -o public/index.html README.md + mkdir -p public |
