diff --git a/modules/bibconvert/doc/admin/Makefile.am b/modules/bibconvert/doc/admin/Makefile.am index e3cc0ddfd..1f9f979c5 100644 --- a/modules/bibconvert/doc/admin/Makefile.am +++ b/modules/bibconvert/doc/admin/Makefile.am @@ -1,34 +1,34 @@ ## $Id$ ## This file is part of the CERN Document Server Software (CDSware). ## Copyright (C) 2002, 2003, 2004, 2005 CERN. ## ## The CDSware is free software; you can redistribute it and/or ## modify it under the terms of the GNU General Public License as ## published by the Free Software Foundation; either version 2 of the ## License, or (at your option) any later version. ## ## The CDSware is distributed in the hope that it will be useful, but ## WITHOUT ANY WARRANTY; without even the implied warranty of ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ## General Public License for more details. ## ## You should have received a copy of the GNU General Public License ## along with CDSware; if not, write to the Free Software Foundation, Inc., ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. docdir=$(WEBDIR)/admin/bibconvert doc_DATA=index.html guide.html sampledir=$(WEBDIR)/admin/bibconvert sample_DATA=sample.cfg sample.dat sample.kb bibtex.cfg dcq.cfg dcq.dat dcxml-to-marcxml.cfg FILESWML = $(wildcard $(srcdir)/*.wml) EXTRA_DIST = $(FILESWML:$(srcdir)/%=%) $(sample_DATA) CLEANFILES = $(doc_DATA) *~ *.tmp %.html: %.html.wml $(top_srcdir)/config/config.wml $(top_builddir)/config/configbis.wml $(top_srcdir)/config/cdsnavbar.wml $(WML) -o\(ALL-LANG_*\)+LANG_EN:$@ $< - $(PYTHON) $(top_srcdir)/po/i18n_update_wml.py en $@ \ No newline at end of file + $(PYTHON) $(top_srcdir)/po/i18n_update_wml_target.py en $@ \ No newline at end of file diff --git a/modules/bibedit/doc/admin/Makefile.am b/modules/bibedit/doc/admin/Makefile.am index 94940ad25..2e9d7e450 100644 --- a/modules/bibedit/doc/admin/Makefile.am +++ b/modules/bibedit/doc/admin/Makefile.am @@ -1,31 +1,31 @@ ## $Id$ ## This file is part of the CERN Document Server Software (CDSware). ## Copyright (C) 2002, 2003, 2004, 2005 CERN. ## ## The CDSware is free software; you can redistribute it and/or ## modify it under the terms of the GNU General Public License as ## published by the Free Software Foundation; either version 2 of the ## License, or (at your option) any later version. ## ## The CDSware is distributed in the hope that it will be useful, but ## WITHOUT ANY WARRANTY; without even the implied warranty of ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ## General Public License for more details. ## ## You should have received a copy of the GNU General Public License ## along with CDSware; if not, write to the Free Software Foundation, Inc., ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. docdir=$(WEBDIR)/admin/bibedit doc_DATA=index.html guide.html FILESWML = $(wildcard $(srcdir)/*.wml) EXTRA_DIST = $(FILESWML:$(srcdir)/%=%) CLEANFILES = $(doc_DATA) *~ *.tmp %.html: %.html.wml $(top_srcdir)/config/config.wml $(top_builddir)/config/configbis.wml $(top_srcdir)/config/cdsnavbar.wml $(WML) -o\(ALL-LANG_*\)+LANG_EN:$@ $< - $(PYTHON) $(top_srcdir)/po/i18n_update_wml.py en $@ \ No newline at end of file + $(PYTHON) $(top_srcdir)/po/i18n_update_wml_target.py en $@ \ No newline at end of file diff --git a/modules/bibedit/web/admin/Makefile.am b/modules/bibedit/web/admin/Makefile.am index d5e1be8eb..2ec0e5a69 100644 --- a/modules/bibedit/web/admin/Makefile.am +++ b/modules/bibedit/web/admin/Makefile.am @@ -1,30 +1,30 @@ ## $Id$ ## This file is part of the CERN Document Server Software (CDSware). ## Copyright (C) 2002, 2003, 2004, 2005 CERN. ## ## The CDSware is free software; you can redistribute it and/or ## modify it under the terms of the GNU General Public License as ## published by the Free Software Foundation; either version 2 of the ## License, or (at your option) any later version. ## ## The CDSware is distributed in the hope that it will be useful, but ## WITHOUT ANY WARRANTY; without even the implied warranty of ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ## General Public License for more details. ## ## You should have received a copy of the GNU General Public License ## along with CDSware; if not, write to the Free Software Foundation, Inc., ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. webappdir = $(WEBDIR)/admin/bibedit webapp_DATA = bibeditadmin.py index.html EXTRA_DIST = bibeditadmin.py index.html.wml CLEANFILES = index.html *~ *.tmp %.html: %.html.wml $(top_srcdir)/config/config.wml $(top_builddir)/config/configbis.wml $(WML) -o\(ALL-LANG_*\)+LANG_EN:$@ $< - $(PYTHON) $(top_srcdir)/po/i18n_update_wml.py en $@ \ No newline at end of file + $(PYTHON) $(top_srcdir)/po/i18n_update_wml_target.py en $@ \ No newline at end of file diff --git a/modules/bibformat/doc/admin/Makefile.am b/modules/bibformat/doc/admin/Makefile.am index e0360d5aa..2113cca37 100644 --- a/modules/bibformat/doc/admin/Makefile.am +++ b/modules/bibformat/doc/admin/Makefile.am @@ -1,35 +1,35 @@ ## $Id$ ## This file is part of the CERN Document Server Software (CDSware). ## Copyright (C) 2002, 2003, 2004, 2005 CERN. ## ## The CDSware is free software; you can redistribute it and/or ## modify it under the terms of the GNU General Public License as ## published by the Free Software Foundation; either version 2 of the ## License, or (at your option) any later version. ## ## The CDSware is distributed in the hope that it will be useful, but ## WITHOUT ANY WARRANTY; without even the implied warranty of ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ## General Public License for more details. ## ## You should have received a copy of the GNU General Public License ## along with CDSware; if not, write to the Free Software Foundation, Inc., ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. docdir = $(WEBDIR)/admin/bibformat gifsdir=$(WEBDIR)/admin/bibformat doc_DATA = guide.html IMGS = $(wildcard $(srcdir)/*.gif $(srcdir)/*.jpg $(srcdir)/*.png) gifs_DATA = $(IMGS:$(srcdir)/%=%) FILESWML = $(wildcard $(srcdir)/*.wml) EXTRA_DIST = $(FILESWML:$(srcdir)/%=%) $(gifs_DATA) CLEANFILES = $(doc_DATA) *~ *.tmp %.html: %.html.wml $(top_srcdir)/config/config.wml $(top_builddir)/config/configbis.wml $(top_srcdir)/config/cdsnavbar.wml $(WML) -o\(ALL-LANG_*\)+LANG_EN:$@ $< - $(PYTHON) $(top_srcdir)/po/i18n_update_wml.py en $@ \ No newline at end of file + $(PYTHON) $(top_srcdir)/po/i18n_update_wml_target.py en $@ \ No newline at end of file diff --git a/modules/bibformat/lib/common/Makefile.am b/modules/bibformat/lib/common/Makefile.am index 50dd024e8..a502d3da0 100644 --- a/modules/bibformat/lib/common/Makefile.am +++ b/modules/bibformat/lib/common/Makefile.am @@ -1,34 +1,34 @@ ## $Id$ ## This file is part of the CERN Document Server Software (CDSware). ## Copyright (C) 2002, 2003, 2004, 2005 CERN. ## ## The CDSware is free software; you can redistribute it and/or ## modify it under the terms of the GNU General Public License as ## published by the Free Software Foundation; either version 2 of the ## License, or (at your option) any later version. ## ## The CDSware is distributed in the hope that it will be useful, but ## WITHOUT ANY WARRANTY; without even the implied warranty of ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ## General Public License for more details. ## ## You should have received a copy of the GNU General Public License ## along with CDSware; if not, write to the Free Software Foundation, Inc., ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. phplibdir = $(libdir)/php/cdsware/bibformat/common phplib_DATA = general.inc.php global.inc.php dbparams.inc.php EXTRA_DIST = general.inc.php global.inc.php.wml dbparams.inc.php.wml CLEANFILES = global.inc.php dbparams.inc.php *~ *.tmp global.inc.php: global.inc.php.wml $(top_srcdir)/config/config.wml $(top_builddir)/config/configbis.wml $(top_srcdir)/config/cdspage.wml $(WML) -o $@ $< - $(PYTHON) $(top_srcdir)/po/i18n_update_wml.py en $@ + $(PYTHON) $(top_srcdir)/po/i18n_update_wml_target.py en $@ dbparams.inc.php: dbparams.inc.php.wml $(top_srcdir)/config/config.wml $(top_builddir)/config/configbis.wml $(top_srcdir)/config/cdspage.wml $(WML) -o $@ $< - $(PYTHON) $(top_srcdir)/po/i18n_update_wml.py en $@ \ No newline at end of file + $(PYTHON) $(top_srcdir)/po/i18n_update_wml_target.py en $@ \ No newline at end of file diff --git a/modules/bibformat/web/Makefile.am b/modules/bibformat/web/Makefile.am index 803197061..e95a705bd 100644 --- a/modules/bibformat/web/Makefile.am +++ b/modules/bibformat/web/Makefile.am @@ -1,33 +1,33 @@ ## $Id$ ## This file is part of the CERN Document Server Software (CDSware). ## Copyright (C) 2002, 2003, 2004, 2005 CERN. ## ## The CDSware is free software; you can redistribute it and/or ## modify it under the terms of the GNU General Public License as ## published by the Free Software Foundation; either version 2 of the ## License, or (at your option) any later version. ## ## The CDSware is distributed in the hope that it will be useful, but ## WITHOUT ANY WARRANTY; without even the implied warranty of ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ## General Public License for more details. ## ## You should have received a copy of the GNU General Public License ## along with CDSware; if not, write to the Free Software Foundation, Inc., ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. SUBDIRS = admin webdir=$(WEBDIR)/bibformat FILESWML=$(wildcard $(srcdir)/*.wml) web_DATA=$(FILESWML:$(srcdir)/%.wml=%) EXTRA_DIST = $(FILESWML:$(srcdir)/%=%) CLEANFILES = $(wildcard *.php) *~ *.tmp %.php: %.php.wml $(top_srcdir)/config/config.wml $(top_builddir)/config/configbis.wml $(top_srcdir)/config/cdspage.wml $(WML) -o $@ $< - $(PYTHON) $(top_srcdir)/po/i18n_update_wml.py en $@ \ No newline at end of file + $(PYTHON) $(top_srcdir)/po/i18n_update_wml_target.py en $@ \ No newline at end of file diff --git a/modules/bibformat/web/admin/Makefile.am b/modules/bibformat/web/admin/Makefile.am index 9d8911cfb..cd518c3a5 100644 --- a/modules/bibformat/web/admin/Makefile.am +++ b/modules/bibformat/web/admin/Makefile.am @@ -1,37 +1,37 @@ ## $Id$ ## This file is part of the CERN Document Server Software (CDSware). ## Copyright (C) 2002, 2003, 2004, 2005 CERN. ## ## The CDSware is free software; you can redistribute it and/or ## modify it under the terms of the GNU General Public License as ## published by the Free Software Foundation; either version 2 of the ## License, or (at your option) any later version. ## ## The CDSware is distributed in the hope that it will be useful, but ## WITHOUT ANY WARRANTY; without even the implied warranty of ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ## General Public License for more details. ## ## You should have received a copy of the GNU General Public License ## along with CDSware; if not, write to the Free Software Foundation, Inc., ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. webdir=$(WEBDIR)/admin/bibformat FILESWML=$(wildcard $(srcdir)/*.wml) web_DATA=$(FILESWML:$(srcdir)/%.wml=%) EXTRA_DIST = $(FILESWML:$(srcdir)/%=%) CLEANFILES = $(wildcard *.php) *~ *.tmp LINGUAS = $(shell grep -v '^\#' $(top_srcdir)/po/LINGUAS) MO = $(LINGUAS:%=$(top_builddir)/po/%.gmo) %.php: %.php.wml $(top_srcdir)/config/config.wml $(top_builddir)/config/configbis.wml \ $(top_srcdir)/config/cdspage.wml $(top_srcdir)/config/cdsnavbar.wml $(MO) $(WML) -o\(ALL-LANG_*\)+LANG_EN:$@ $< for lang in en; do \ - $(PYTHON) $(top_srcdir)/po/i18n_update_wml.py $${lang} "$*.php" ; \ + $(PYTHON) $(top_srcdir)/po/i18n_update_wml_target.py $${lang} "$*.php" ; \ done diff --git a/modules/bibharvest/doc/admin/Makefile.am b/modules/bibharvest/doc/admin/Makefile.am index 9a6f061af..d75b59d70 100644 --- a/modules/bibharvest/doc/admin/Makefile.am +++ b/modules/bibharvest/doc/admin/Makefile.am @@ -1,30 +1,30 @@ ## $Id$ ## This file is part of the CERN Document Server Software (CDSware). ## Copyright (C) 2002, 2003, 2004, 2005 CERN. ## ## The CDSware is free software; you can redistribute it and/or ## modify it under the terms of the GNU General Public License as ## published by the Free Software Foundation; either version 2 of the ## License, or (at your option) any later version. ## ## The CDSware is distributed in the hope that it will be useful, but ## WITHOUT ANY WARRANTY; without even the implied warranty of ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ## General Public License for more details. ## ## You should have received a copy of the GNU General Public License ## along with CDSware; if not, write to the Free Software Foundation, Inc., ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. docdir = $(WEBDIR)/admin/bibharvest doc_DATA=index.html guide.html FILESWML = $(wildcard $(srcdir)/*.wml) EXTRA_DIST = $(FILESWML:$(srcdir)/%=%) CLEANFILES = $(doc_DATA) *~ *.tmp %.html: %.html.wml $(top_srcdir)/config/config.wml $(top_builddir)/config/configbis.wml $(top_srcdir)/config/cdsnavbar.wml $(WML) -o\(ALL-LANG_*\)+LANG_EN:$@ $< - $(PYTHON) $(top_srcdir)/po/i18n_update_wml.py en $@ \ No newline at end of file + $(PYTHON) $(top_srcdir)/po/i18n_update_wml_target.py en $@ \ No newline at end of file diff --git a/modules/bibharvest/web/admin/Makefile.am b/modules/bibharvest/web/admin/Makefile.am index 0371e588f..524df5125 100644 --- a/modules/bibharvest/web/admin/Makefile.am +++ b/modules/bibharvest/web/admin/Makefile.am @@ -1,30 +1,30 @@ ## $Id$ ## This file is part of the CERN Document Server Software (CDSware). ## Copyright (C) 2002, 2003, 2004, 2005 CERN. ## ## The CDSware is free software; you can redistribute it and/or ## modify it under the terms of the GNU General Public License as ## published by the Free Software Foundation; either version 2 of the ## License, or (at your option) any later version. ## ## The CDSware is distributed in the hope that it will be useful, but ## WITHOUT ANY WARRANTY; without even the implied warranty of ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ## General Public License for more details. ## ## You should have received a copy of the GNU General Public License ## along with CDSware; if not, write to the Free Software Foundation, Inc., ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. webappdir = $(WEBDIR)/admin/bibharvest webapp_DATA = bibharvestadmin.py index.html EXTRA_DIST = bibharvestadmin.py index.html.wml CLEANFILES = index.html *~ *.tmp %.html: %.html.wml $(top_srcdir)/config/config.wml $(top_builddir)/config/configbis.wml $(WML) -o\(ALL-LANG_*\)+LANG_EN:$@ $< - $(PYTHON) $(top_srcdir)/po/i18n_update_wml.py en $@ \ No newline at end of file + $(PYTHON) $(top_srcdir)/po/i18n_update_wml_target.py en $@ \ No newline at end of file diff --git a/modules/bibindex/doc/admin/Makefile.am b/modules/bibindex/doc/admin/Makefile.am index 9cb1cbf35..b64311ad6 100644 --- a/modules/bibindex/doc/admin/Makefile.am +++ b/modules/bibindex/doc/admin/Makefile.am @@ -1,30 +1,30 @@ ## $Id$ ## This file is part of the CERN Document Server Software (CDSware). ## Copyright (C) 2002, 2003, 2004, 2005 CERN. ## ## The CDSware is free software; you can redistribute it and/or ## modify it under the terms of the GNU General Public License as ## published by the Free Software Foundation; either version 2 of the ## License, or (at your option) any later version. ## ## The CDSware is distributed in the hope that it will be useful, but ## WITHOUT ANY WARRANTY; without even the implied warranty of ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ## General Public License for more details. ## ## You should have received a copy of the GNU General Public License ## along with CDSware; if not, write to the Free Software Foundation, Inc., ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. docdir = $(WEBDIR)/admin/bibindex doc_DATA=guide.html FILESWML = $(wildcard $(srcdir)/*.wml) EXTRA_DIST = $(FILESWML:$(srcdir)/%=%) CLEANFILES = $(doc_DATA) *~ *.tmp %.html: %.html.wml $(top_srcdir)/config/config.wml $(top_builddir)/config/configbis.wml $(top_srcdir)/config/cdsnavbar.wml $(WML) -o\(ALL-LANG_*\)+LANG_EN:$@ $< - $(PYTHON) $(top_srcdir)/po/i18n_update_wml.py en $@ \ No newline at end of file + $(PYTHON) $(top_srcdir)/po/i18n_update_wml_target.py en $@ \ No newline at end of file diff --git a/modules/bibindex/web/admin/Makefile.am b/modules/bibindex/web/admin/Makefile.am index a59d38bd6..c4df943ee 100644 --- a/modules/bibindex/web/admin/Makefile.am +++ b/modules/bibindex/web/admin/Makefile.am @@ -1,30 +1,30 @@ ## $Id$ ## This file is part of the CERN Document Server Software (CDSware). ## Copyright (C) 2002, 2003, 2004, 2005 CERN. ## ## The CDSware is free software; you can redistribute it and/or ## modify it under the terms of the GNU General Public License as ## published by the Free Software Foundation; either version 2 of the ## License, or (at your option) any later version. ## ## The CDSware is distributed in the hope that it will be useful, but ## WITHOUT ANY WARRANTY; without even the implied warranty of ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ## General Public License for more details. ## ## You should have received a copy of the GNU General Public License ## along with CDSware; if not, write to the Free Software Foundation, Inc., ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. webappdir = $(WEBDIR)/admin/bibindex webapp_DATA= index.html bibindexadmin.py EXTRA_DIST = index.html.wml bibindexadmin.py CLEANFILES = index.html *~ *.tmp %.html: %.html.wml $(top_srcdir)/config/config.wml $(top_builddir)/config/configbis.wml $(WML) -o\(ALL-LANG_*\)+LANG_EN:$@ $< - $(PYTHON) $(top_srcdir)/po/i18n_update_wml.py en $@ \ No newline at end of file + $(PYTHON) $(top_srcdir)/po/i18n_update_wml_target.py en $@ \ No newline at end of file diff --git a/modules/bibrank/doc/admin/Makefile.am b/modules/bibrank/doc/admin/Makefile.am index 3ad046671..38f94744e 100644 --- a/modules/bibrank/doc/admin/Makefile.am +++ b/modules/bibrank/doc/admin/Makefile.am @@ -1,31 +1,31 @@ ## $Id$ ## This file is part of the CERN Document Server Software (CDSware). ## Copyright (C) 2002, 2003, 2004, 2005 CERN. ## ## The CDSware is free software; you can redistribute it and/or ## modify it under the terms of the GNU General Public License as ## published by the Free Software Foundation; either version 2 of the ## License, or (at your option) any later version. ## ## The CDSware is distributed in the hope that it will be useful, but ## WITHOUT ANY WARRANTY; without even the implied warranty of ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ## General Public License for more details. ## ## You should have received a copy of the GNU General Public License ## along with CDSware; if not, write to the Free Software Foundation, Inc., ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. docdir = $(WEBDIR)/admin/bibrank doc_DATA = guide.html FILESWML = $(wildcard $(srcdir)/*.wml) EXTRA_DIST = $(FILESWML:$(srcdir)/%=%) CLEANFILES = $(doc_DATA) *~ *.tmp %.html: %.html.wml $(top_srcdir)/config/config.wml $(top_builddir)/config/configbis.wml $(top_srcdir)/config/cdsnavbar.wml $(WML) -o\(ALL-LANG_*\)+LANG_EN:$@ $< - $(PYTHON) $(top_srcdir)/po/i18n_update_wml.py en $@ \ No newline at end of file + $(PYTHON) $(top_srcdir)/po/i18n_update_wml_target.py en $@ \ No newline at end of file diff --git a/modules/bibrank/doc/hacking/Makefile.am b/modules/bibrank/doc/hacking/Makefile.am index a571f2713..a7dd1a809 100644 --- a/modules/bibrank/doc/hacking/Makefile.am +++ b/modules/bibrank/doc/hacking/Makefile.am @@ -1,31 +1,31 @@ ## $Id$ ## This file is part of the CERN Document Server Software (CDSware). ## Copyright (C) 2002, 2003, 2004, 2005 CERN. ## ## The CDSware is free software; you can redistribute it and/or ## modify it under the terms of the GNU General Public License as ## published by the Free Software Foundation; either version 2 of the ## License, or (at your option) any later version. ## ## The CDSware is distributed in the hope that it will be useful, but ## WITHOUT ANY WARRANTY; without even the implied warranty of ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ## General Public License for more details. ## ## You should have received a copy of the GNU General Public License ## along with CDSware; if not, write to the Free Software Foundation, Inc., ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. docdir = $(WEBDIR)/hacking/bibrank doc_DATA= index.html single_tag_rank.html bibrankgkb.html word_similarity.html api.html FILESWML = $(wildcard $(srcdir)/*.wml) EXTRA_DIST = $(FILESWML:$(srcdir)/%=%) CLEANFILES = $(doc_DATA) *~ *.tmp %.html: %.html.wml $(top_srcdir)/config/config.wml $(top_builddir)/config/configbis.wml $(WML) -o\(ALL-LANG_*\)+LANG_EN:$@ $< - $(PYTHON) $(top_srcdir)/po/i18n_update_wml.py en $@ \ No newline at end of file + $(PYTHON) $(top_srcdir)/po/i18n_update_wml_target.py en $@ \ No newline at end of file diff --git a/modules/bibrank/etc/Makefile.am b/modules/bibrank/etc/Makefile.am index 0cbb88b1b..819c70c13 100644 --- a/modules/bibrank/etc/Makefile.am +++ b/modules/bibrank/etc/Makefile.am @@ -1,62 +1,62 @@ ## $Id$ ## This file is part of the CERN Document Server Software (CDSware). ## Copyright (C) 2002, 2003, 2004, 2005 CERN. ## ## The CDSware is free software; you can redistribute it and/or ## modify it under the terms of the GNU General Public License as ## published by the Free Software Foundation; either version 2 of the ## License, or (at your option) any later version. ## ## The CDSware is distributed in the hope that it will be useful, but ## WITHOUT ANY WARRANTY; without even the implied warranty of ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ## General Public License for more details. ## ## You should have received a copy of the GNU General Public License ## along with CDSware; if not, write to the Free Software Foundation, Inc., ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. etcdir = $(sysconfdir)/bibrank etc_DATA = bibrankgkb.cfg \ bibrankgkb_jif_conv.kb \ bibrankgkb_jif_example.kb \ demo_jif.cfg \ demo_jif.kb \ stopwords.de.kb \ stopwords.kb \ template_citation.cfg \ template_combine_method.cfg \ template_download_similarity.cfg \ template_download_total.cfg \ template_download_users.cfg \ template_single_tag_rank_method.cfg \ template_word_similarity.cfg \ wrd.cfg EXTRA_DIST = bibrankgkb.cfg.in \ bibrankgkb_jif_conv.kb \ bibrankgkb_jif_example.kb \ demo_jif.cfg.in \ demo_jif.kb \ stopwords.de.kb \ stopwords.kb \ template_citation.cfg \ template_combine_method.cfg \ template_download_similarity.cfg \ template_download_total.cfg \ template_download_users.cfg \ template_single_tag_rank_method.cfg.in \ template_word_similarity.cfg.wml \ wrd.cfg.wml CLEANFILES = template_word_similarity.cfg wrd.cfg *.tmp wrd.cfg: wrd.cfg.wml $(top_srcdir)/config/config.wml $(top_builddir)/config/configbis.wml $(top_srcdir)/config/cdspage.wml $(WML) -o $@ $< - $(PYTHON) $(top_srcdir)/po/i18n_update_wml.py en $@ + $(PYTHON) $(top_srcdir)/po/i18n_update_wml_target.py en $@ template_word_similarity.cfg: template_word_similarity.cfg.wml $(top_srcdir)/config/config.wml $(top_builddir)/config/configbis.wml $(top_srcdir)/config/cdspage.wml $(WML) -o $@ $< - $(PYTHON) $(top_srcdir)/po/i18n_update_wml.py en $@ \ No newline at end of file + $(PYTHON) $(top_srcdir)/po/i18n_update_wml_target.py en $@ \ No newline at end of file diff --git a/modules/bibrank/web/admin/Makefile.am b/modules/bibrank/web/admin/Makefile.am index e71a31b7c..8aa43fc68 100644 --- a/modules/bibrank/web/admin/Makefile.am +++ b/modules/bibrank/web/admin/Makefile.am @@ -1,30 +1,30 @@ ## $Id$ ## This file is part of the CERN Document Server Software (CDSware). ## Copyright (C) 2002, 2003, 2004, 2005 CERN. ## ## The CDSware is free software; you can redistribute it and/or ## modify it under the terms of the GNU General Public License as ## published by the Free Software Foundation; either version 2 of the ## License, or (at your option) any later version. ## ## The CDSware is distributed in the hope that it will be useful, but ## WITHOUT ANY WARRANTY; without even the implied warranty of ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ## General Public License for more details. ## ## You should have received a copy of the GNU General Public License ## along with CDSware; if not, write to the Free Software Foundation, Inc., ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. webappdir = $(WEBDIR)/admin/bibrank webapp_DATA = bibrankadmin.py index.html EXTRA_DIST = bibrankadmin.py index.html.wml CLEANFILES = index.html *~ *.tmp %.html: %.html.wml $(top_srcdir)/config/config.wml $(top_builddir)/config/configbis.wml $(WML) -o\(ALL-LANG_*\)+LANG_EN:$@ $< - $(PYTHON) $(top_srcdir)/po/i18n_update_wml.py en $@ \ No newline at end of file + $(PYTHON) $(top_srcdir)/po/i18n_update_wml_target.py en $@ \ No newline at end of file diff --git a/modules/bibsched/doc/admin/Makefile.am b/modules/bibsched/doc/admin/Makefile.am index 2faecd1bf..137c6fe9b 100644 --- a/modules/bibsched/doc/admin/Makefile.am +++ b/modules/bibsched/doc/admin/Makefile.am @@ -1,30 +1,30 @@ ## $Id$ ## This file is part of the CERN Document Server Software (CDSware). ## Copyright (C) 2002, 2003, 2004, 2005 CERN. ## ## The CDSware is free software; you can redistribute it and/or ## modify it under the terms of the GNU General Public License as ## published by the Free Software Foundation; either version 2 of the ## License, or (at your option) any later version. ## ## The CDSware is distributed in the hope that it will be useful, but ## WITHOUT ANY WARRANTY; without even the implied warranty of ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ## General Public License for more details. ## ## You should have received a copy of the GNU General Public License ## along with CDSware; if not, write to the Free Software Foundation, Inc., ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. docdir = $(WEBDIR)/admin/bibsched doc_DATA=index.html guide.html FILESWML = $(wildcard $(srcdir)/*.wml) EXTRA_DIST = $(FILESWML:$(srcdir)/%=%) CLEANFILES = $(doc_DATA) *~ *.tmp %.html: %.html.wml $(top_srcdir)/config/config.wml $(top_builddir)/config/configbis.wml $(top_srcdir)/config/cdsnavbar.wml $(WML) -o\(ALL-LANG_*\)+LANG_EN:$@ $< - $(PYTHON) $(top_srcdir)/po/i18n_update_wml.py en $@ \ No newline at end of file + $(PYTHON) $(top_srcdir)/po/i18n_update_wml_target.py en $@ \ No newline at end of file diff --git a/modules/bibupload/doc/admin/Makefile.am b/modules/bibupload/doc/admin/Makefile.am index afed80746..9e4cf888c 100644 --- a/modules/bibupload/doc/admin/Makefile.am +++ b/modules/bibupload/doc/admin/Makefile.am @@ -1,30 +1,30 @@ ## $Id$ ## This file is part of the CERN Document Server Software (CDSware). ## Copyright (C) 2002, 2003, 2004, 2005 CERN. ## ## The CDSware is free software; you can redistribute it and/or ## modify it under the terms of the GNU General Public License as ## published by the Free Software Foundation; either version 2 of the ## License, or (at your option) any later version. ## ## The CDSware is distributed in the hope that it will be useful, but ## WITHOUT ANY WARRANTY; without even the implied warranty of ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ## General Public License for more details. ## ## You should have received a copy of the GNU General Public License ## along with CDSware; if not, write to the Free Software Foundation, Inc., ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. docdir = $(WEBDIR)/admin/bibupload doc_DATA=index.html guide.html FILESWML = $(wildcard $(srcdir)/*.wml) EXTRA_DIST = $(FILESWML:$(srcdir)/%=%) CLEANFILES = $(doc_DATA) *~ *.tmp %.html: %.html.wml $(top_srcdir)/config/config.wml $(top_builddir)/config/configbis.wml $(top_srcdir)/config/cdsnavbar.wml $(WML) -o\(ALL-LANG_*\)+LANG_EN:$@ $< - $(PYTHON) $(top_srcdir)/po/i18n_update_wml.py en $@ \ No newline at end of file + $(PYTHON) $(top_srcdir)/po/i18n_update_wml_target.py en $@ \ No newline at end of file diff --git a/modules/elmsubmit/doc/admin/Makefile.am b/modules/elmsubmit/doc/admin/Makefile.am index 86433100e..b8e9f02f2 100644 --- a/modules/elmsubmit/doc/admin/Makefile.am +++ b/modules/elmsubmit/doc/admin/Makefile.am @@ -1,31 +1,31 @@ ## $Id$ ## This file is part of the CERN Document Server Software (CDSware). ## Copyright (C) 2002, 2003, 2004, 2005 CERN. ## ## The CDSware is free software; you can redistribute it and/or ## modify it under the terms of the GNU General Public License as ## published by the Free Software Foundation; either version 2 of the ## License, or (at your option) any later version. ## ## The CDSware is distributed in the hope that it will be useful, but ## WITHOUT ANY WARRANTY; without even the implied warranty of ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ## General Public License for more details. ## ## You should have received a copy of the GNU General Public License ## along with CDSware; if not, write to the Free Software Foundation, Inc., ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. docdir = $(WEBDIR)/admin/elmsubmit doc_DATA = index.html guide.html FILESWML = $(wildcard $(srcdir)/*.wml) EXTRA_DIST = $(FILESWML:$(srcdir)/%=%) CLEANFILES = $(doc_DATA) *~ *.tmp %.html: %.html.wml $(top_srcdir)/config/config.wml $(top_builddir)/config/configbis.wml $(top_srcdir)/config/cdsnavbar.wml $(WML) -o\(ALL-LANG_*\)+LANG_EN:$@ $< - $(PYTHON) $(top_srcdir)/po/i18n_update_wml.py en $@ \ No newline at end of file + $(PYTHON) $(top_srcdir)/po/i18n_update_wml_target.py en $@ \ No newline at end of file diff --git a/modules/elmsubmit/doc/hacking/Makefile.am b/modules/elmsubmit/doc/hacking/Makefile.am index c88e16b44..e61c77492 100644 --- a/modules/elmsubmit/doc/hacking/Makefile.am +++ b/modules/elmsubmit/doc/hacking/Makefile.am @@ -1,31 +1,31 @@ ## $Id$ ## This file is part of the CERN Document Server Software (CDSware). ## Copyright (C) 2002, 2003, 2004, 2005 CERN. ## ## The CDSware is free software; you can redistribute it and/or ## modify it under the terms of the GNU General Public License as ## published by the Free Software Foundation; either version 2 of the ## License, or (at your option) any later version. ## ## The CDSware is distributed in the hope that it will be useful, but ## WITHOUT ANY WARRANTY; without even the implied warranty of ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ## General Public License for more details. ## ## You should have received a copy of the GNU General Public License ## along with CDSware; if not, write to the Free Software Foundation, Inc., ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. docdir = $(WEBDIR)/hacking/elmsubmit doc_DATA= FILESWML = $(wildcard $(srcdir)/*.wml) EXTRA_DIST = $(FILESWML:$(srcdir)/%=%) CLEANFILES = $(doc_DATA) *~ *.tmp %.html: %.html.wml $(top_srcdir)/config/config.wml $(top_builddir)/config/configbis.wml $(WML) -o\(ALL-LANG_*\)+LANG_EN:$@ $< - $(PYTHON) $(top_srcdir)/po/i18n_update_wml.py en $@ \ No newline at end of file + $(PYTHON) $(top_srcdir)/po/i18n_update_wml_target.py en $@ \ No newline at end of file diff --git a/modules/miscutil/doc/hacking/Makefile.am b/modules/miscutil/doc/hacking/Makefile.am index 70d7b3db1..39c0314ac 100644 --- a/modules/miscutil/doc/hacking/Makefile.am +++ b/modules/miscutil/doc/hacking/Makefile.am @@ -1,31 +1,31 @@ ## $Id$ ## This file is part of the CERN Document Server Software (CDSware). ## Copyright (C) 2002, 2003, 2004, 2005 CERN. ## ## The CDSware is free software; you can redistribute it and/or ## modify it under the terms of the GNU General Public License as ## published by the Free Software Foundation; either version 2 of the ## License, or (at your option) any later version. ## ## The CDSware is distributed in the hope that it will be useful, but ## WITHOUT ANY WARRANTY; without even the implied warranty of ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ## General Public License for more details. ## ## You should have received a copy of the GNU General Public License ## along with CDSware; if not, write to the Free Software Foundation, Inc., ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. docdir = $(WEBDIR)/hacking/miscutil doc_DATA=index.html dbquery.html errorlib.html dateutils.html FILESWML = $(wildcard $(srcdir)/*.wml) EXTRA_DIST = $(FILESWML:$(srcdir)/%=%) CLEANFILES = $(doc_DATA) *~ *.tmp %.html: %.html.wml $(top_srcdir)/config/config.wml $(top_builddir)/config/configbis.wml $(WML) -o\(ALL-LANG_*\)+LANG_EN:$@ $< - $(PYTHON) $(top_srcdir)/po/i18n_update_wml.py en $@ \ No newline at end of file + $(PYTHON) $(top_srcdir)/po/i18n_update_wml_target.py en $@ \ No newline at end of file diff --git a/modules/webaccess/doc/admin/Makefile.am b/modules/webaccess/doc/admin/Makefile.am index 134b8df68..20354c3d8 100644 --- a/modules/webaccess/doc/admin/Makefile.am +++ b/modules/webaccess/doc/admin/Makefile.am @@ -1,31 +1,31 @@ ## $Id$ ## This file is part of the CERN Document Server Software (CDSware). ## Copyright (C) 2002, 2003, 2004, 2005 CERN. ## ## The CDSware is free software; you can redistribute it and/or ## modify it under the terms of the GNU General Public License as ## published by the Free Software Foundation; either version 2 of the ## License, or (at your option) any later version. ## ## The CDSware is distributed in the hope that it will be useful, but ## WITHOUT ANY WARRANTY; without even the implied warranty of ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ## General Public License for more details. ## ## You should have received a copy of the GNU General Public License ## along with CDSware; if not, write to the Free Software Foundation, Inc., ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. docdir = $(WEBDIR)/admin/webaccess doc_DATA=guide.html FILESWML = $(wildcard $(srcdir)/*.wml) EXTRA_DIST = $(FILESWML:$(srcdir)/%=%) CLEANFILES = $(doc_DATA) *~ *.tmp %.html: %.html.wml $(top_srcdir)/config/config.wml $(top_builddir)/config/configbis.wml $(top_srcdir)/config/cdsnavbar.wml $(WML) -o\(ALL-LANG_*\)+LANG_EN:$@ $< - $(PYTHON) $(top_srcdir)/po/i18n_update_wml.py en $@ \ No newline at end of file + $(PYTHON) $(top_srcdir)/po/i18n_update_wml_target.py en $@ \ No newline at end of file diff --git a/modules/webaccess/doc/hacking/Makefile.am b/modules/webaccess/doc/hacking/Makefile.am index 6e2ca4b1a..3456f2b09 100644 --- a/modules/webaccess/doc/hacking/Makefile.am +++ b/modules/webaccess/doc/hacking/Makefile.am @@ -1,31 +1,31 @@ ## $Id$ ## This file is part of the CERN Document Server Software (CDSware). ## Copyright (C) 2002, 2003, 2004, 2005 CERN. ## ## The CDSware is free software; you can redistribute it and/or ## modify it under the terms of the GNU General Public License as ## published by the Free Software Foundation; either version 2 of the ## License, or (at your option) any later version. ## ## The CDSware is distributed in the hope that it will be useful, but ## WITHOUT ANY WARRANTY; without even the implied warranty of ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ## General Public License for more details. ## ## You should have received a copy of the GNU General Public License ## along with CDSware; if not, write to the Free Software Foundation, Inc., ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. docdir = $(WEBDIR)/hacking/webaccess doc_DATA=index.html api.html admin-internals.html table-structure.html FILESWML = $(wildcard $(srcdir)/*.wml) EXTRA_DIST = $(FILESWML:$(srcdir)/%=%) CLEANFILES = $(doc_DATA) *~ *.tmp %.html: %.html.wml $(top_srcdir)/config/config.wml $(top_builddir)/config/configbis.wml $(WML) -o\(ALL-LANG_*\)+LANG_EN:$@ $< - $(PYTHON) $(top_srcdir)/po/i18n_update_wml.py en $@ \ No newline at end of file + $(PYTHON) $(top_srcdir)/po/i18n_update_wml_target.py en $@ \ No newline at end of file diff --git a/modules/webaccess/web/admin/Makefile.am b/modules/webaccess/web/admin/Makefile.am index c5a7a96ff..77ca40da9 100644 --- a/modules/webaccess/web/admin/Makefile.am +++ b/modules/webaccess/web/admin/Makefile.am @@ -1,30 +1,30 @@ ## $Id$ ## This file is part of the CERN Document Server Software (CDSware). ## Copyright (C) 2002, 2003, 2004, 2005 CERN. ## ## The CDSware is free software; you can redistribute it and/or ## modify it under the terms of the GNU General Public License as ## published by the Free Software Foundation; either version 2 of the ## License, or (at your option) any later version. ## ## The CDSware is distributed in the hope that it will be useful, but ## WITHOUT ANY WARRANTY; without even the implied warranty of ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ## General Public License for more details. ## ## You should have received a copy of the GNU General Public License ## along with CDSware; if not, write to the Free Software Foundation, Inc., ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. webappdir = $(WEBDIR)/admin/webaccess webapp_DATA = webaccessadmin.py index.html EXTRA_DIST = webaccessadmin.py index.html.wml CLEANFILES = index.html *~ *.tmp %.html: %.html.wml $(top_srcdir)/config/config.wml $(top_builddir)/config/configbis.wml $(WML) -o\(ALL-LANG_*\)+LANG_EN:$@ $< - $(PYTHON) $(top_srcdir)/po/i18n_update_wml.py en $@ \ No newline at end of file + $(PYTHON) $(top_srcdir)/po/i18n_update_wml_target.py en $@ \ No newline at end of file diff --git a/modules/webalert/doc/admin/Makefile.am b/modules/webalert/doc/admin/Makefile.am index 88553e60e..ae19c002d 100644 --- a/modules/webalert/doc/admin/Makefile.am +++ b/modules/webalert/doc/admin/Makefile.am @@ -1,30 +1,30 @@ ## $Id$ ## This file is part of the CERN Document Server Software (CDSware). ## Copyright (C) 2002, 2003, 2004, 2005 CERN. ## ## The CDSware is free software; you can redistribute it and/or ## modify it under the terms of the GNU General Public License as ## published by the Free Software Foundation; either version 2 of the ## License, or (at your option) any later version. ## ## The CDSware is distributed in the hope that it will be useful, but ## WITHOUT ANY WARRANTY; without even the implied warranty of ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ## General Public License for more details. ## ## You should have received a copy of the GNU General Public License ## along with CDSware; if not, write to the Free Software Foundation, Inc., ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. docdir = $(WEBDIR)/admin/webalert doc_DATA=index.html guide.html FILESWML = $(wildcard $(srcdir)/*.wml) EXTRA_DIST = $(FILESWML:$(srcdir)/%=%) CLEANFILES = $(doc_DATA) *~ *.tmp %.html: %.html.wml $(top_srcdir)/config/config.wml $(top_builddir)/config/configbis.wml $(top_srcdir)/config/cdsnavbar.wml $(WML) -o\(ALL-LANG_*\)+LANG_EN:$@ $< - $(PYTHON) $(top_srcdir)/po/i18n_update_wml.py en $@ \ No newline at end of file + $(PYTHON) $(top_srcdir)/po/i18n_update_wml_target.py en $@ \ No newline at end of file diff --git a/modules/webbasket/doc/admin/Makefile.am b/modules/webbasket/doc/admin/Makefile.am index c152de8fa..2a0953102 100644 --- a/modules/webbasket/doc/admin/Makefile.am +++ b/modules/webbasket/doc/admin/Makefile.am @@ -1,30 +1,30 @@ ## $Id$ ## This file is part of the CERN Document Server Software (CDSware). ## Copyright (C) 2002, 2003, 2004, 2005 CERN. ## ## The CDSware is free software; you can redistribute it and/or ## modify it under the terms of the GNU General Public License as ## published by the Free Software Foundation; either version 2 of the ## License, or (at your option) any later version. ## ## The CDSware is distributed in the hope that it will be useful, but ## WITHOUT ANY WARRANTY; without even the implied warranty of ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ## General Public License for more details. ## ## You should have received a copy of the GNU General Public License ## along with CDSware; if not, write to the Free Software Foundation, Inc., ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. docdir = $(WEBDIR)/admin/webbasket doc_DATA=index.html guide.html FILESWML = $(wildcard $(srcdir)/*.wml) EXTRA_DIST = $(FILESWML:$(srcdir)/%=%) CLEANFILES = $(doc_DATA) *~ *.tmp %.html: %.html.wml $(top_srcdir)/config/config.wml $(top_builddir)/config/configbis.wml $(top_srcdir)/config/cdsnavbar.wml $(WML) -o\(ALL-LANG_*\)+LANG_EN:$@ $< - $(PYTHON) $(top_srcdir)/po/i18n_update_wml.py en $@ \ No newline at end of file + $(PYTHON) $(top_srcdir)/po/i18n_update_wml_target.py en $@ \ No newline at end of file diff --git a/modules/webcomment/doc/admin/Makefile.am b/modules/webcomment/doc/admin/Makefile.am index 2b357eabe..96a0c0061 100644 --- a/modules/webcomment/doc/admin/Makefile.am +++ b/modules/webcomment/doc/admin/Makefile.am @@ -1,31 +1,31 @@ ## $Id$ ## This file is part of the CERN Document Server Software (CDSware). ## Copyright (C) 2002, 2003, 2004, 2005 CERN. ## ## The CDSware is free software; you can redistribute it and/or ## modify it under the terms of the GNU General Public License as ## published by the Free Software Foundation; either version 2 of the ## License, or (at your option) any later version. ## ## The CDSware is distributed in the hope that it will be useful, but ## WITHOUT ANY WARRANTY; without even the implied warranty of ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ## General Public License for more details. ## ## You should have received a copy of the GNU General Public License ## along with CDSware; if not, write to the Free Software Foundation, Inc., ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. docdir = $(WEBDIR)/admin/webcomment doc_DATA = guide.html FILESWML = $(wildcard $(srcdir)/*.wml) EXTRA_DIST = $(FILESWML:$(srcdir)/%=%) CLEANFILES = $(doc_DATA) *~ *.tmp %.html: %.html.wml $(top_srcdir)/config/config.wml $(top_builddir)/config/configbis.wml $(top_srcdir)/config/cdsnavbar.wml $(WML) -o\(ALL-LANG_*\)+LANG_EN:$@ $< - $(PYTHON) $(top_srcdir)/po/i18n_update_wml.py en $@ \ No newline at end of file + $(PYTHON) $(top_srcdir)/po/i18n_update_wml_target.py en $@ \ No newline at end of file diff --git a/modules/webcomment/web/admin/Makefile.am b/modules/webcomment/web/admin/Makefile.am index 9f71f25f6..2778dff78 100644 --- a/modules/webcomment/web/admin/Makefile.am +++ b/modules/webcomment/web/admin/Makefile.am @@ -1,30 +1,30 @@ ## $Id$ ## This file is part of the CERN Document Server Software (CDSware). ## Copyright (C) 2002, 2003, 2004, 2005 CERN. ## ## The CDSware is free software; you can redistribute it and/or ## modify it under the terms of the GNU General Public License as ## published by the Free Software Foundation; either version 2 of the ## License, or (at your option) any later version. ## ## The CDSware is distributed in the hope that it will be useful, but ## WITHOUT ANY WARRANTY; without even the implied warranty of ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ## General Public License for more details. ## ## You should have received a copy of the GNU General Public License ## along with CDSware; if not, write to the Free Software Foundation, Inc., ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. webappdir = $(WEBDIR)/admin/webcomment webapp_DATA = index.html webcommentadmin.py EXTRA_DIST = index.html.wml webcommentadmin.py CLEANFILES = index.html *~ *.tmp %.html: %.html.wml $(top_srcdir)/config/config.wml $(top_builddir)/config/configbis.wml $(WML) -o\(ALL-LANG_*\)+LANG_EN:$@ $< - $(PYTHON) $(top_srcdir)/po/i18n_update_wml.py en $@ \ No newline at end of file + $(PYTHON) $(top_srcdir)/po/i18n_update_wml_target.py en $@ \ No newline at end of file diff --git a/modules/webhelp/web/Makefile.am b/modules/webhelp/web/Makefile.am index f3fe4f2e9..0a9e507e4 100644 --- a/modules/webhelp/web/Makefile.am +++ b/modules/webhelp/web/Makefile.am @@ -1,53 +1,53 @@ ## $Id$ ## This file is part of the CERN Document Server Software (CDSware). ## Copyright (C) 2002, 2003, 2004, 2005 CERN. ## ## The CDSware is free software; you can redistribute it and/or ## modify it under the terms of the GNU General Public License as ## published by the Free Software Foundation; either version 2 of the ## License, or (at your option) any later version. ## ## The CDSware is distributed in the hope that it will be useful, but ## WITHOUT ANY WARRANTY; without even the implied warranty of ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ## General Public License for more details. ## ## You should have received a copy of the GNU General Public License ## along with CDSware; if not, write to the Free Software Foundation, Inc., ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. SUBDIRS = admin hacking docdir = $(WEBDIR)/help doc_DATA=index.en.html index.fr.html index.de.html index.pl.html index.pt.html index.es.html index.ca.html index.it.html index.ja.html index.ru.html index.sk.html index.cs.html index.no.html index.sv.html index.el.html index.uk.html FILESWML = $(wildcard $(srcdir)/*.wml) EXTRA_DIST = $(FILESWML:$(srcdir)/%=%) CLEANFILES = $(doc_DATA) *~ *.tmp LINGUAS = $(shell grep -v '^\#' $(top_srcdir)/po/LINGUAS) MO = $(LINGUAS:%=$(top_builddir)/po/%.gmo) %.en.html %.fr.html %.de.html %.es.html %.ca.html %.pl.html %.pt.html %.it.html %.ja.html %.ru.html %.sk.html %.cs.html %.no.html %.sv.html %.el.html %.uk.html: %.html.wml $(top_srcdir)/config/config.wml $(top_builddir)/config/configbis.wml $(MO) $(WML) -o\(ALL-LANG_*\)+LANG_EN:$*.en.html \ -o\(ALL-LANG_*\)+LANG_FR:$*.fr.html \ -o\(ALL-LANG_*\)+LANG_DE:$*.de.html \ -o\(ALL-LANG_*\)+LANG_ES:$*.es.html \ -o\(ALL-LANG_*\)+LANG_CA:$*.ca.html \ -o\(ALL-LANG_*\)+LANG_PL:$*.pl.html \ -o\(ALL-LANG_*\)+LANG_PT:$*.pt.html \ -o\(ALL-LANG_*\)+LANG_IT:$*.it.html \ -o\(ALL-LANG_*\)+LANG_JA:$*.ja.html \ -o\(ALL-LANG_*\)+LANG_RU:$*.ru.html \ -o\(ALL-LANG_*\)+LANG_SK:$*.sk.html \ -o\(ALL-LANG_*\)+LANG_CS:$*.cs.html \ -o\(ALL-LANG_*\)+LANG_NO:$*.no.html \ -o\(ALL-LANG_*\)+LANG_SV:$*.sv.html \ -o\(ALL-LANG_*\)+LANG_EL:$*.el.html \ -o\(ALL-LANG_*\)+LANG_UK:$*.uk.html $< for lang in $(LINGUAS); do \ - $(PYTHON) $(top_srcdir)/po/i18n_update_wml.py $${lang} "$*.$${lang}.html" ; \ + $(PYTHON) $(top_srcdir)/po/i18n_update_wml_target.py $${lang} "$*.$${lang}.html" ; \ done diff --git a/modules/webhelp/web/admin/Makefile.am b/modules/webhelp/web/admin/Makefile.am index db151c701..06eae6db5 100644 --- a/modules/webhelp/web/admin/Makefile.am +++ b/modules/webhelp/web/admin/Makefile.am @@ -1,53 +1,53 @@ ## $Id$ ## This file is part of the CERN Document Server Software (CDSware). ## Copyright (C) 2002, 2003, 2004, 2005 CERN. ## ## The CDSware is free software; you can redistribute it and/or ## modify it under the terms of the GNU General Public License as ## published by the Free Software Foundation; either version 2 of the ## License, or (at your option) any later version. ## ## The CDSware is distributed in the hope that it will be useful, but ## WITHOUT ANY WARRANTY; without even the implied warranty of ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ## General Public License for more details. ## ## You should have received a copy of the GNU General Public License ## along with CDSware; if not, write to the Free Software Foundation, Inc., ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. SUBDIRS = howto docdir = $(WEBDIR)/admin doc_DATA=index.en.html index.fr.html index.de.html index.es.html index.ca.html index.pl.html index.pt.html index.it.html index.ja.html index.ru.html index.sk.html index.cs.html index.no.html index.sv.html index.el.html index.uk.html FILESWML = $(wildcard $(srcdir)/*.wml) EXTRA_DIST = $(FILESWML:$(srcdir)/%=%) CLEANFILES = $(doc_DATA) *~ *.tmp LINGUAS = $(shell grep -v '^\#' $(top_srcdir)/po/LINGUAS) MO = $(LINGUAS:%=$(top_builddir)/po/%.gmo) %.en.html %.fr.html %.de.html %.es.html %.ca.html %.pl.html %.pt.html %.it.html %.ja.html %.ru.html %.sk.html %.cs.html %.no.html %.sv.html %.el.html %.uk.html: %.html.wml $(top_srcdir)/config/config.wml $(top_builddir)/config/configbis.wml $(MO) $(WML) -o\(ALL-LANG_*\)+LANG_EN:$*.en.html \ -o\(ALL-LANG_*\)+LANG_FR:$*.fr.html \ -o\(ALL-LANG_*\)+LANG_DE:$*.de.html \ -o\(ALL-LANG_*\)+LANG_ES:$*.es.html \ -o\(ALL-LANG_*\)+LANG_CA:$*.ca.html \ -o\(ALL-LANG_*\)+LANG_PL:$*.pl.html \ -o\(ALL-LANG_*\)+LANG_PT:$*.pt.html \ -o\(ALL-LANG_*\)+LANG_IT:$*.it.html \ -o\(ALL-LANG_*\)+LANG_JA:$*.ja.html \ -o\(ALL-LANG_*\)+LANG_RU:$*.ru.html \ -o\(ALL-LANG_*\)+LANG_SK:$*.sk.html \ -o\(ALL-LANG_*\)+LANG_CS:$*.cs.html \ -o\(ALL-LANG_*\)+LANG_NO:$*.no.html \ -o\(ALL-LANG_*\)+LANG_SV:$*.sv.html \ -o\(ALL-LANG_*\)+LANG_EL:$*.el.html \ -o\(ALL-LANG_*\)+LANG_UK:$*.uk.html $< for lang in $(LINGUAS); do \ - $(PYTHON) $(top_srcdir)/po/i18n_update_wml.py $${lang} "$*.$${lang}.html" ; \ + $(PYTHON) $(top_srcdir)/po/i18n_update_wml_target.py $${lang} "$*.$${lang}.html" ; \ done diff --git a/modules/webhelp/web/admin/howto/Makefile.am b/modules/webhelp/web/admin/howto/Makefile.am index 53e1b092d..66be12295 100644 --- a/modules/webhelp/web/admin/howto/Makefile.am +++ b/modules/webhelp/web/admin/howto/Makefile.am @@ -1,31 +1,31 @@ ## $Id$ ## This file is part of the CERN Document Server Software (CDSware). ## Copyright (C) 2002, 2003, 2004, 2005 CERN. ## ## The CDSware is free software; you can redistribute it and/or ## modify it under the terms of the GNU General Public License as ## published by the Free Software Foundation; either version 2 of the ## License, or (at your option) any later version. ## ## The CDSware is distributed in the hope that it will be useful, but ## WITHOUT ANY WARRANTY; without even the implied warranty of ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ## General Public License for more details. ## ## You should have received a copy of the GNU General Public License ## along with CDSware; if not, write to the Free Software Foundation, Inc., ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. docdir = $(WEBDIR)/admin/howto doc_DATA=index.html marc.html migrate.html run.html FILESWML = $(wildcard $(srcdir)/*.wml) EXTRA_DIST = $(FILESWML:$(srcdir)/%=%) CLEANFILES = $(doc_DATA) *~ *.tmp %.html: %.html.wml $(top_srcdir)/config/config.wml $(top_builddir)/config/configbis.wml $(WML) -o\(ALL-LANG_*\)+LANG_EN:$@ $< - $(PYTHON) $(top_srcdir)/po/i18n_update_wml.py en $@ \ No newline at end of file + $(PYTHON) $(top_srcdir)/po/i18n_update_wml_target.py en $@ \ No newline at end of file diff --git a/modules/webhelp/web/hacking/Makefile.am b/modules/webhelp/web/hacking/Makefile.am index 28610e999..be46300af 100644 --- a/modules/webhelp/web/hacking/Makefile.am +++ b/modules/webhelp/web/hacking/Makefile.am @@ -1,35 +1,35 @@ ## $Id$ ## This file is part of the CERN Document Server Software (CDSware). ## Copyright (C) 2002, 2003, 2004, 2005 CERN. ## ## The CDSware is free software; you can redistribute it and/or ## modify it under the terms of the GNU General Public License as ## published by the Free Software Foundation; either version 2 of the ## License, or (at your option) any later version. ## ## The CDSware is distributed in the hope that it will be useful, but ## WITHOUT ANY WARRANTY; without even the implied warranty of ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ## General Public License for more details. ## ## You should have received a copy of the GNU General Public License ## along with CDSware; if not, write to the Free Software Foundation, Inc., ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. docdir = $(WEBDIR)/hacking imgdir = $(WEBDIR)/img doc_DATA=index.html modules.html style.html concepts.html directory.html cdsware.el \ releases.html testsuite.html img_DATA=modules.jpeg FILESWML = $(wildcard $(srcdir)/*.wml) EXTRA_DIST = $(FILESWML:$(srcdir)/%=%) modules.jpeg cdsware.el CLEANFILES = $(wildcard *.html) *~ *.tmp %.html: %.html.wml $(top_srcdir)/config/config.wml $(top_builddir)/config/configbis.wml $(WML) -o\(ALL-LANG_*\)+LANG_EN:$@ $< - $(PYTHON) $(top_srcdir)/po/i18n_update_wml.py en $@ \ No newline at end of file + $(PYTHON) $(top_srcdir)/po/i18n_update_wml_target.py en $@ \ No newline at end of file diff --git a/modules/webmessage/doc/admin/Makefile.am b/modules/webmessage/doc/admin/Makefile.am index 209e9c586..d2aa31f99 100644 --- a/modules/webmessage/doc/admin/Makefile.am +++ b/modules/webmessage/doc/admin/Makefile.am @@ -1,30 +1,30 @@ ## $Id$ ## This file is part of the CERN Document Server Software (CDSware). ## Copyright (C) 2002, 2003, 2004, 2005 CERN. ## ## The CDSware is free software; you can redistribute it and/or ## modify it under the terms of the GNU General Public License as ## published by the Free Software Foundation; either version 2 of the ## License, or (at your option) any later version. ## ## The CDSware is distributed in the hope that it will be useful, but ## WITHOUT ANY WARRANTY; without even the implied warranty of ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ## General Public License for more details. ## ## You should have received a copy of the GNU General Public License ## along with CDSware; if not, write to the Free Software Foundation, Inc., ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. docdir = $(WEBDIR)/admin/webmessage doc_DATA = index.html guide.html FILESWML = $(wildcard $(srcdir)/*.wml) EXTRA_DIST = $(FILESWML:$(srcdir)/%=%) CLEANFILES = $(doc_DATA) *~ *.tmp %.html: %.html.wml $(top_srcdir)/config/config.wml $(top_builddir)/config/configbis.wml $(top_srcdir)/config/cdsnavbar.wml $(WML) -o\(ALL-LANG_*\)+LANG_EN:$@ $< - $(PYTHON) $(top_srcdir)/po/i18n_update_wml.py en $@ \ No newline at end of file + $(PYTHON) $(top_srcdir)/po/i18n_update_wml_target.py en $@ \ No newline at end of file diff --git a/modules/websearch/doc/Makefile.am b/modules/websearch/doc/Makefile.am index e52f2cb9e..4e733fc60 100644 --- a/modules/websearch/doc/Makefile.am +++ b/modules/websearch/doc/Makefile.am @@ -1,56 +1,56 @@ ## $Id$ ## This file is part of the CERN Document Server Software (CDSware). ## Copyright (C) 2002, 2003, 2004, 2005 CERN. ## ## The CDSware is free software; you can redistribute it and/or ## modify it under the terms of the GNU General Public License as ## published by the Free Software Foundation; either version 2 of the ## License, or (at your option) any later version. ## ## The CDSware is distributed in the hope that it will be useful, but ## WITHOUT ANY WARRANTY; without even the implied warranty of ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ## General Public License for more details. ## ## You should have received a copy of the GNU General Public License ## along with CDSware; if not, write to the Free Software Foundation, Inc., ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. SUBDIRS = admin hacking docdir = $(WEBDIR)/help/search doc_DATA=index.en.html index.fr.html index.de.html index.es.html index.ca.html index.pl.html index.pt.html index.it.html index.ja.html index.ru.html index.sk.html index.cs.html index.no.html index.sv.html index.el.html index.uk.html \ tips.en.html tips.fr.html tips.de.html tips.pl.html tips.pt.html tips.es.html tips.ca.html tips.it.html tips.ja.html tips.ru.html tips.sk.html tips.cs.html tips.no.html tips.sv.html tips.el.html tips.uk.html \ guide.en.html guide.fr.html guide.de.html guide.pl.html guide.pt.html guide.es.html guide.ca.html guide.it.html guide.ja.html guide.ru.html guide.sk.html guide.cs.html guide.no.html guide.sv.html guide.el.html guide.uk.html FILESWML = $(wildcard $(srcdir)/*.wml) EXTRA_DIST = $(FILESWML:$(srcdir)/%=%) CLEANFILES = $(doc_DATA) *~ *.tmp LINGUAS = $(shell grep -v '^\#' $(top_srcdir)/po/LINGUAS) MO = $(LINGUAS:%=$(top_builddir)/po/%.gmo) %.en.html %.fr.html %.de.html %.es.html %.ca.html %.pl.html %.pt.html %.it.html %.ja.html %.ru.html %.sk.html %.cs.html %.no.html %.sv.html %.el.html %.uk.html: %.html.wml $(top_srcdir)/config/config.wml $(top_builddir)/config/configbis.wml $(MO) $(WML) -o\(ALL-LANG_*\)+LANG_EN:$*.en.html \ -o\(ALL-LANG_*\)+LANG_FR:$*.fr.html \ -o\(ALL-LANG_*\)+LANG_DE:$*.de.html \ -o\(ALL-LANG_*\)+LANG_ES:$*.es.html \ -o\(ALL-LANG_*\)+LANG_CA:$*.ca.html \ -o\(ALL-LANG_*\)+LANG_PT:$*.pt.html \ -o\(ALL-LANG_*\)+LANG_PL:$*.pl.html \ -o\(ALL-LANG_*\)+LANG_IT:$*.it.html \ -o\(ALL-LANG_*\)+LANG_JA:$*.ja.html \ -o\(ALL-LANG_*\)+LANG_RU:$*.ru.html \ -o\(ALL-LANG_*\)+LANG_SK:$*.sk.html \ -o\(ALL-LANG_*\)+LANG_CS:$*.cs.html \ -o\(ALL-LANG_*\)+LANG_NO:$*.no.html \ -o\(ALL-LANG_*\)+LANG_SV:$*.sv.html \ -o\(ALL-LANG_*\)+LANG_EL:$*.el.html \ -o\(ALL-LANG_*\)+LANG_UK:$*.uk.html $< for lang in $(LINGUAS); do \ - $(PYTHON) $(top_srcdir)/po/i18n_update_wml.py $${lang} "$*.$${lang}.html" ; \ + $(PYTHON) $(top_srcdir)/po/i18n_update_wml_target.py $${lang} "$*.$${lang}.html" ; \ done diff --git a/modules/websearch/doc/admin/Makefile.am b/modules/websearch/doc/admin/Makefile.am index 00eb9509e..52e932ce0 100644 --- a/modules/websearch/doc/admin/Makefile.am +++ b/modules/websearch/doc/admin/Makefile.am @@ -1,31 +1,31 @@ ## $Id$ ## This file is part of the CERN Document Server Software (CDSware). ## Copyright (C) 2002, 2003, 2004, 2005 CERN. ## ## The CDSware is free software; you can redistribute it and/or ## modify it under the terms of the GNU General Public License as ## published by the Free Software Foundation; either version 2 of the ## License, or (at your option) any later version. ## ## The CDSware is distributed in the hope that it will be useful, but ## WITHOUT ANY WARRANTY; without even the implied warranty of ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ## General Public License for more details. ## ## You should have received a copy of the GNU General Public License ## along with CDSware; if not, write to the Free Software Foundation, Inc., ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. docdir = $(WEBDIR)/admin/websearch doc_DATA = guide.html FILESWML = $(wildcard $(srcdir)/*.wml) EXTRA_DIST = $(FILESWML:$(srcdir)/%=%) CLEANFILES = $(doc_DATA) *~ *.tmp %.html: %.html.wml $(top_srcdir)/config/config.wml $(top_builddir)/config/configbis.wml $(top_srcdir)/config/cdsnavbar.wml $(WML) -o\(ALL-LANG_*\)+LANG_EN:$@ $< - $(PYTHON) $(top_srcdir)/po/i18n_update_wml.py en $@ \ No newline at end of file + $(PYTHON) $(top_srcdir)/po/i18n_update_wml_target.py en $@ \ No newline at end of file diff --git a/modules/websearch/doc/hacking/Makefile.am b/modules/websearch/doc/hacking/Makefile.am index 97e17126d..800fb75f7 100644 --- a/modules/websearch/doc/hacking/Makefile.am +++ b/modules/websearch/doc/hacking/Makefile.am @@ -1,31 +1,31 @@ ## $Id$ ## This file is part of the CERN Document Server Software (CDSware). ## Copyright (C) 2002, 2003, 2004, 2005 CERN. ## ## The CDSware is free software; you can redistribute it and/or ## modify it under the terms of the GNU General Public License as ## published by the Free Software Foundation; either version 2 of the ## License, or (at your option) any later version. ## ## The CDSware is distributed in the hope that it will be useful, but ## WITHOUT ANY WARRANTY; without even the implied warranty of ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ## General Public License for more details. ## ## You should have received a copy of the GNU General Public License ## along with CDSware; if not, write to the Free Software Foundation, Inc., ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. docdir = $(WEBDIR)/hacking/websearch doc_DATA=api.html stages.html index.html FILESWML = $(wildcard $(srcdir)/*.wml) EXTRA_DIST = $(FILESWML:$(srcdir)/%=%) CLEANFILES = $(doc_DATA) *~ *.tmp %.html: %.html.wml $(top_srcdir)/config/config.wml $(top_builddir)/config/configbis.wml $(WML) -o\(ALL-LANG_*\)+LANG_EN:$@ $< - $(PYTHON) $(top_srcdir)/po/i18n_update_wml.py en $@ \ No newline at end of file + $(PYTHON) $(top_srcdir)/po/i18n_update_wml_target.py en $@ \ No newline at end of file diff --git a/modules/websearch/web/admin/Makefile.am b/modules/websearch/web/admin/Makefile.am index a2c6bf819..8cdd4e4c9 100644 --- a/modules/websearch/web/admin/Makefile.am +++ b/modules/websearch/web/admin/Makefile.am @@ -1,30 +1,30 @@ ## $Id$ ## This file is part of the CERN Document Server Software (CDSware). ## Copyright (C) 2002, 2003, 2004, 2005 CERN. ## ## The CDSware is free software; you can redistribute it and/or ## modify it under the terms of the GNU General Public License as ## published by the Free Software Foundation; either version 2 of the ## License, or (at your option) any later version. ## ## The CDSware is distributed in the hope that it will be useful, but ## WITHOUT ANY WARRANTY; without even the implied warranty of ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ## General Public License for more details. ## ## You should have received a copy of the GNU General Public License ## along with CDSware; if not, write to the Free Software Foundation, Inc., ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. webappdir = $(WEBDIR)/admin/websearch webapp_DATA = index.html websearchadmin.py EXTRA_DIST = index.html.wml websearchadmin.py CLEANFILES = index.html *~ *.tmp %.html: %.html.wml $(top_srcdir)/config/config.wml $(top_builddir)/config/configbis.wml $(WML) -o\(ALL-LANG_*\)+LANG_EN:$@ $< - $(PYTHON) $(top_srcdir)/po/i18n_update_wml.py en $@ \ No newline at end of file + $(PYTHON) $(top_srcdir)/po/i18n_update_wml_target.py en $@ \ No newline at end of file diff --git a/modules/websession/bin/Makefile.am b/modules/websession/bin/Makefile.am index f540074fe..c7c8e7498 100644 --- a/modules/websession/bin/Makefile.am +++ b/modules/websession/bin/Makefile.am @@ -1,30 +1,30 @@ ## $Id$ ## This file is part of the CERN Document Server Software (CDSware). ## Copyright (C) 2002, 2003, 2004, 2005 CERN. ## ## The CDSware is free software; you can redistribute it and/or ## modify it under the terms of the GNU General Public License as ## published by the Free Software Foundation; either version 2 of the ## License, or (at your option) any later version. ## ## The CDSware is distributed in the hope that it will be useful, but ## WITHOUT ANY WARRANTY; without even the implied warranty of ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ## General Public License for more details. ## ## You should have received a copy of the GNU General Public License ## along with CDSware; if not, write to the Free Software Foundation, Inc., ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. bin_SCRIPTS=sessiongc FILESWML = $(wildcard $(srcdir)/*.wml) EXTRA_DIST = $(FILESWML:$(srcdir)/%=%) CLEANFILES = $(bin_SCRIPTS) *~ *.tmp sessiongcc %: %.wml $(top_srcdir)/config/config.wml $(top_builddir)/config/configbis.wml $(top_srcdir)/config/cdswmllib.wml $(WML) -o $@ $< - $(PYTHON) $(top_srcdir)/po/i18n_update_wml.py en $@ + $(PYTHON) $(top_srcdir)/po/i18n_update_wml_target.py en $@ chmod u+x $@ \ No newline at end of file diff --git a/modules/websession/doc/admin/Makefile.am b/modules/websession/doc/admin/Makefile.am index 132ebc392..0cfcd0f8a 100644 --- a/modules/websession/doc/admin/Makefile.am +++ b/modules/websession/doc/admin/Makefile.am @@ -1,30 +1,30 @@ ## $Id$ ## This file is part of the CERN Document Server Software (CDSware). ## Copyright (C) 2002, 2003, 2004, 2005 CERN. ## ## The CDSware is free software; you can redistribute it and/or ## modify it under the terms of the GNU General Public License as ## published by the Free Software Foundation; either version 2 of the ## License, or (at your option) any later version. ## ## The CDSware is distributed in the hope that it will be useful, but ## WITHOUT ANY WARRANTY; without even the implied warranty of ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ## General Public License for more details. ## ## You should have received a copy of the GNU General Public License ## along with CDSware; if not, write to the Free Software Foundation, Inc., ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. docdir = $(WEBDIR)/admin/websession doc_DATA=index.html guide.html FILESWML = $(wildcard $(srcdir)/*.wml) EXTRA_DIST = $(FILESWML:$(srcdir)/%=%) CLEANFILES = $(doc_DATA) *~ *.tmp %.html: %.html.wml $(top_srcdir)/config/config.wml $(top_builddir)/config/configbis.wml $(top_srcdir)/config/cdsnavbar.wml $(WML) -o\(ALL-LANG_*\)+LANG_EN:$@ $< - $(PYTHON) $(top_srcdir)/po/i18n_update_wml.py en $@ \ No newline at end of file + $(PYTHON) $(top_srcdir)/po/i18n_update_wml_target.py en $@ \ No newline at end of file diff --git a/modules/websession/web/Makefile.am b/modules/websession/web/Makefile.am index b0c707f41..ad6d5157b 100644 --- a/modules/websession/web/Makefile.am +++ b/modules/websession/web/Makefile.am @@ -1,30 +1,30 @@ ## $Id$ ## This file is part of the CERN Document Server Software (CDSware). ## Copyright (C) 2002, 2003, 2004, 2005 CERN. ## ## The CDSware is free software; you can redistribute it and/or ## modify it under the terms of the GNU General Public License as ## published by the Free Software Foundation; either version 2 of the ## License, or (at your option) any later version. ## ## The CDSware is distributed in the hope that it will be useful, but ## WITHOUT ANY WARRANTY; without even the implied warranty of ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ## General Public License for more details. ## ## You should have received a copy of the GNU General Public License ## along with CDSware; if not, write to the Free Software Foundation, Inc., ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. webappdir = $(WEBDIR) webapp_DATA = sessinit.inc.php youraccount.py EXTRA_DIST = sessinit.inc.php.wml youraccount.py CLEANFILES = sessinit.inc.php *~ *.tmp sessinit.inc.php: sessinit.inc.php.wml $(top_srcdir)/config/config.wml $(top_builddir)/config/configbis.wml $(WML) -o $@ $< - $(PYTHON) $(top_srcdir)/po/i18n_update_wml.py en $@ \ No newline at end of file + $(PYTHON) $(top_srcdir)/po/i18n_update_wml_target.py en $@ \ No newline at end of file diff --git a/modules/webstat/doc/admin/Makefile.am b/modules/webstat/doc/admin/Makefile.am index 162b95cd9..fe119f959 100644 --- a/modules/webstat/doc/admin/Makefile.am +++ b/modules/webstat/doc/admin/Makefile.am @@ -1,31 +1,31 @@ ## $Id$ ## This file is part of the CERN Document Server Software (CDSware). ## Copyright (C) 2002, 2003, 2004, 2005 CERN. ## ## The CDSware is free software; you can redistribute it and/or ## modify it under the terms of the GNU General Public License as ## published by the Free Software Foundation; either version 2 of the ## License, or (at your option) any later version. ## ## The CDSware is distributed in the hope that it will be useful, but ## WITHOUT ANY WARRANTY; without even the implied warranty of ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ## General Public License for more details. ## ## You should have received a copy of the GNU General Public License ## along with CDSware; if not, write to the Free Software Foundation, Inc., ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. docdir = $(WEBDIR)/admin/webstat doc_DATA = index.html guide.html FILESWML = $(wildcard $(srcdir)/*.wml) EXTRA_DIST = $(FILESWML:$(srcdir)/%=%) CLEANFILES = $(doc_DATA) *~ *.tmp %.html: %.html.wml $(top_srcdir)/config/config.wml $(top_builddir)/config/configbis.wml $(top_srcdir)/config/cdsnavbar.wml $(WML) -o\(ALL-LANG_*\)+LANG_EN:$@ $< - $(PYTHON) $(top_srcdir)/po/i18n_update_wml.py en $@ \ No newline at end of file + $(PYTHON) $(top_srcdir)/po/i18n_update_wml_target.py en $@ \ No newline at end of file diff --git a/modules/webstat/doc/hacking/Makefile.am b/modules/webstat/doc/hacking/Makefile.am index d0c2118b1..811477cfb 100644 --- a/modules/webstat/doc/hacking/Makefile.am +++ b/modules/webstat/doc/hacking/Makefile.am @@ -1,31 +1,31 @@ ## $Id$ ## This file is part of the CERN Document Server Software (CDSware). ## Copyright (C) 2002, 2003, 2004, 2005 CERN. ## ## The CDSware is free software; you can redistribute it and/or ## modify it under the terms of the GNU General Public License as ## published by the Free Software Foundation; either version 2 of the ## License, or (at your option) any later version. ## ## The CDSware is distributed in the hope that it will be useful, but ## WITHOUT ANY WARRANTY; without even the implied warranty of ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ## General Public License for more details. ## ## You should have received a copy of the GNU General Public License ## along with CDSware; if not, write to the Free Software Foundation, Inc., ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. docdir = $(WEBDIR)/hacking/webstat doc_DATA= FILESWML = $(wildcard $(srcdir)/*.wml) EXTRA_DIST = $(FILESWML:$(srcdir)/%=%) CLEANFILES = $(doc_DATA) *~ *.tmp %.html: %.html.wml $(top_srcdir)/config/config.wml $(top_builddir)/config/configbis.wml $(WML) -o\(ALL-LANG_*\)+LANG_EN:$@ $< - $(PYTHON) $(top_srcdir)/po/i18n_update_wml.py en $@ \ No newline at end of file + $(PYTHON) $(top_srcdir)/po/i18n_update_wml_target.py en $@ \ No newline at end of file diff --git a/modules/webstat/etc/Makefile.am b/modules/webstat/etc/Makefile.am index 4ae02598a..718f83566 100644 --- a/modules/webstat/etc/Makefile.am +++ b/modules/webstat/etc/Makefile.am @@ -1,31 +1,31 @@ ## $Id$ ## This file is part of the CERN Document Server Software (CDSware). ## Copyright (C) 2002, 2003, 2004, 2005 CERN. ## ## The CDSware is free software; you can redistribute it and/or ## modify it under the terms of the GNU General Public License as ## published by the Free Software Foundation; either version 2 of the ## License, or (at your option) any later version. ## ## The CDSware is distributed in the hope that it will be useful, but ## WITHOUT ANY WARRANTY; without even the implied warranty of ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ## General Public License for more details. ## ## You should have received a copy of the GNU General Public License ## along with CDSware; if not, write to the Free Software Foundation, Inc., ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. FILESWML=$(wildcard $(srcdir)/*.wml) etcdir=$(sysconfdir)/webstat etc_DATA=$(FILESWML:$(srcdir)/%.wml=%) EXTRA_DIST = $(FILESWML:$(srcdir)/%=%) CLEANFILES = $(wildcard *.cfg) *~ *.tmp %.cfg: %.cfg.wml $(top_srcdir)/config/config.wml $(top_builddir)/config/configbis.wml $(top_srcdir)/config/cdspage.wml $(WML) -o $@ $< - $(PYTHON) $(top_srcdir)/po/i18n_update_wml.py en $@ \ No newline at end of file + $(PYTHON) $(top_srcdir)/po/i18n_update_wml_target.py en $@ \ No newline at end of file diff --git a/modules/webstyle/doc/admin/Makefile.am b/modules/webstyle/doc/admin/Makefile.am index fec34bf4d..9d937268c 100644 --- a/modules/webstyle/doc/admin/Makefile.am +++ b/modules/webstyle/doc/admin/Makefile.am @@ -1,30 +1,30 @@ ## $Id$ ## This file is part of the CERN Document Server Software (CDSware). ## Copyright (C) 2002, 2003, 2004, 2005 CERN. ## ## The CDSware is free software; you can redistribute it and/or ## modify it under the terms of the GNU General Public License as ## published by the Free Software Foundation; either version 2 of the ## License, or (at your option) any later version. ## ## The CDSware is distributed in the hope that it will be useful, but ## WITHOUT ANY WARRANTY; without even the implied warranty of ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ## General Public License for more details. ## ## You should have received a copy of the GNU General Public License ## along with CDSware; if not, write to the Free Software Foundation, Inc., ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. docdir = $(WEBDIR)/admin/webstyle doc_DATA=index.html guide.html FILESWML = $(wildcard $(srcdir)/*.wml) EXTRA_DIST = $(FILESWML:$(srcdir)/%=%) CLEANFILES = $(doc_DATA) *~ *.tmp %.html: %.html.wml $(top_srcdir)/config/config.wml $(top_builddir)/config/configbis.wml $(top_srcdir)/config/cdsnavbar.wml $(WML) -o\(ALL-LANG_*\)+LANG_EN:$@ $< - $(PYTHON) $(top_srcdir)/po/i18n_update_wml.py en $@ \ No newline at end of file + $(PYTHON) $(top_srcdir)/po/i18n_update_wml_target.py en $@ \ No newline at end of file diff --git a/modules/websubmit/doc/Makefile.am b/modules/websubmit/doc/Makefile.am index 4728c2b35..0b3edfc65 100644 --- a/modules/websubmit/doc/Makefile.am +++ b/modules/websubmit/doc/Makefile.am @@ -1,68 +1,68 @@ ## $Id$ ## This file is part of the CERN Document Server Software (CDSware). ## Copyright (C) 2002, 2003, 2004, 2005 CERN. ## ## The CDSware is free software; you can redistribute it and/or ## modify it under the terms of the GNU General Public License as ## published by the Free Software Foundation; either version 2 of the ## License, or (at your option) any later version. ## ## The CDSware is distributed in the hope that it will be useful, but ## WITHOUT ANY WARRANTY; without even the implied warranty of ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ## General Public License for more details. ## ## You should have received a copy of the GNU General Public License ## along with CDSware; if not, write to the Free Software Foundation, Inc., ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. SUBDIRS = admin hacking docdir = $(WEBDIR)/help/submit doc_DATA=access.en.html access.fr.html access.de.html access.es.html access.ca.html access.pl.html access.pt.html access.it.html access.ja.html access.ru.html access.sk.html access.cs.html access.no.html access.sv.html access.el.html access.uk.html \ actions.en.html actions.fr.html actions.de.html actions.es.html actions.ca.html actions.pl.html actions.pt.html actions.it.html actions.ja.html actions.ru.html actions.sk.html actions.cs.html actions.no.html actions.sv.html actions.el.html actions.uk.html \ approval.en.html approval.fr.html approval.de.html approval.pl.html approval.pt.html approval.es.html approval.ca.html approval.it.html approval.ja.html approval.ru.html approval.sk.html approval.cs.html approval.no.html approval.sv.html approval.el.html approval.uk.html \ bibliographic_fields.en.html bibliographic_fields.fr.html bibliographic_fields.de.html bibliographic_fields.es.html bibliographic_fields.ca.html bibliographic_fields.pl.html bibliographic_fields.pt.html bibliographic_fields.it.html bibliographic_fields.ja.html bibliographic_fields.ru.html bibliographic_fields.sk.html bibliographic_fields.cs.html bibliographic_fields.no.html bibliographic_fields.sv.html bibliographic_fields.el.html bibliographic_fields.uk.html \ description.en.html description.fr.html description.de.html description.pl.html description.pt.html description.es.html description.ca.html description.it.html description.ja.html description.ru.html description.sk.html description.cs.html description.no.html description.sv.html description.el.html description.uk.html \ file_transfer.en.html file_transfer.fr.html file_transfer.de.html file_transfer.es.html file_transfer.ca.html file_transfer.pl.html file_transfer.pt.html file_transfer.it.html file_transfer.ja.html file_transfer.ru.html file_transfer.sk.html file_transfer.cs.html file_transfer.no.html file_transfer.sv.html file_transfer.el.html file_transfer.uk.html \ index.en.html index.fr.html index.de.html index.pl.html index.pt.html index.es.html index.ca.html index.it.html index.ja.html index.ru.html index.sk.html index.cs.html index.no.html index.sv.html index.el.html index.uk.html \ introduction.en.html introduction.fr.html introduction.de.html introduction.es.html introduction.ca.html introduction.pl.html introduction.pt.html introduction.it.html introduction.ja.html introduction.ru.html introduction.sk.html introduction.cs.html introduction.no.html introduction.sv.html introduction.el.html introduction.uk.html \ login.en.html login.fr.html login.de.html login.pl.html login.pt.html login.es.html login.ca.html login.it.html login.ja.html login.ru.html login.sk.html login.cs.html login.no.html login.sv.html login.el.html login.uk.html \ modification.en.html modification.fr.html modification.de.html modification.es.html modification.ca.html modification.pl.html modification.pt.html modification.it.html modification.ja.html modification.ru.html modification.sk.html modification.cs.html modification.no.html modification.sv.html modification.el.html modification.uk.html \ password.en.html password.fr.html password.de.html password.es.html password.ca.html password.pl.html password.pt.html password.it.html password.ja.html password.ru.html password.sk.html password.cs.html password.no.html password.sv.html password.el.html password.uk.html \ pending.en.html pending.fr.html pending.de.html pending.es.html pending.ca.html pending.pl.html pending.pt.html pending.it.html pending.ja.html pending.ru.html pending.sk.html pending.cs.html pending.no.html pending.sv.html pending.el.html pending.uk.html \ approvals.en.html approvals.fr.html approvals.de.html approvals.es.html approvals.ca.html approvals.pl.html approvals.pt.html approvals.it.html approvals.ja.html approvals.ru.html approvals.sk.html approvals.cs.html approvals.no.html approvals.sv.html approvals.el.html approvals.uk.html \ revised_version.en.html revised_version.fr.html revised_version.de.html revised_version.es.html revised_version.ca.html revised_version.pl.html revised_version.pt.html revised_version.it.html revised_version.ja.html revised_version.ru.html revised_version.sk.html revised_version.cs.html revised_version.no.html revised_version.sv.html revised_version.el.html revised_version.uk.html \ submission.en.html submission.fr.html submission.de.html submission.es.html submission.ca.html submission.pl.html submission.pt.html submission.it.html submission.ja.html submission.ru.html submission.sk.html submission.cs.html submission.no.html submission.sv.html submission.el.html submission.uk.html \ subnumber.en.html subnumber.fr.html subnumber.de.html subnumber.es.html subnumber.ca.html subnumber.pl.html subnumber.pt.html subnumber.it.html subnumber.ja.html subnumber.ru.html subnumber.sk.html subnumber.cs.html subnumber.no.html subnumber.sv.html subnumber.el.html subnumber.uk.html FILESWML = $(wildcard $(srcdir)/*.wml) EXTRA_DIST = $(FILESWML:$(srcdir)/%=%) CLEANFILES = $(doc_DATA) *~ *.tmp *.php LINGUAS = $(shell grep -v '^\#' $(top_srcdir)/po/LINGUAS) MO = $(LINGUAS:%=$(top_builddir)/po/%.gmo) %.en.html %.fr.html %.de.html %.es.html %.ca.html %.pl.html %.pt.html %.it.html %.ja.html %.ru.html %.sk.html %.cs.html %.no.html %.sv.html %.el.html %.uk.html: %.html.wml $(top_srcdir)/config/config.wml $(top_builddir)/config/configbis.wml $(MO) $(WML) -o\(ALL-LANG_*\)+LANG_EN:$*.en.html \ -o\(ALL-LANG_*\)+LANG_FR:$*.fr.html \ -o\(ALL-LANG_*\)+LANG_DE:$*.de.html \ -o\(ALL-LANG_*\)+LANG_ES:$*.es.html \ -o\(ALL-LANG_*\)+LANG_CA:$*.ca.html \ -o\(ALL-LANG_*\)+LANG_PL:$*.pl.html \ -o\(ALL-LANG_*\)+LANG_PT:$*.pt.html \ -o\(ALL-LANG_*\)+LANG_IT:$*.it.html \ -o\(ALL-LANG_*\)+LANG_JA:$*.ja.html \ -o\(ALL-LANG_*\)+LANG_RU:$*.ru.html \ -o\(ALL-LANG_*\)+LANG_SK:$*.sk.html \ -o\(ALL-LANG_*\)+LANG_CS:$*.cs.html \ -o\(ALL-LANG_*\)+LANG_NO:$*.no.html \ -o\(ALL-LANG_*\)+LANG_SV:$*.sv.html \ -o\(ALL-LANG_*\)+LANG_EL:$*.el.html \ -o\(ALL-LANG_*\)+LANG_UK:$*.uk.html $< for lang in $(LINGUAS); do \ - $(PYTHON) $(top_srcdir)/po/i18n_update_wml.py $${lang} "$*.$${lang}.html" ; \ + $(PYTHON) $(top_srcdir)/po/i18n_update_wml_target.py $${lang} "$*.$${lang}.html" ; \ done diff --git a/modules/websubmit/doc/admin/Makefile.am b/modules/websubmit/doc/admin/Makefile.am index e47422b2f..1e8b75a26 100644 --- a/modules/websubmit/doc/admin/Makefile.am +++ b/modules/websubmit/doc/admin/Makefile.am @@ -1,75 +1,75 @@ ## $Id$ ## This file is part of the CERN Document Server Software (CDSware). ## Copyright (C) 2002, 2003, 2004, 2005 CERN. ## ## The CDSware is free software; you can redistribute it and/or ## modify it under the terms of the GNU General Public License as ## published by the Free Software Foundation; either version 2 of the ## License, or (at your option) any later version. ## ## The CDSware is distributed in the hope that it will be useful, but ## WITHOUT ANY WARRANTY; without even the implied warranty of ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ## General Public License for more details. ## ## You should have received a copy of the GNU General Public License ## along with CDSware; if not, write to the Free Software Foundation, Inc., ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. docdir = $(WEBDIR)/admin/websubmit/guide doc_DATA=actionimplement.en.html actionimplement.fr.html actionimplement.de.html actionimplement.es.html actionimplement.ca.html actionimplement.pl.html actionimplement.pt.html actionimplement.it.html actionimplement.ja.html actionimplement.ru.html actionimplement.sk.html actionimplement.cs.html actionimplement.no.html actionimplement.sv.html actionimplement.el.html actionimplement.uk.html \ actionmodify.en.html actionmodify.fr.html actionmodify.de.html actionmodify.es.html actionmodify.ca.html actionmodify.pl.html actionmodify.pt.html actionmodify.it.html actionmodify.ja.html actionmodify.ru.html actionmodify.sk.html actionmodify.cs.html actionmodify.no.html actionmodify.sv.html actionmodify.el.html actionmodify.uk.html \ actionnew.en.html actionnew.fr.html actionnew.de.html actionnew.es.html actionnew.ca.html actionnew.pl.html actionnew.pt.html actionnew.it.html actionnew.ja.html actionnew.ru.html actionnew.sk.html actionnew.cs.html actionnew.no.html actionnew.sv.html actionnew.el.html actionnew.uk.html \ actionremove.en.html actionremove.fr.html actionremove.de.html actionremove.es.html actionremove.ca.html actionremove.pl.html actionremove.pt.html actionremove.it.html actionremove.ja.html actionremove.ru.html actionremove.sk.html actionremove.cs.html actionremove.no.html actionremove.sv.html actionremove.el.html actionremove.uk.html \ actions.en.html actions.fr.html actions.de.html actions.es.html actions.ca.html actions.pl.html actions.pt.html actions.it.html actions.ja.html actions.ru.html actions.sk.html actions.cs.html actions.no.html actions.sv.html actions.el.html actions.uk.html \ catalogues.en.html catalogues.fr.html catalogues.de.html catalogues.es.html catalogues.ca.html catalogues.pl.html catalogues.pt.html catalogues.it.html catalogues.ja.html catalogues.ru.html catalogues.sk.html catalogues.cs.html catalogues.no.html catalogues.sv.html catalogues.el.html catalogues.uk.html \ description.en.html description.fr.html description.de.html description.es.html description.ca.html description.pl.html description.pt.html description.it.html description.ja.html description.ru.html description.sk.html description.cs.html description.no.html description.sv.html description.el.html description.uk.html \ documentmodify.en.html documentmodify.fr.html documentmodify.de.html documentmodify.es.html documentmodify.ca.html documentmodify.pl.html documentmodify.pt.html documentmodify.it.html documentmodify.ja.html documentmodify.ru.html documentmodify.sk.html documentmodify.cs.html documentmodify.no.html documentmodify.sv.html documentmodify.el.html documentmodify.uk.html \ documentnew.en.html documentnew.fr.html documentnew.de.html documentnew.es.html documentnew.ca.html documentnew.pl.html documentnew.pt.html documentnew.it.html documentnew.ja.html documentnew.ru.html documentnew.sk.html documentnew.cs.html documentnew.no.html documentnew.sv.html documentnew.el.html documentnew.uk.html \ documentremove.en.html documentremove.fr.html documentremove.de.html documentremove.es.html documentremove.ca.html documentremove.pl.html documentremove.pt.html documentremove.it.html documentremove.ja.html documentremove.ru.html documentremove.sk.html documentremove.cs.html documentremove.no.html documentremove.sv.html documentremove.el.html documentremove.uk.html \ documents.en.html documents.fr.html documents.de.html documents.es.html documents.ca.html documents.pl.html documents.pt.html documents.it.html documents.ja.html documents.ru.html documents.sk.html documents.cs.html documents.no.html documents.sv.html documents.el.html documents.uk.html \ example.en.html example.fr.html example.de.html example.es.html example.ca.html example.pl.html example.pt.html example.it.html example.ja.html example.ru.html example.sk.html example.cs.html example.no.html example.sv.html example.el.html example.uk.html \ faq.en.html faq.fr.html faq.de.html faq.es.html faq.ca.html faq.pl.html faq.pt.html faq.it.html faq.ja.html faq.ru.html faq.sk.html faq.cs.html faq.no.html faq.sv.html faq.el.html faq.uk.html \ functiondelete.en.html functiondelete.fr.html functiondelete.de.html functiondelete.es.html functiondelete.ca.html functiondelete.pl.html functiondelete.pt.html functiondelete.it.html functiondelete.ja.html functiondelete.ru.html functiondelete.sk.html functiondelete.cs.html functiondelete.no.html functiondelete.sv.html functiondelete.el.html functiondelete.uk.html \ functionedit.en.html functionedit.fr.html functionedit.de.html functionedit.es.html functionedit.ca.html functionedit.pl.html functionedit.pt.html functionedit.it.html functionedit.ja.html functionedit.ru.html functionedit.sk.html functionedit.cs.html functionedit.no.html functionedit.sv.html functionedit.el.html functionedit.uk.html \ functiondescription.en.html functiondescription.fr.html functiondescription.de.html functiondescription.es.html functiondescription.ca.html functiondescription.pl.html functiondescription.pt.html functiondescription.it.html functiondescription.ja.html functiondescription.ru.html functiondescription.sk.html functiondescription.cs.html functiondescription.no.html functiondescription.sv.html functiondescription.el.html functiondescription.uk.html \ functionnew.en.html functionnew.fr.html functionnew.de.html functionnew.es.html functionnew.ca.html functionnew.pl.html functionnew.pt.html functionnew.it.html functionnew.ja.html functionnew.ru.html functionnew.sk.html functionnew.cs.html functionnew.no.html functionnew.sv.html functionnew.el.html functionnew.uk.html \ functions.en.html functions.fr.html functions.de.html functions.es.html functions.ca.html functions.pl.html functions.pt.html functions.it.html functions.ja.html functions.ru.html functions.sk.html functions.cs.html functions.no.html functions.sv.html functions.el.html functions.uk.html \ implementfunctions.en.html implementfunctions.fr.html implementfunctions.de.html implementfunctions.es.html implementfunctions.ca.html implementfunctions.pl.html implementfunctions.pt.html implementfunctions.it.html implementfunctions.ja.html implementfunctions.ru.html implementfunctions.sk.html implementfunctions.cs.html implementfunctions.no.html implementfunctions.sv.html implementfunctions.el.html implementfunctions.uk.html \ implementwebform.en.html implementwebform.fr.html implementwebform.de.html implementwebform.es.html implementwebform.ca.html implementwebform.pl.html implementwebform.pt.html implementwebform.it.html implementwebform.ja.html implementwebform.ru.html implementwebform.sk.html implementwebform.cs.html implementwebform.no.html implementwebform.sv.html implementwebform.el.html implementwebform.uk.html \ index.en.html index.fr.html index.de.html index.es.html index.ca.html index.pl.html index.pt.html index.it.html index.ja.html index.ru.html index.sk.html index.cs.html index.no.html index.sv.html index.el.html index.uk.html \ philosophy.en.html philosophy.fr.html philosophy.de.html philosophy.es.html philosophy.ca.html philosophy.pl.html philosophy.pt.html philosophy.it.html philosophy.ja.html philosophy.ru.html philosophy.sk.html philosophy.cs.html philosophy.no.html philosophy.sv.html philosophy.el.html philosophy.uk.html \ protection.en.html protection.fr.html protection.de.html protection.es.html protection.ca.html protection.pl.html protection.pt.html protection.it.html protection.ja.html protection.ru.html protection.sk.html protection.cs.html protection.no.html protection.sv.html protection.el.html protection.uk.html \ bibconvert.en.html bibconvert.fr.html bibconvert.de.html bibconvert.es.html bibconvert.ca.html bibconvert.pl.html bibconvert.pt.html bibconvert.it.html bibconvert.ja.html bibconvert.ru.html bibconvert.sk.html bibconvert.cs.html bibconvert.no.html bibconvert.sv.html bibconvert.el.html bibconvert.uk.html \ introduction.en.html introduction.fr.html introduction.de.html introduction.es.html introduction.ca.html introduction.pl.html introduction.pt.html introduction.it.html introduction.ja.html introduction.ru.html introduction.sk.html introduction.cs.html introduction.no.html introduction.sv.html introduction.el.html introduction.uk.html FILESWML = $(wildcard $(srcdir)/*.wml) EXTRA_DIST = $(FILESWML:$(srcdir)/%=%) CLEANFILES = $(doc_DATA) *~ *.tmp *.php LINGUAS = $(shell grep -v '^\#' $(top_srcdir)/po/LINGUAS) MO = $(LINGUAS:%=$(top_builddir)/po/%.gmo) %.en.html %.fr.html %.de.html %.es.html %.ca.html %.pl.html %.pt.html %.it.html %.ja.html %.ru.html %.sk.html %.cs.html %.no.html %.sv.html %.el.html %.uk.html: %.html.wml $(top_srcdir)/config/config.wml $(top_builddir)/config/configbis.wml $(MO) \ $(top_srcdir)/config/cdsnavbar.wml $(WML) -o\(ALL-LANG_*\)+LANG_EN:$*.en.html \ -o\(ALL-LANG_*\)+LANG_FR:$*.fr.html \ -o\(ALL-LANG_*\)+LANG_DE:$*.de.html \ -o\(ALL-LANG_*\)+LANG_ES:$*.es.html \ -o\(ALL-LANG_*\)+LANG_CA:$*.ca.html \ -o\(ALL-LANG_*\)+LANG_PL:$*.pl.html \ -o\(ALL-LANG_*\)+LANG_PT:$*.pt.html \ -o\(ALL-LANG_*\)+LANG_IT:$*.it.html \ -o\(ALL-LANG_*\)+LANG_JA:$*.ja.html \ -o\(ALL-LANG_*\)+LANG_RU:$*.ru.html \ -o\(ALL-LANG_*\)+LANG_SK:$*.sk.html \ -o\(ALL-LANG_*\)+LANG_CS:$*.cs.html \ -o\(ALL-LANG_*\)+LANG_NO:$*.no.html \ -o\(ALL-LANG_*\)+LANG_SV:$*.sv.html \ -o\(ALL-LANG_*\)+LANG_EL:$*.el.html \ -o\(ALL-LANG_*\)+LANG_UK:$*.uk.html $< for lang in $(LINGUAS); do \ - $(PYTHON) $(top_srcdir)/po/i18n_update_wml.py $${lang} "$*.$${lang}.html" ; \ + $(PYTHON) $(top_srcdir)/po/i18n_update_wml_target.py $${lang} "$*.$${lang}.html" ; \ done diff --git a/modules/websubmit/web/admin/Makefile.am b/modules/websubmit/web/admin/Makefile.am index 0ee8d013b..c7aaa7df8 100644 --- a/modules/websubmit/web/admin/Makefile.am +++ b/modules/websubmit/web/admin/Makefile.am @@ -1,38 +1,38 @@ ## $Id$ ## This file is part of the CERN Document Server Software (CDSware). ## Copyright (C) 2002, 2003, 2004, 2005 CERN. ## ## The CDSware is free software; you can redistribute it and/or ## modify it under the terms of the GNU General Public License as ## published by the Free Software Foundation; either version 2 of the ## License, or (at your option) any later version. ## ## The CDSware is distributed in the hope that it will be useful, but ## WITHOUT ANY WARRANTY; without even the implied warranty of ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ## General Public License for more details. ## ## You should have received a copy of the GNU General Public License ## along with CDSware; if not, write to the Free Software Foundation, Inc., ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. webappdir = $(WEBDIR)/admin/websubmit FILESWML = $(wildcard $(srcdir)/*.wml) webapp_DATA = $(FILESWML:$(srcdir)/%.wml=%) referees.py EXTRA_DIST = $(FILESWML:$(srcdir)/%=%) referees.py CLEANFILES = $(FILESWML:$(srcdir)/%.wml=%) *~ *.tmp LINGUAS = $(shell grep -v '^\#' $(top_srcdir)/po/LINGUAS) MO = $(LINGUAS:%=$(top_builddir)/po/%.gmo) %.php: %.php.wml $(top_srcdir)/config/config.wml $(top_builddir)/config/configbis.wml \ $(MO) $(WML) -o\(ALL-LANG_*\)+LANG_EN:$@ $< for lang in en; do \ - $(PYTHON) $(top_srcdir)/po/i18n_update_wml.py $${lang} "$*.php" ; \ + $(PYTHON) $(top_srcdir)/po/i18n_update_wml_target.py $${lang} "$*.php" ; \ done diff --git a/po/Makefile.in.in b/po/Makefile.in.in index 853cc275c..a050b8b90 100644 --- a/po/Makefile.in.in +++ b/po/Makefile.in.in @@ -1,434 +1,434 @@ # Makefile for PO directory in any package using GNU gettext. # Copyright (C) 1995-1997, 2000-2005 by Ulrich Drepper # # This file can be copied and used freely without restrictions. It can # be used in projects which are not available under the GNU General Public # License but which still want to provide support for the GNU gettext # functionality. # Please note that the actual code of GNU gettext is covered by the GNU # General Public License and is *not* in the public domain. # # Origin: gettext-0.14.4 PACKAGE = @PACKAGE@ VERSION = @VERSION@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ SHELL = /bin/sh @SET_MAKE@ srcdir = @srcdir@ top_srcdir = @top_srcdir@ VPATH = @srcdir@ prefix = @prefix@ exec_prefix = @exec_prefix@ datadir = @datadir@ localedir = $(datadir)/locale gettextsrcdir = $(datadir)/gettext/po INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ MKINSTALLDIRS = @MKINSTALLDIRS@ mkinstalldirs = $(SHELL) $(MKINSTALLDIRS) GMSGFMT = @GMSGFMT@ MSGFMT = @MSGFMT@ XGETTEXT = @XGETTEXT@ MSGMERGE = msgmerge MSGMERGE_UPDATE = @MSGMERGE@ --update MSGINIT = msginit MSGCONV = msgconv MSGFILTER = msgfilter POFILES = @POFILES@ GMOFILES = @GMOFILES@ UPDATEPOFILES = @UPDATEPOFILES@ DUMMYPOFILES = @DUMMYPOFILES@ DISTFILES.common = Makefile.in.in remove-potcdate.sin \ $(DISTFILES.common.extra1) $(DISTFILES.common.extra2) $(DISTFILES.common.extra3) DISTFILES = $(DISTFILES.common) POTFILES.in \ $(POFILES) $(GMOFILES) \ $(DISTFILES.extra1) $(DISTFILES.extra2) $(DISTFILES.extra3) PYTHON = @PYTHON@ POTFILES = \ CATALOGS = @CATALOGS@ # Usually the message domain is the same as the package name. DOMAIN = $(PACKAGE) # These two variables depend on the location of this directory. subdir = po top_builddir = .. # These options get passed to xgettext. XGETTEXT_OPTIONS = --keyword=_ --keyword=N_ --language=python # This is the copyright holder that gets inserted into the header of the # $(DOMAIN).pot file. Set this to the copyright holder of the surrounding # package. (Note that the msgstr strings, extracted from the package's # sources, belong to the copyright holder of the package.) Translators are # expected to transfer the copyright for their translations to this person # or entity, or to disclaim their copyright. The empty string stands for # the public domain; in this case the translators are expected to disclaim # their copyright. COPYRIGHT_HOLDER = CERN # This is the email address or URL to which the translators shall report # bugs in the untranslated strings: # - Strings which are not entire sentences, see the maintainer guidelines # in the GNU gettext documentation, section 'Preparing Strings'. # - Strings which use unclear terms or require additional context to be # understood. # - Strings which make invalid assumptions about notation of date, time or # money. # - Pluralisation problems. # - Incorrect English spelling. # - Incorrect formatting. # It can be your email address, or a mailing list address where translators # can write to without being subscribed, or the URL of a web page through # which the translators can contact you. MSGID_BUGS_ADDRESS = # This is the list of locale categories, beyond LC_MESSAGES, for which the # message catalogs shall be used. It is usually empty. EXTRA_LOCALE_CATEGORIES = -DISTFILES.extra1 = i18n_extract_from_wml.py i18n_update_wml.py +DISTFILES.extra1 = i18n_extract_from_wml_source.py i18n_update_wml_target.py .SUFFIXES: .SUFFIXES: .po .gmo .mo .sed .sin .nop .po-create .po-update .po.mo: @echo "$(MSGFMT) -c -o $@ $<"; \ $(MSGFMT) -c -o t-$@ $< && mv t-$@ $@ .po.gmo: @lang=`echo $* | sed -e 's,.*/,,'`; \ test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \ echo "$${cdcmd}rm -f $${lang}.gmo && $(GMSGFMT) -c --statistics -o $${lang}.gmo $${lang}.po"; \ cd $(srcdir) && rm -f $${lang}.gmo && $(GMSGFMT) -c --statistics -o t-$${lang}.gmo $${lang}.po && mv t-$${lang}.gmo $${lang}.gmo .sin.sed: sed -e '/^#/d' $< > t-$@ mv t-$@ $@ all: all-@USE_NLS@ all-yes: stamp-po all-no: # $(srcdir)/$(DOMAIN).pot is only created when needed. When xgettext finds no # internationalized messages, no $(srcdir)/$(DOMAIN).pot is created (because # we don't want to bother translators with empty POT files). We assume that # LINGUAS is empty in this case, i.e. $(POFILES) and $(GMOFILES) are empty. # In this case, stamp-po is a nop (i.e. a phony target). # stamp-po is a timestamp denoting the last time at which the CATALOGS have # been loosely updated. Its purpose is that when a developer or translator # checks out the package via CVS, and the $(DOMAIN).pot file is not in CVS, # "make" will update the $(DOMAIN).pot and the $(CATALOGS), but subsequent # invocations of "make" will do nothing. This timestamp would not be necessary # if updating the $(CATALOGS) would always touch them; however, the rule for # $(POFILES) has been designed to not touch files that don't need to be # changed. stamp-po: $(srcdir)/$(DOMAIN).pot test ! -f $(srcdir)/$(DOMAIN).pot || \ test -z "$(GMOFILES)" || $(MAKE) $(GMOFILES) @test ! -f $(srcdir)/$(DOMAIN).pot || { \ echo "touch stamp-po" && \ echo timestamp > stamp-poT && \ mv stamp-poT stamp-po; \ } # Note: Target 'all' must not depend on target '$(DOMAIN).pot-update', # otherwise packages like GCC can not be built if only parts of the source # have been downloaded. # This target rebuilds $(DOMAIN).pot; it is an expensive operation. # Note that $(DOMAIN).pot is not touched if it doesn't need to be changed. $(DOMAIN).pot-update: $(POTFILES) $(srcdir)/POTFILES.in remove-potcdate.sed grep '\.wml$$' $(srcdir)/POTFILES.in > POTFILES-wml grep -v '\.wml$$' $(srcdir)/POTFILES.in > POTFILES-py - $(PYTHON) $(srcdir)/i18n_extract_from_wml.py $(top_srcdir) POTFILES-wml > cdsware.po + $(PYTHON) $(srcdir)/i18n_extract_from_wml_source.py $(top_srcdir) POTFILES-wml > cdsware.po if test -n '$(MSGID_BUGS_ADDRESS)' || test '$(PACKAGE_BUGREPORT)' = '@'PACKAGE_BUGREPORT'@'; then \ msgid_bugs_address='$(MSGID_BUGS_ADDRESS)'; \ else \ msgid_bugs_address='$(PACKAGE_BUGREPORT)'; \ fi; \ $(XGETTEXT) --default-domain=$(DOMAIN) --directory=$(top_srcdir) \ --add-comments=TRANSLATORS: $(XGETTEXT_OPTIONS) \ --files-from=POTFILES-py \ --join-existing \ --copyright-holder='$(COPYRIGHT_HOLDER)' \ --msgid-bugs-address="$$msgid_bugs_address" test ! -f $(DOMAIN).po || { \ if test -f $(srcdir)/$(DOMAIN).pot; then \ sed -f remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > $(DOMAIN).1po && \ sed -f remove-potcdate.sed < $(DOMAIN).po > $(DOMAIN).2po && \ if cmp $(DOMAIN).1po $(DOMAIN).2po >/dev/null 2>&1; then \ rm -f $(DOMAIN).1po $(DOMAIN).2po $(DOMAIN).po; \ else \ rm -f $(DOMAIN).1po $(DOMAIN).2po $(srcdir)/$(DOMAIN).pot && \ mv $(DOMAIN).po $(srcdir)/$(DOMAIN).pot; \ fi; \ else \ mv $(DOMAIN).po $(srcdir)/$(DOMAIN).pot; \ fi; \ } # This rule has no dependencies: we don't need to update $(DOMAIN).pot at # every "make" invocation, only create it when it is missing. # Only "make $(DOMAIN).pot-update" or "make dist" will force an update. $(srcdir)/$(DOMAIN).pot: $(MAKE) $(DOMAIN).pot-update # This target rebuilds a PO file if $(DOMAIN).pot has changed. # Note that a PO file is not touched if it doesn't need to be changed. $(POFILES): $(srcdir)/$(DOMAIN).pot @lang=`echo $@ | sed -e 's,.*/,,' -e 's/\.po$$//'`; \ if test -f "$(srcdir)/$${lang}.po"; then \ test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \ echo "$${cdcmd}$(MSGMERGE_UPDATE) $${lang}.po $(DOMAIN).pot"; \ cd $(srcdir) && $(MSGMERGE_UPDATE) $${lang}.po $(DOMAIN).pot; \ else \ $(MAKE) $${lang}.po-create; \ fi install: install-exec install-data install-exec: install-data: install-data-@USE_NLS@ if test "$(PACKAGE)" = "gettext-tools"; then \ $(mkinstalldirs) $(DESTDIR)$(gettextsrcdir); \ for file in $(DISTFILES.common) Makevars.template; do \ $(INSTALL_DATA) $(srcdir)/$$file \ $(DESTDIR)$(gettextsrcdir)/$$file; \ done; \ for file in Makevars; do \ rm -f $(DESTDIR)$(gettextsrcdir)/$$file; \ done; \ else \ : ; \ fi install-data-no: all install-data-yes: all $(mkinstalldirs) $(DESTDIR)$(datadir) @catalogs='$(CATALOGS)'; \ for cat in $$catalogs; do \ cat=`basename $$cat`; \ lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \ dir=$(localedir)/$$lang/LC_MESSAGES; \ $(mkinstalldirs) $(DESTDIR)$$dir; \ if test -r $$cat; then realcat=$$cat; else realcat=$(srcdir)/$$cat; fi; \ $(INSTALL_DATA) $$realcat $(DESTDIR)$$dir/$(DOMAIN).mo; \ echo "installing $$realcat as $(DESTDIR)$$dir/$(DOMAIN).mo"; \ for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \ if test -n "$$lc"; then \ if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \ link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \ mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \ mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \ (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \ for file in *; do \ if test -f $$file; then \ ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \ fi; \ done); \ rm -f $(DESTDIR)$(localedir)/$$lang/$$lc.old; \ else \ if test -d $(DESTDIR)$(localedir)/$$lang/$$lc; then \ :; \ else \ rm -f $(DESTDIR)$(localedir)/$$lang/$$lc; \ mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \ fi; \ fi; \ rm -f $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \ ln -s ../LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo 2>/dev/null || \ ln $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo 2>/dev/null || \ cp -p $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \ echo "installing $$realcat link as $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo"; \ fi; \ done; \ done install-strip: install installdirs: installdirs-exec installdirs-data installdirs-exec: installdirs-data: installdirs-data-@USE_NLS@ if test "$(PACKAGE)" = "gettext-tools"; then \ $(mkinstalldirs) $(DESTDIR)$(gettextsrcdir); \ else \ : ; \ fi installdirs-data-no: installdirs-data-yes: $(mkinstalldirs) $(DESTDIR)$(datadir) @catalogs='$(CATALOGS)'; \ for cat in $$catalogs; do \ cat=`basename $$cat`; \ lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \ dir=$(localedir)/$$lang/LC_MESSAGES; \ $(mkinstalldirs) $(DESTDIR)$$dir; \ for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \ if test -n "$$lc"; then \ if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \ link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \ mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \ mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \ (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \ for file in *; do \ if test -f $$file; then \ ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \ fi; \ done); \ rm -f $(DESTDIR)$(localedir)/$$lang/$$lc.old; \ else \ if test -d $(DESTDIR)$(localedir)/$$lang/$$lc; then \ :; \ else \ rm -f $(DESTDIR)$(localedir)/$$lang/$$lc; \ mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \ fi; \ fi; \ fi; \ done; \ done # Define this as empty until I found a useful application. installcheck: uninstall: uninstall-exec uninstall-data uninstall-exec: uninstall-data: uninstall-data-@USE_NLS@ if test "$(PACKAGE)" = "gettext-tools"; then \ for file in $(DISTFILES.common) Makevars.template; do \ rm -f $(DESTDIR)$(gettextsrcdir)/$$file; \ done; \ else \ : ; \ fi uninstall-data-no: uninstall-data-yes: catalogs='$(CATALOGS)'; \ for cat in $$catalogs; do \ cat=`basename $$cat`; \ lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \ for lc in LC_MESSAGES $(EXTRA_LOCALE_CATEGORIES); do \ rm -f $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \ done; \ done check: all info dvi ps pdf html tags TAGS ctags CTAGS ID: mostlyclean: rm -f remove-potcdate.sed rm -f stamp-poT rm -f core core.* $(DOMAIN).po $(DOMAIN).1po $(DOMAIN).2po *.new.po rm -fr *.o clean: mostlyclean distclean: clean rm -f Makefile Makefile.in POTFILES *.mo maintainer-clean: distclean @echo "This command is intended for maintainers to use;" @echo "it deletes files that may require special tools to rebuild." rm -f stamp-po $(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: stamp-po $(DISTFILES) dists="$(DISTFILES)"; \ if test "$(PACKAGE)" = "gettext-tools"; then \ dists="$$dists Makevars.template"; \ fi; \ if test -f $(srcdir)/$(DOMAIN).pot; then \ dists="$$dists $(DOMAIN).pot stamp-po"; \ fi; \ if test -f $(srcdir)/ChangeLog; then \ dists="$$dists ChangeLog"; \ fi; \ for i in 0 1 2 3 4 5 6 7 8 9; do \ if test -f $(srcdir)/ChangeLog.$$i; then \ dists="$$dists ChangeLog.$$i"; \ fi; \ done; \ if test -f $(srcdir)/LINGUAS; then dists="$$dists LINGUAS"; fi; \ for file in $$dists; do \ if test -f $$file; then \ cp -p $$file $(distdir) || exit 1; \ else \ cp -p $(srcdir)/$$file $(distdir) || exit 1; \ fi; \ done update-po: Makefile $(MAKE) $(DOMAIN).pot-update test -z "$(UPDATEPOFILES)" || $(MAKE) $(UPDATEPOFILES) $(MAKE) update-gmo # General rule for creating PO files. .nop.po-create: @lang=`echo $@ | sed -e 's/\.po-create$$//'`; \ echo "File $$lang.po does not exist. If you are a translator, you can create it through 'msginit'." 1>&2; \ exit 1 # General rule for updating PO files. .nop.po-update: @lang=`echo $@ | sed -e 's/\.po-update$$//'`; \ if test "$(PACKAGE)" = "gettext-tools"; then PATH=`pwd`/../src:$$PATH; fi; \ tmpdir=`pwd`; \ echo "$$lang:"; \ test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \ echo "$${cdcmd}$(MSGMERGE) $$lang.po $(DOMAIN).pot -o $$lang.new.po"; \ cd $(srcdir); \ if $(MSGMERGE) $$lang.po $(DOMAIN).pot -o $$tmpdir/$$lang.new.po; then \ if cmp $$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \ rm -f $$tmpdir/$$lang.new.po; \ else \ if mv -f $$tmpdir/$$lang.new.po $$lang.po; then \ :; \ else \ echo "msgmerge for $$lang.po failed: cannot move $$tmpdir/$$lang.new.po to $$lang.po" 1>&2; \ exit 1; \ fi; \ fi; \ else \ echo "msgmerge for $$lang.po failed!" 1>&2; \ rm -f $$tmpdir/$$lang.new.po; \ fi $(DUMMYPOFILES): update-gmo: Makefile $(GMOFILES) @: Makefile: Makefile.in.in $(top_builddir)/config.status @POMAKEFILEDEPS@ cd $(top_builddir) \ && CONFIG_FILES=$(subdir)/$@.in CONFIG_HEADERS= \ $(SHELL) ./config.status force: # Tell versions [3.59,3.63) of GNU make not to export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: