Makefile: Include generated tags/gemini/

This commit is contained in:
hedy 2022-05-15 18:22:02 +08:00
parent 67c8917d99
commit aeb98aa31c
Signed by: hedy
GPG Key ID: B51B5A8D1B176372
1 changed files with 2 additions and 0 deletions

View File

@ -53,6 +53,8 @@ gemini-clean:
html:
$(RSYNC) $(RSYNC_FLAGS) public/ --exclude '*.gmi' --exclude gemini $(HTML_DEST)
# Manually include gemini tag (because it was excluded above)
$(RSYNC) $(RSYNC_FLAGS) public/tags/gemini $(HTML_DEST)/tags/
finish-clean:
rm -rf $(GEMINI_DEST)-back $(HTML_DEST)-back