ajuster-web $(top_srcdir)/web
publish:
- git archive --format=tar --prefix=recode-$(VERSION)/ HEAD . \
+ (cd $(top_srcdir) && \
+ git archive --format=tar --prefix=recode-$(VERSION)/ HEAD .) \
| gzip > $(top_srcdir)/web/archives/recode-$(VERSION).tar.gz
official: publish
synchro: local
du -s $(top_srcdir)/.git
- git gc --prune
+ cd $(top_srcdir) && git gc --prune
du -s $(top_srcdir)/.git
find $(top_srcdir) -name '*~' | xargs rm -fv
synchro -PD alcyon entretien
ajuster-web $(top_srcdir)/web
publish:
- git archive --format=tar --prefix=recode-$(VERSION)/ HEAD . \
+ (cd $(top_srcdir) && \
+ git archive --format=tar --prefix=recode-$(VERSION)/ HEAD .) \
| gzip > $(top_srcdir)/web/archives/recode-$(VERSION).tar.gz
official: publish
synchro: local
du -s $(top_srcdir)/.git
- git gc --prune
+ cd $(top_srcdir) && git gc --prune
du -s $(top_srcdir)/.git
find $(top_srcdir) -name '*~' | xargs rm -fv
synchro -PD alcyon entretien