diff --git a/modules/webhelp/web/Makefile.am b/modules/webhelp/web/Makefile.am index 80ef945ec..05a976f5d 100644 --- a/modules/webhelp/web/Makefile.am +++ b/modules/webhelp/web/Makefile.am @@ -1,68 +1,42 @@ ## $Id$ ## This file is part of the CERN Document Server Software (CDSware). ## Copyright (C) 2002 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.pt.html index.es.html index.it.html index.ru.html index.sk.html index.cz.html index.no.html +doc_DATA=index.en.html index.fr.html index.de.html index.pt.html index.es.html index.it.html index.ru.html index.sk.html index.cz.html index.no.html index.se.html EXTRA_DIST = $(wildcard *.wml) CLEANFILES = $(doc_DATA) *~ *.tmp -%.en.html: %.html.wml ../../../config/config.wml ../../../config/configbis.wml \ - ../../../config/messages.wml - $(WML) -o\(ALL-LANG_*\)+LANG_EN:$@ $< - -%.fr.html: %.html.wml ../../../config/config.wml ../../../config/configbis.wml \ - ../../../config/messages.wml - $(WML) -o\(ALL-LANG_*\)+LANG_FR:$@ $< - -%.de.html: %.html.wml ../../../config/config.wml ../../../config/configbis.wml \ - ../../../config/messages.wml - $(WML) -o\(ALL-LANG_*\)+LANG_DE:$@ $< - -%.es.html: %.html.wml ../../../config/config.wml ../../../config/configbis.wml \ - ../../../config/messages.wml - $(WML) -o\(ALL-LANG_*\)+LANG_ES:$@ $< - -%.pt.html: %.html.wml ../../../config/config.wml ../../../config/configbis.wml \ - ../../../config/messages.wml - $(WML) -o\(ALL-LANG_*\)+LANG_PT:$@ $< - -%.it.html: %.html.wml ../../../config/config.wml ../../../config/configbis.wml \ - ../../../config/messages.wml - $(WML) -o\(ALL-LANG_*\)+LANG_IT:$@ $< - -%.ru.html: %.html.wml ../../../config/config.wml ../../../config/configbis.wml \ - ../../../config/messages.wml - $(WML) -o\(ALL-LANG_*\)+LANG_RU:$@ $< - -%.sk.html: %.html.wml ../../../config/config.wml ../../../config/configbis.wml \ - ../../../config/messages.wml - $(WML) -o\(ALL-LANG_*\)+LANG_SK:$@ $< - -%.cz.html: %.html.wml ../../../config/config.wml ../../../config/configbis.wml \ - ../../../config/messages.wml - $(WML) -o\(ALL-LANG_*\)+LANG_CZ:$@ $< - -%.no.html: %.html.wml ../../../config/config.wml ../../../config/configbis.wml \ - ../../../config/messages.wml - $(WML) -o\(ALL-LANG_*\)+LANG_NO:$@ $< \ No newline at end of file +%.en.html %.fr.html %.de.html %.es.html %.pt.html %.it.html %.ru.html %.sk.html %.cz.html %.no.html %.se.html: %.html.wml ../../../config/config.wml ../../../config/configbis.wml \ + ../../../config/messages.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_PT:$*.pt.html \ + -o\(ALL-LANG_*\)+LANG_IT:$*.it.html \ + -o\(ALL-LANG_*\)+LANG_RU:$*.ru.html \ + -o\(ALL-LANG_*\)+LANG_SK:$*.sk.html \ + -o\(ALL-LANG_*\)+LANG_CZ:$*.cz.html \ + -o\(ALL-LANG_*\)+LANG_NO:$*.no.html \ + -o\(ALL-LANG_*\)+LANG_SE:$*.se.html $< diff --git a/modules/webhelp/web/admin/Makefile.am b/modules/webhelp/web/admin/Makefile.am index cc477c29a..007700fd5 100644 --- a/modules/webhelp/web/admin/Makefile.am +++ b/modules/webhelp/web/admin/Makefile.am @@ -1,68 +1,42 @@ ## $Id$ ## This file is part of the CERN Document Server Software (CDSware). ## Copyright (C) 2002 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.pt.html index.it.html index.ru.html index.sk.html index.cz.html index.no.html +doc_DATA=index.en.html index.fr.html index.de.html index.es.html index.pt.html index.it.html index.ru.html index.sk.html index.cz.html index.no.html index.se.html EXTRA_DIST = $(wildcard *.wml) CLEANFILES = $(doc_DATA) *~ *.tmp -%.en.html: %.html.wml ../../../../config/config.wml ../../../../config/configbis.wml \ - ../../../../config/messages.wml - $(WML) -o\(ALL-LANG_*\)+LANG_EN:$@ $< - -%.fr.html: %.html.wml ../../../../config/config.wml ../../../../config/configbis.wml \ - ../../../../config/messages.wml - $(WML) -o\(ALL-LANG_*\)+LANG_FR:$@ $< - -%.de.html: %.html.wml ../../../../config/config.wml ../../../../config/configbis.wml \ - ../../../../config/messages.wml - $(WML) -o\(ALL-LANG_*\)+LANG_DE:$@ $< - -%.es.html: %.html.wml ../../../../config/config.wml ../../../../config/configbis.wml \ - ../../../../config/messages.wml - $(WML) -o\(ALL-LANG_*\)+LANG_ES:$@ $< - -%.pt.html: %.html.wml ../../../../config/config.wml ../../../../config/configbis.wml \ - ../../../../config/messages.wml - $(WML) -o\(ALL-LANG_*\)+LANG_PT:$@ $< - -%.it.html: %.html.wml ../../../../config/config.wml ../../../../config/configbis.wml \ - ../../../../config/messages.wml - $(WML) -o\(ALL-LANG_*\)+LANG_IT:$@ $< - -%.ru.html: %.html.wml ../../../../config/config.wml ../../../../config/configbis.wml \ - ../../../../config/messages.wml - $(WML) -o\(ALL-LANG_*\)+LANG_RU:$@ $< - -%.sk.html: %.html.wml ../../../../config/config.wml ../../../../config/configbis.wml \ - ../../../../config/messages.wml - $(WML) -o\(ALL-LANG_*\)+LANG_SK:$@ $< - -%.cz.html: %.html.wml ../../../../config/config.wml ../../../../config/configbis.wml \ - ../../../../config/messages.wml - $(WML) -o\(ALL-LANG_*\)+LANG_CZ:$@ $< - -%.no.html: %.html.wml ../../../../config/config.wml ../../../../config/configbis.wml \ - ../../../../config/messages.wml - $(WML) -o\(ALL-LANG_*\)+LANG_NO:$@ $< \ No newline at end of file +%.en.html %.fr.html %.de.html %.es.html %.pt.html %.it.html %.ru.html %.sk.html %.cz.html %.no.html %.se.html: %.html.wml ../../../../config/config.wml ../../../../config/configbis.wml \ + ../../../../config/messages.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_PT:$*.pt.html \ + -o\(ALL-LANG_*\)+LANG_IT:$*.it.html \ + -o\(ALL-LANG_*\)+LANG_RU:$*.ru.html \ + -o\(ALL-LANG_*\)+LANG_SK:$*.sk.html \ + -o\(ALL-LANG_*\)+LANG_CZ:$*.cz.html \ + -o\(ALL-LANG_*\)+LANG_NO:$*.no.html \ + -o\(ALL-LANG_*\)+LANG_SE:$*.se.html $< diff --git a/modules/websearch/doc/Makefile.am b/modules/websearch/doc/Makefile.am index dd5ec12c7..f185b9b24 100644 --- a/modules/websearch/doc/Makefile.am +++ b/modules/websearch/doc/Makefile.am @@ -1,69 +1,43 @@ ## $Id$ ## This file is part of the CERN Document Server Software (CDSware). ## Copyright (C) 2002 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.pt.html index.it.html index.ru.html index.sk.html index.cz.html index.no.html \ - tips.en.html tips.fr.html tips.de.html tips.pt.html tips.es.html tips.it.html tips.ru.html tips.sk.html tips.cz.html tips.no.html +doc_DATA=index.en.html index.fr.html index.de.html index.es.html index.pt.html index.it.html index.ru.html index.sk.html index.cz.html index.no.html index.se.html \ + tips.en.html tips.fr.html tips.de.html tips.pt.html tips.es.html tips.it.html tips.ru.html tips.sk.html tips.cz.html tips.no.html tips.se.html EXTRA_DIST = $(wildcard *.wml) CLEANFILES = $(doc_DATA) *~ *.tmp -%.en.html: %.html.wml ../../../config/config.wml ../../../config/configbis.wml \ - ../../../config/messages.wml - $(WML) -o\(ALL-LANG_*\)+LANG_EN:$@ $< - -%.fr.html: %.html.wml ../../../config/config.wml ../../../config/configbis.wml \ - ../../../config/messages.wml - $(WML) -o\(ALL-LANG_*\)+LANG_FR:$@ $< - -%.de.html: %.html.wml ../../../config/config.wml ../../../config/configbis.wml \ - ../../../config/messages.wml - $(WML) -o\(ALL-LANG_*\)+LANG_DE:$@ $< - -%.es.html: %.html.wml ../../../config/config.wml ../../../config/configbis.wml \ - ../../../config/messages.wml - $(WML) -o\(ALL-LANG_*\)+LANG_ES:$@ $< - -%.pt.html: %.html.wml ../../../config/config.wml ../../../config/configbis.wml \ - ../../../config/messages.wml - $(WML) -o\(ALL-LANG_*\)+LANG_PT:$@ $< - -%.it.html: %.html.wml ../../../config/config.wml ../../../config/configbis.wml \ - ../../../config/messages.wml - $(WML) -o\(ALL-LANG_*\)+LANG_IT:$@ $< - -%.ru.html: %.html.wml ../../../config/config.wml ../../../config/configbis.wml \ - ../../../config/messages.wml - $(WML) -o\(ALL-LANG_*\)+LANG_RU:$@ $< - -%.sk.html: %.html.wml ../../../config/config.wml ../../../config/configbis.wml \ - ../../../config/messages.wml - $(WML) -o\(ALL-LANG_*\)+LANG_SK:$@ $< - -%.cz.html: %.html.wml ../../../config/config.wml ../../../config/configbis.wml \ - ../../../config/messages.wml - $(WML) -o\(ALL-LANG_*\)+LANG_CZ:$@ $< - -%.no.html: %.html.wml ../../../config/config.wml ../../../config/configbis.wml \ - ../../../config/messages.wml - $(WML) -o\(ALL-LANG_*\)+LANG_NO:$@ $< \ No newline at end of file +%.en.html %.fr.html %.de.html %.es.html %.pt.html %.it.html %.ru.html %.sk.html %.cz.html %.no.html %.se.html: %.html.wml ../../../config/config.wml ../../../config/configbis.wml \ + ../../../config/messages.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_PT:$*.pt.html \ + -o\(ALL-LANG_*\)+LANG_IT:$*.it.html \ + -o\(ALL-LANG_*\)+LANG_RU:$*.ru.html \ + -o\(ALL-LANG_*\)+LANG_SK:$*.sk.html \ + -o\(ALL-LANG_*\)+LANG_CZ:$*.cz.html \ + -o\(ALL-LANG_*\)+LANG_NO:$*.no.html \ + -o\(ALL-LANG_*\)+LANG_SE:$*.se.html $< diff --git a/modules/websubmit/doc/Makefile.am b/modules/websubmit/doc/Makefile.am index 2a0bb9815..1ddf0d1f8 100644 --- a/modules/websubmit/doc/Makefile.am +++ b/modules/websubmit/doc/Makefile.am @@ -1,83 +1,57 @@ ## $Id$ ## This file is part of the CERN Document Server Software (CDSware). ## Copyright (C) 2002 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 docdir = $(WEBDIR)/help/submit -doc_DATA=access.en.html access.fr.html access.de.html access.es.html access.pt.html access.it.html access.ru.html access.sk.html access.cz.html access.no.html \ - actions.en.html actions.fr.html actions.de.html actions.es.html actions.pt.html actions.it.html actions.ru.html actions.sk.html actions.cz.html actions.no.html \ - approval.en.html approval.fr.html approval.de.html approval.pt.html approval.es.html approval.it.html approval.ru.html approval.sk.html approval.cz.html approval.no.html \ - bibliographic_fields.en.html bibliographic_fields.fr.html bibliographic_fields.de.html bibliographic_fields.es.html bibliographic_fields.pt.html bibliographic_fields.it.html bibliographic_fields.ru.html bibliographic_fields.sk.html bibliographic_fields.cz.html bibliographic_fields.no.html \ - description.en.html description.fr.html description.de.html description.pt.html description.es.html description.it.html description.ru.html description.sk.html description.cz.html description.no.html \ - file_transfer.en.html file_transfer.fr.html file_transfer.de.html file_transfer.es.html file_transfer.pt.html file_transfer.it.html file_transfer.ru.html file_transfer.sk.html file_transfer.cz.html file_transfer.no.html \ - index.en.html index.fr.html index.de.html index.pt.html index.es.html index.it.html index.ru.html index.sk.html index.cz.html index.no.html \ - introduction.en.html introduction.fr.html introduction.de.html introduction.es.html introduction.pt.html introduction.it.html introduction.ru.html introduction.sk.html introduction.cz.html introduction.no.html \ - login.en.html login.fr.html login.de.html login.pt.html login.es.html login.it.html login.ru.html login.sk.html login.cz.html login.no.html \ - modification.en.html modification.fr.html modification.de.html modification.es.html modification.pt.html modification.it.html modification.ru.html modification.sk.html modification.cz.html modification.no.html \ - password.en.html password.fr.html password.de.html password.es.html password.pt.html password.it.html password.ru.html password.sk.html password.cz.html password.no.html \ - pending.en.html pending.fr.html pending.de.html pending.es.html pending.pt.html pending.it.html pending.ru.html pending.sk.html pending.cz.html pending.no.html \ - approvals.en.html approvals.fr.html approvals.de.html approvals.es.html approvals.pt.html approvals.it.html approvals.ru.html approvals.sk.html approvals.cz.html approvals.no.html \ - revised_version.en.html revised_version.fr.html revised_version.de.html revised_version.es.html revised_version.pt.html revised_version.it.html revised_version.ru.html revised_version.sk.html revised_version.cz.html revised_version.no.html \ - submission.en.html submission.fr.html submission.de.html submission.es.html submission.pt.html submission.it.html submission.ru.html submission.sk.html submission.cz.html submission.no.html \ - subnumber.en.html subnumber.fr.html subnumber.de.html subnumber.es.html subnumber.pt.html subnumber.it.html subnumber.ru.html subnumber.sk.html subnumber.cz.html subnumber.no.html +doc_DATA=access.en.html access.fr.html access.de.html access.es.html access.pt.html access.it.html access.ru.html access.sk.html access.cz.html access.no.html access.se.html \ + actions.en.html actions.fr.html actions.de.html actions.es.html actions.pt.html actions.it.html actions.ru.html actions.sk.html actions.cz.html actions.no.html actions.se.html \ + approval.en.html approval.fr.html approval.de.html approval.pt.html approval.es.html approval.it.html approval.ru.html approval.sk.html approval.cz.html approval.no.html approval.se.html \ + bibliographic_fields.en.html bibliographic_fields.fr.html bibliographic_fields.de.html bibliographic_fields.es.html bibliographic_fields.pt.html bibliographic_fields.it.html bibliographic_fields.ru.html bibliographic_fields.sk.html bibliographic_fields.cz.html bibliographic_fields.no.html bibliographic_fields.se.html \ + description.en.html description.fr.html description.de.html description.pt.html description.es.html description.it.html description.ru.html description.sk.html description.cz.html description.no.html description.se.html \ + file_transfer.en.html file_transfer.fr.html file_transfer.de.html file_transfer.es.html file_transfer.pt.html file_transfer.it.html file_transfer.ru.html file_transfer.sk.html file_transfer.cz.html file_transfer.no.html file_transfer.se.html \ + index.en.html index.fr.html index.de.html index.pt.html index.es.html index.it.html index.ru.html index.sk.html index.cz.html index.no.html index.se.html \ + introduction.en.html introduction.fr.html introduction.de.html introduction.es.html introduction.pt.html introduction.it.html introduction.ru.html introduction.sk.html introduction.cz.html introduction.no.html introduction.se.html \ + login.en.html login.fr.html login.de.html login.pt.html login.es.html login.it.html login.ru.html login.sk.html login.cz.html login.no.html login.se.html \ + modification.en.html modification.fr.html modification.de.html modification.es.html modification.pt.html modification.it.html modification.ru.html modification.sk.html modification.cz.html modification.no.html modification.se.html \ + password.en.html password.fr.html password.de.html password.es.html password.pt.html password.it.html password.ru.html password.sk.html password.cz.html password.no.html password.se.html \ + pending.en.html pending.fr.html pending.de.html pending.es.html pending.pt.html pending.it.html pending.ru.html pending.sk.html pending.cz.html pending.no.html pending.se.html \ + approvals.en.html approvals.fr.html approvals.de.html approvals.es.html approvals.pt.html approvals.it.html approvals.ru.html approvals.sk.html approvals.cz.html approvals.no.html approvals.se.html \ + revised_version.en.html revised_version.fr.html revised_version.de.html revised_version.es.html revised_version.pt.html revised_version.it.html revised_version.ru.html revised_version.sk.html revised_version.cz.html revised_version.no.html revised_version.se.html \ + submission.en.html submission.fr.html submission.de.html submission.es.html submission.pt.html submission.it.html submission.ru.html submission.sk.html submission.cz.html submission.no.html submission.se.html \ + subnumber.en.html subnumber.fr.html subnumber.de.html subnumber.es.html subnumber.pt.html subnumber.it.html subnumber.ru.html subnumber.sk.html subnumber.cz.html subnumber.no.html subnumber.se.html EXTRA_DIST = $(wildcard *.wml) CLEANFILES = $(doc_DATA) *~ *.tmp *.php -%.en.html: %.html.wml ../../../config/config.wml ../../../config/configbis.wml \ - ../../../config/messages.wml - $(WML) -o\(ALL-LANG_*\)+LANG_EN:$@ $< - -%.fr.html: %.html.wml ../../../config/config.wml ../../../config/configbis.wml \ - ../../../config/messages.wml - $(WML) -o\(ALL-LANG_*\)+LANG_FR:$@ $< - -%.de.html: %.html.wml ../../../config/config.wml ../../../config/configbis.wml \ - ../../../config/messages.wml - $(WML) -o\(ALL-LANG_*\)+LANG_DE:$@ $< - -%.es.html: %.html.wml ../../../config/config.wml ../../../config/configbis.wml \ - ../../../config/messages.wml - $(WML) -o\(ALL-LANG_*\)+LANG_ES:$@ $< - -%.pt.html: %.html.wml ../../../config/config.wml ../../../config/configbis.wml \ - ../../../config/messages.wml - $(WML) -o\(ALL-LANG_*\)+LANG_PT:$@ $< - -%.it.html: %.html.wml ../../../config/config.wml ../../../config/configbis.wml \ - ../../../config/messages.wml - $(WML) -o\(ALL-LANG_*\)+LANG_IT:$@ $< - -%.ru.html: %.html.wml ../../../config/config.wml ../../../config/configbis.wml \ - ../../../config/messages.wml - $(WML) -o\(ALL-LANG_*\)+LANG_RU:$@ $< - -%.sk.html: %.html.wml ../../../config/config.wml ../../../config/configbis.wml \ - ../../../config/messages.wml - $(WML) -o\(ALL-LANG_*\)+LANG_SK:$@ $< - -%.cz.html: %.html.wml ../../../config/config.wml ../../../config/configbis.wml \ - ../../../config/messages.wml - $(WML) -o\(ALL-LANG_*\)+LANG_CZ:$@ $< - -%.no.html: %.html.wml ../../../config/config.wml ../../../config/configbis.wml \ - ../../../config/messages.wml - $(WML) -o\(ALL-LANG_*\)+LANG_NO:$@ $< \ No newline at end of file +%.en.html %.fr.html %.de.html %.es.html %.pt.html %.it.html %.ru.html %.sk.html %.cz.html %.no.html %.se.html: %.html.wml ../../../config/config.wml ../../../config/configbis.wml \ + ../../../config/messages.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_PT:$*.pt.html \ + -o\(ALL-LANG_*\)+LANG_IT:$*.it.html \ + -o\(ALL-LANG_*\)+LANG_RU:$*.ru.html \ + -o\(ALL-LANG_*\)+LANG_SK:$*.sk.html \ + -o\(ALL-LANG_*\)+LANG_CZ:$*.cz.html \ + -o\(ALL-LANG_*\)+LANG_NO:$*.no.html \ + -o\(ALL-LANG_*\)+LANG_SE:$*.se.html $< diff --git a/modules/websubmit/doc/admin/Makefile.am b/modules/websubmit/doc/admin/Makefile.am index d5771f3ee..b8160ce07 100644 --- a/modules/websubmit/doc/admin/Makefile.am +++ b/modules/websubmit/doc/admin/Makefile.am @@ -1,87 +1,62 @@ ## $Id$ ## This file is part of the CERN Document Server Software (CDSware). ## Copyright (C) 2002 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.pt.html actionimplement.it.html actionimplement.ru.html actionimplement.sk.html actionimplement.cz.html actionimplement.no.html \ - actionmodify.en.html actionmodify.fr.html actionmodify.de.html actionmodify.es.html actionmodify.pt.html actionmodify.it.html actionmodify.ru.html actionmodify.sk.html actionmodify.cz.html actionmodify.no.html \ - actionnew.en.html actionnew.fr.html actionnew.de.html actionnew.es.html actionnew.pt.html actionnew.it.html actionnew.ru.html actionnew.sk.html actionnew.cz.html actionnew.no.html \ - actionremove.en.html actionremove.fr.html actionremove.de.html actionremove.es.html actionremove.pt.html actionremove.it.html actionremove.ru.html actionremove.sk.html actionremove.cz.html actionremove.no.html \ +doc_DATA=actionimplement.en.html actionimplement.fr.html actionimplement.de.html actionimplement.es.html actionimplement.pt.html actionimplement.it.html actionimplement.ru.html actionimplement.sk.html actionimplement.cz.html actionimplement.no.html actionimplement.se.html \ + actionmodify.en.html actionmodify.fr.html actionmodify.de.html actionmodify.es.html actionmodify.pt.html actionmodify.it.html actionmodify.ru.html actionmodify.sk.html actionmodify.cz.html actionmodify.no.html actionmodify.se.html \ + actionnew.en.html actionnew.fr.html actionnew.de.html actionnew.es.html actionnew.pt.html actionnew.it.html actionnew.ru.html actionnew.sk.html actionnew.cz.html actionnew.no.html actionnew.se.html \ + actionremove.en.html actionremove.fr.html actionremove.de.html actionremove.es.html actionremove.pt.html actionremove.it.html actionremove.ru.html actionremove.sk.html actionremove.cz.html actionremove.no.html actionremove.se.html \ actions.en.html actions.fr.html actions.de.html actions.es.html actions.pt.html actions.it.html actions.ru.html actions.sk.html actions.cz.html actions.no.html \ - catalogues.en.html catalogues.fr.html catalogues.de.html catalogues.es.html catalogues.pt.html catalogues.it.html catalogues.ru.html catalogues.sk.html catalogues.cz.html catalogues.no.html \ - description.en.html description.fr.html description.de.html description.es.html description.pt.html description.it.html description.ru.html description.sk.html description.cz.html description.no.html \ - documentmodify.en.html documentmodify.fr.html documentmodify.de.html documentmodify.es.html documentmodify.pt.html documentmodify.it.html documentmodify.ru.html documentmodify.sk.html documentmodify.cz.html documentmodify.no.html \ - documentnew.en.html documentnew.fr.html documentnew.de.html documentnew.es.html documentnew.pt.html documentnew.it.html documentnew.ru.html documentnew.sk.html documentnew.cz.html documentnew.no.html \ - documentremove.en.html documentremove.fr.html documentremove.de.html documentremove.es.html documentremove.pt.html documentremove.it.html documentremove.ru.html documentremove.sk.html documentremove.cz.html documentremove.no.html \ - documents.en.html documents.fr.html documents.de.html documents.es.html documents.pt.html documents.it.html documents.ru.html documents.sk.html documents.cz.html documents.no.html \ - example.en.html example.fr.html example.de.html example.es.html example.pt.html example.it.html example.ru.html example.sk.html example.cz.html example.no.html \ - faq.en.html faq.fr.html faq.de.html faq.es.html faq.pt.html faq.it.html faq.ru.html faq.sk.html faq.cz.html faq.no.html \ - functiondelete.en.html functiondelete.fr.html functiondelete.de.html functiondelete.es.html functiondelete.pt.html functiondelete.it.html functiondelete.ru.html functiondelete.sk.html functiondelete.cz.html functiondelete.no.html \ - functionedit.en.html functionedit.fr.html functionedit.de.html functionedit.es.html functionedit.pt.html functionedit.it.html functionedit.ru.html functionedit.sk.html functionedit.cz.html functionedit.no.html \ - functiondescription.en.html functiondescription.fr.html functiondescription.de.html functiondescription.es.html functiondescription.pt.html functiondescription.it.html functiondescription.ru.html functiondescription.sk.html functiondescription.cz.html functiondescription.no.html \ - functionnew.en.html functionnew.fr.html functionnew.de.html functionnew.es.html functionnew.pt.html functionnew.it.html functionnew.ru.html functionnew.sk.html functionnew.cz.html functionnew.no.html \ - functions.en.html functions.fr.html functions.de.html functions.es.html functions.pt.html functions.it.html functions.ru.html functions.sk.html functions.cz.html functions.no.html \ - implementfunctions.en.html implementfunctions.fr.html implementfunctions.de.html implementfunctions.es.html implementfunctions.pt.html implementfunctions.it.html implementfunctions.ru.html implementfunctions.sk.html implementfunctions.cz.html implementfunctions.no.html \ - implementwebform.en.html implementwebform.fr.html implementwebform.de.html implementwebform.es.html implementwebform.pt.html implementwebform.it.html implementwebform.ru.html implementwebform.sk.html implementwebform.cz.html implementwebform.no.html \ - index.en.html index.fr.html index.de.html index.es.html index.pt.html index.it.html index.ru.html index.sk.html index.cz.html index.no.html \ - protection.en.html protection.fr.html protection.de.html protection.es.html protection.pt.html protection.it.html protection.ru.html protection.sk.html protection.cz.html protection.no.html \ - bibconvert.en.html bibconvert.fr.html bibconvert.de.html bibconvert.es.html bibconvert.pt.html bibconvert.it.html bibconvert.ru.html bibconvert.sk.html bibconvert.cz.html bibconvert.no.html \ - introduction.en.html introduction.fr.html introduction.de.html introduction.es.html introduction.pt.html introduction.it.html introduction.ru.html introduction.sk.html introduction.cz.html introduction.no.html + catalogues.en.html catalogues.fr.html catalogues.de.html catalogues.es.html catalogues.pt.html catalogues.it.html catalogues.ru.html catalogues.sk.html catalogues.cz.html catalogues.no.html catalogues.se.html \ + description.en.html description.fr.html description.de.html description.es.html description.pt.html description.it.html description.ru.html description.sk.html description.cz.html description.no.html description.se.html \ + documentmodify.en.html documentmodify.fr.html documentmodify.de.html documentmodify.es.html documentmodify.pt.html documentmodify.it.html documentmodify.ru.html documentmodify.sk.html documentmodify.cz.html documentmodify.no.html documentmodify.se.html \ + documentnew.en.html documentnew.fr.html documentnew.de.html documentnew.es.html documentnew.pt.html documentnew.it.html documentnew.ru.html documentnew.sk.html documentnew.cz.html documentnew.no.html documentnew.se.html \ + documentremove.en.html documentremove.fr.html documentremove.de.html documentremove.es.html documentremove.pt.html documentremove.it.html documentremove.ru.html documentremove.sk.html documentremove.cz.html documentremove.no.html documentremove.se.html \ + documents.en.html documents.fr.html documents.de.html documents.es.html documents.pt.html documents.it.html documents.ru.html documents.sk.html documents.cz.html documents.no.html documents.se.html \ + example.en.html example.fr.html example.de.html example.es.html example.pt.html example.it.html example.ru.html example.sk.html example.cz.html example.no.html example.se.html \ + faq.en.html faq.fr.html faq.de.html faq.es.html faq.pt.html faq.it.html faq.ru.html faq.sk.html faq.cz.html faq.no.html faq.se.html \ + functiondelete.en.html functiondelete.fr.html functiondelete.de.html functiondelete.es.html functiondelete.pt.html functiondelete.it.html functiondelete.ru.html functiondelete.sk.html functiondelete.cz.html functiondelete.no.html functiondelete.se.html \ + functionedit.en.html functionedit.fr.html functionedit.de.html functionedit.es.html functionedit.pt.html functionedit.it.html functionedit.ru.html functionedit.sk.html functionedit.cz.html functionedit.no.html functionedit.se.html \ + functiondescription.en.html functiondescription.fr.html functiondescription.de.html functiondescription.es.html functiondescription.pt.html functiondescription.it.html functiondescription.ru.html functiondescription.sk.html functiondescription.cz.html functiondescription.no.html functiondescription.se.html \ + functionnew.en.html functionnew.fr.html functionnew.de.html functionnew.es.html functionnew.pt.html functionnew.it.html functionnew.ru.html functionnew.sk.html functionnew.cz.html functionnew.no.html functionnew.se.html \ + functions.en.html functions.fr.html functions.de.html functions.es.html functions.pt.html functions.it.html functions.ru.html functions.sk.html functions.cz.html functions.no.html functions.se.html \ + implementfunctions.en.html implementfunctions.fr.html implementfunctions.de.html implementfunctions.es.html implementfunctions.pt.html implementfunctions.it.html implementfunctions.ru.html implementfunctions.sk.html implementfunctions.cz.html implementfunctions.no.html implementfunctions.se.html \ + implementwebform.en.html implementwebform.fr.html implementwebform.de.html implementwebform.es.html implementwebform.pt.html implementwebform.it.html implementwebform.ru.html implementwebform.sk.html implementwebform.cz.html implementwebform.no.html implementwebform.se.html \ + index.en.html index.fr.html index.de.html index.es.html index.pt.html index.it.html index.ru.html index.sk.html index.cz.html index.no.html index.se.html \ + protection.en.html protection.fr.html protection.de.html protection.es.html protection.pt.html protection.it.html protection.ru.html protection.sk.html protection.cz.html protection.no.html protection.se.html \ + bibconvert.en.html bibconvert.fr.html bibconvert.de.html bibconvert.es.html bibconvert.pt.html bibconvert.it.html bibconvert.ru.html bibconvert.sk.html bibconvert.cz.html bibconvert.no.html bibconvert.se.html \ + introduction.en.html introduction.fr.html introduction.de.html introduction.es.html introduction.pt.html introduction.it.html introduction.ru.html introduction.sk.html introduction.cz.html introduction.no.html introduction.se.html + EXTRA_DIST = $(wildcard *.wml) CLEANFILES = $(doc_DATA) *~ *.tmp *.php -%.fr.html: %.html.wml ../../../../config/config.wml ../../../../config/configbis.wml \ - ../../../../config/messages.wml - $(WML) -o\(ALL-LANG_*\)+LANG_FR:$@ $< - -%.en.html: %.html.wml ../../../../config/config.wml ../../../../config/configbis.wml \ - ../../../../config/messages.wml - $(WML) -o\(ALL-LANG_*\)+LANG_EN:$@ $< - -%.de.html: %.html.wml ../../../../config/config.wml ../../../../config/configbis.wml \ - ../../../../config/messages.wml - $(WML) -o\(ALL-LANG_*\)+LANG_DE:$@ $< - -%.es.html: %.html.wml ../../../../config/config.wml ../../../../config/configbis.wml \ - ../../../../config/messages.wml - $(WML) -o\(ALL-LANG_*\)+LANG_ES:$@ $< - -%.pt.html: %.html.wml ../../../../config/config.wml ../../../../config/configbis.wml \ - ../../../../config/messages.wml - $(WML) -o\(ALL-LANG_*\)+LANG_PT:$@ $< - -%.it.html: %.html.wml ../../../../config/config.wml ../../../../config/configbis.wml \ - ../../../../config/messages.wml - $(WML) -o\(ALL-LANG_*\)+LANG_IT:$@ $< - -%.ru.html: %.html.wml ../../../../config/config.wml ../../../../config/configbis.wml \ - ../../../../config/messages.wml - $(WML) -o\(ALL-LANG_*\)+LANG_RU:$@ $< - -%.sk.html: %.html.wml ../../../../config/config.wml ../../../../config/configbis.wml \ - ../../../../config/messages.wml - $(WML) -o\(ALL-LANG_*\)+LANG_SK:$@ $< - -%.cz.html: %.html.wml ../../../../config/config.wml ../../../../config/configbis.wml \ - ../../../../config/messages.wml - $(WML) -o\(ALL-LANG_*\)+LANG_CZ:$@ $< - -%.no.html: %.html.wml ../../../../config/config.wml ../../../../config/configbis.wml \ - ../../../../config/messages.wml - $(WML) -o\(ALL-LANG_*\)+LANG_NO:$@ $< \ No newline at end of file +%.en.html %.fr.html %.de.html %.es.html %.pt.html %.it.html %.ru.html %.sk.html %.cz.html %.no.html %.se.html: %.html.wml ../../../../config/config.wml ../../../../config/configbis.wml \ + ../../../../config/messages.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_PT:$*.pt.html \ + -o\(ALL-LANG_*\)+LANG_IT:$*.it.html \ + -o\(ALL-LANG_*\)+LANG_RU:$*.ru.html \ + -o\(ALL-LANG_*\)+LANG_SK:$*.sk.html \ + -o\(ALL-LANG_*\)+LANG_CZ:$*.cz.html \ + -o\(ALL-LANG_*\)+LANG_NO:$*.no.html \ + -o\(ALL-LANG_*\)+LANG_SE:$*.se.html $<