diff options
-rw-r--r-- | metadata/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/metadata/Makefile b/metadata/Makefile index f28f0f0d..763f7e66 100644 --- a/metadata/Makefile +++ b/metadata/Makefile @@ -24,6 +24,8 @@ TOU := swamid-tou-en.txt swamid-tou-sv.txt -include $(SWAMID_MK_CONFIG) all: clean dependencies signtest sign clean web +tag: + cd ..; make tag MXML=$(shell echo *.mxml) EDUGAINXML=$(patsubst swamid-edugain/%.xml,.time/%.time,$(wildcard swamid-edugain/*.xml)) |