diff options
author | Fredrik Åslund <fredrik.aslund@umu.se> | 2013-08-19 13:22:34 +0200 |
---|---|---|
committer | Fredrik Åslund <fredrik.aslund@umu.se> | 2013-08-19 13:22:34 +0200 |
commit | 93048f9aac078a25528fc3183ae341d23dd5a885 (patch) | |
tree | 3bdefc86535edb7d136c2a8bba148947c0c0bf07 /Makefile | |
parent | b492a37bff674d9d39ab938bdef955d78dcaa816 (diff) |
make tidy
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ KEY=/opt/swamid-credentials/swamid-signer.key CERT=/opt/swamid-credentials/swamid-signer.crt PASS=$(shell cat /opt/swamid-credentials/swamid-signer-pass.txt) DEST=/opt/published-metadata -SRCDIRS=swamid-1.0 swamid-2.0 +SRCDIRS=swamid-1.0 swamid-2.0 nya-1.0 DAYS:=1 DATE=$(shell perl scripts/expiration_date.pl $(DAYS)) |