1
0
mirror of https://github.com/Yubico/yubikey-val.git synced 2025-02-01 01:52:18 +01:00

make sure we have the doc submodule and that it's updated before we copy docs

This commit is contained in:
Klas Lindfors 2012-02-22 14:25:20 +01:00
parent a44b6672cb
commit 68da200795

View File

@ -62,6 +62,8 @@ USER=simon@josefsson.org
KEYID=2117364A KEYID=2117364A
$(PACKAGE)-$(VERSION).tgz: $(FILES) $(PACKAGE)-$(VERSION).tgz: $(FILES)
git submodule init
git submodule update
mkdir $(PACKAGE)-$(VERSION) $(PACKAGE)-$(VERSION)/doc mkdir $(PACKAGE)-$(VERSION) $(PACKAGE)-$(VERSION)/doc
cp $(CODE) $(MUNIN) $(PACKAGE)-$(VERSION)/ cp $(CODE) $(MUNIN) $(PACKAGE)-$(VERSION)/
cp $(DOCS) $(PACKAGE)-$(VERSION)/doc/ cp $(DOCS) $(PACKAGE)-$(VERSION)/doc/