* po/Makefile.in: include POTFILES and LINGUAS in DIST

* doc/releases.txt: more git notes
merge-requests/1/head
m. allan noah 2010-04-27 04:09:15 -04:00
rodzic 5ed097b553
commit 3adab142b1
3 zmienionych plików z 8 dodań i 1 usunięć

Wyświetl plik

@ -1,3 +1,7 @@
2010-04-27 m. allan noah <kitno455 at gmail dot com>
* po/Makefile.in: include POTFILES and LINGUAS in DIST
* doc/releases.txt: more git notes
2010-04-25 Julien Blache <jb@jblache.org>
* tools/sane-backends.pc.in: syntax fixes.

Wyświetl plik

@ -29,6 +29,8 @@ Before the release:
* ChangeLog: set release marker
* git commit -a
* tag git with release tag; e.g.: 'git tag -a RELEASE_1_0_15'
* probably DONT want to git push here, cause alioth will rebuild it's local
checkout needlessly
Making the release:
@ -75,3 +77,4 @@ After the release:
* configure: regenerate with autoconf
* remove the ':new' tag from any new backends .desc files
* git add new files and commit
* git push --tags

Wyświetl plik

@ -219,7 +219,7 @@ PO_LINGUAS = $(shell if test -r $(srcdir)/LINGUAS; then grep -v "^\#" $(srcdir)/
SRC_FILES = $(shell if test -r $(srcdir)/POTFILES; then grep -v "^\#" $(srcdir)/POTFILES; else echo ""; fi)
PO_FILES = $(shell LINGUAS="$(PO_LINGUAS)"; for lang in $$LINGUAS; do printf "$$lang.po "; done)
MO_FILES = $(shell LINGUAS="$(PO_LINGUAS)"; for lang in $$LINGUAS; do printf "$$lang.mo "; done)
EXTRA_DIST = README $(GETTEXT_PACKAGE).pot $(PO_FILES)
EXTRA_DIST = README $(GETTEXT_PACKAGE).pot $(PO_FILES) LINGUAS POTFILES
@ENABLE_TRANSLATIONS_FALSE@INSTALL_TRANSLATIONS =
@ENABLE_TRANSLATIONS_TRUE@INSTALL_TRANSLATIONS = install-translations
@ENABLE_TRANSLATIONS_FALSE@UNINSTALL_TRANSLATIONS =