* Makefile.in.in (distdir): Changed to ensure that *.gmo are
created after *.po are updated on "make dist". (distclean): Undone changes from 2000-08-15 - "make distclean" shouldn't touch $(srcdir) - it's not Automake's way.
Этот коммит содержится в:
родитель
c69627ffdd
Коммит
49a540ba42
@ -1,3 +1,10 @@
|
|||||||
|
2000-09-23 Pavel Roskin <proski@gnu.org>
|
||||||
|
|
||||||
|
* Makefile.in.in (distdir): Changed to ensure that *.gmo are
|
||||||
|
created after *.po are updated on "make dist".
|
||||||
|
(distclean): Undone changes from 2000-08-15 - "make distclean"
|
||||||
|
shouldn't touch $(srcdir) - it's not Automake's way.
|
||||||
|
|
||||||
2000-09-22 Pavel Roskin <proski@gnu.org>
|
2000-09-22 Pavel Roskin <proski@gnu.org>
|
||||||
|
|
||||||
* POTFILES.in: Removed src/fixhlp.c
|
* POTFILES.in: Removed src/fixhlp.c
|
||||||
|
@ -183,7 +183,7 @@ mostlyclean:
|
|||||||
clean: mostlyclean
|
clean: mostlyclean
|
||||||
|
|
||||||
distclean: clean
|
distclean: clean
|
||||||
rm -f Makefile Makefile.in POTFILES *.mo $(srcdir)/*.gmo *.msg *.cat *.cat.m
|
rm -f Makefile Makefile.in POTFILES *.mo *.msg *.cat *.cat.m
|
||||||
|
|
||||||
maintainer-clean: distclean
|
maintainer-clean: distclean
|
||||||
@echo "This command is intended for maintainers to use;"
|
@echo "This command is intended for maintainers to use;"
|
||||||
@ -193,7 +193,8 @@ maintainer-clean: distclean
|
|||||||
distdir = ../$(PACKAGE)-$(VERSION)/$(subdir)
|
distdir = ../$(PACKAGE)-$(VERSION)/$(subdir)
|
||||||
|
|
||||||
# Only maintainers want to run update-po
|
# Only maintainers want to run update-po
|
||||||
dist distdir: $(DISTFILES) @MAINT@ update-po
|
dist distdir: @MAINT@ update-po
|
||||||
|
$(MAKE) $(DISTFILES)
|
||||||
dists="$(DISTFILES)"; \
|
dists="$(DISTFILES)"; \
|
||||||
for file in $$dists; do \
|
for file in $$dists; do \
|
||||||
ln $(srcdir)/$$file $(distdir) 2> /dev/null \
|
ln $(srcdir)/$$file $(distdir) 2> /dev/null \
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user