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:
parent
a44b6672cb
commit
68da200795
2
Makefile
2
Makefile
@ -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/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user