add list-tags command

This commit is contained in:
Rhiannon Morris 2020-07-25 15:05:38 +02:00
parent cdc6e5ddcf
commit 1b63a30f49
6 changed files with 92 additions and 5 deletions

View file

@ -68,9 +68,11 @@ $(TMPDIR)/index.mk: $(DATADIR)/index.yaml $(YAMLS) $(MAKEPAGES)
ifneq ($(MAKECMDGOALS),clean)
ifneq ($(MAKECMDGOALS),distclean)
ifneq ($(MAKECMDGOALS),list-tags)
-include $(TMPDIR)/index.mk
endif
endif
endif
.PHONY: clean distclean
@ -82,6 +84,11 @@ distclean: clean
rm -rf dist-newstyle
.PHONY: list-tags
list-tags: $(MAKEPAGES)
$(MAKEPAGES) list-tags -Un
HOST ?= gallery.niss.website
REMOTE_USER ?= www-data
IDFILE ?= ~/.ssh/xyz