Mentions légales du service

Skip to content
Snippets Groups Projects
Commit fa68967b authored by Vincent Danjean's avatar Vincent Danjean
Browse files

Check version when building CTAN package

parent 8aa6769f
No related branches found
No related tags found
No related merge requests found
...@@ -62,5 +62,5 @@ dist-git: ...@@ -62,5 +62,5 @@ dist-git:
if ! LC_ALL=C git status | grep -sq '^nothing to commit' ; then git status ; exit 1 ; fi if ! LC_ALL=C git status | grep -sq '^nothing to commit' ; then git status ; exit 1 ; fi
git archive --format=tar --prefix=$(PKGNAME)-$(VERSION)/ HEAD | gzip -9 > $(PKGNAME)-$(VERSION).tar.gz git archive --format=tar --prefix=$(PKGNAME)-$(VERSION)/ HEAD | gzip -9 > $(PKGNAME)-$(VERSION).tar.gz
dist-ctan: dist-ctan: check-version
$(MAKE) -C ctan $(MAKE) -C ctan
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment