diff options
author | Björn Mattsson <bjorn@sunet.se> | 2023-05-15 08:38:24 +0200 |
---|---|---|
committer | Björn Mattsson <bjorn@sunet.se> | 2023-05-15 08:38:24 +0200 |
commit | c50c0a2db608c03bdd81c7707489aa0eba8902ae (patch) | |
tree | 0d14e085cfaf0e43564f2877537e72b2650e3c0c /metadata | |
parent | 6f21f701ac9601d3dd03290bc32785e65dd819ea (diff) |
Added tag in Makefile
Diffstat (limited to 'metadata')
-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)) |