[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Next GNUN release
From: |
joeko |
Subject: |
Re: Next GNUN release |
Date: |
Thu, 15 May 2014 14:29:45 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Icedove/24.5.0 |
Am 13.05.2014 09:04, schrieb Ineiev:
> I'd like to release gnun-0.9 after 2014-05-21; please
> let me know if there is anything to fix or other stoppers.
Only a small suggestion:
* (option 'VCS=no')
To make sure that all translators always work with the most current
files locally, I added the following lines to www-de’s GNUmakefile.team.
> # Update the master and the team repositories.
> .PHONY: update
> update:
> ifeq ($(VCS),yes)
> @echo Updating the repositories …
> cd $(wwwdir) && $(cvs-update)
> + else ifeq ($(VCS),no)
> + @echo Updating the repositories …
> + cd $(wwwdir) && $(cvs-update)
> ifeq ($(REPO),CVS)
> $(cvs-update)