diff options
author | Lucas Fryzek <lucas.fryzek@gmail.com> | 2022-11-02 20:08:43 -0400 |
---|---|---|
committer | Lucas Fryzek <lucas.fryzek@gmail.com> | 2022-11-02 20:08:43 -0400 |
commit | 1edf3a50ac8365bd4d26169db9f13bd8061fc9f9 (patch) | |
tree | 70156b371fbe4b8594c1cc56fdd79352a895ec23 /makefile | |
parent | bb14d535ec58e0c955e393f8c59ec286627464d6 (diff) |
Move assets folder
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -33,7 +33,6 @@ $(HTML_DIR)/%.html: $(PAGE_DIR)/%.md $(HTML_DIR)/index.html: $(HTML_DOCS) $(PAGE_FILES) touch $(HTML_DIR)/.nojekyll - ln -sf ../assets -t $(HTML_DIR) pandoc -s --lua-filter=./tools/front_page.lua --template=./templates/main.html main.md \ --metadata=note_list:"$(SOURCE_FILES)" \ -o $@ @@ -44,4 +43,4 @@ all: $(HTML_DIR)/index.html clean: rm -r build - rm -r html + find html -name "*.html" -type f -delete |