mirror of
https://github.com/MidnightCommander/mc
synced 2025-02-27 04:34:34 +03:00
Makefile.in.in: Only run update-po in the maintainer mode
This commit is contained in:
parent
5168c6a990
commit
0c54ef40b9
@ -191,7 +191,9 @@ maintainer-clean: distclean
|
||||
rm -f $(GMOFILES)
|
||||
|
||||
distdir = ../$(PACKAGE)-$(VERSION)/$(subdir)
|
||||
dist distdir: update-po $(DISTFILES)
|
||||
|
||||
# Only maintainers want to run update-po
|
||||
dist distdir: $(DISTFILES) @MAINT@ update-po
|
||||
dists="$(DISTFILES)"; \
|
||||
for file in $$dists; do \
|
||||
ln $(srcdir)/$$file $(distdir) 2> /dev/null \
|
||||
|
Loading…
x
Reference in New Issue
Block a user