]> granicus.if.org Git - mutt/commitdiff
Move update-po out of make dist, into build-release. It seems to me that make
authorBrendan Cully <brendan@kublai.com>
Fri, 16 Sep 2005 15:20:59 +0000 (15:20 +0000)
committerBrendan Cully <brendan@kublai.com>
Fri, 16 Sep 2005 15:20:59 +0000 (15:20 +0000)
dist should do as little as possible beyond putting the right files in a tarball.

build-release
po/Makefile.in.in

index 75a6262eb8eeef82478f48140c3540b89b73ba1b..fa7f085e4c423c7544cf4de3038d970110f05ced 100755 (executable)
@@ -57,6 +57,7 @@ make config.status
 ./config.status
 make update-doc
 make update-changelog
+(cd po && make update-po)
 
 # build them
 
index a8d897c55a59237113ee1f6e9e54becf3216058d..09fb703583329a7776fd61d4f55437201e6e5431 100644 (file)
@@ -158,11 +158,7 @@ maintainer-clean: distclean
        rm -f $(GMOFILES)
 
 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
-dist distdir:
-       $(MAKE) update-po
-       @$(MAKE) dist2
-# This is a separate target because 'update-po' must be executed before.
-dist2: $(DISTFILES)
+dist distdir: $(DISTFILES)
        dists="$(DISTFILES)"; \
        for file in $$dists; do \
          if test -f $$file; then dir=.; else dir=$(srcdir); fi; \