add list-tags command
This commit is contained in:
parent
cdc6e5ddcf
commit
1b63a30f49
6 changed files with 92 additions and 5 deletions
7
Makefile
7
Makefile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue