diff --git a/modules/bibconvert/doc/admin/Makefile.am b/modules/bibconvert/doc/admin/Makefile.am index d69b17c4b..311badcee 100644 --- a/modules/bibconvert/doc/admin/Makefile.am +++ b/modules/bibconvert/doc/admin/Makefile.am @@ -1,32 +1,32 @@ ## $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/bibconvert doc_DATA=index.html BibConvertAdminGuide.html sampledir=$(WEBDIR)/admin/bibconvert sample_DATA=sample.cfg sample.dat sample.kb EXTRA_DIST = $(wildcard *.wml) $(sample_DATA) CLEANFILES = $(doc_DATA) *~ *.tmp %.html: %.html.wml ../../../../config/config.wml ../../../../config/configbis.wml - $(WML) -o $@ $< + $(WML) -o\(ALL-LANG_*\)+LANG_EN:$@ $< diff --git a/modules/bibformat/web/admin/Makefile.am b/modules/bibformat/web/admin/Makefile.am index 5a6f8792c..cc9227db7 100644 --- a/modules/bibformat/web/admin/Makefile.am +++ b/modules/bibformat/web/admin/Makefile.am @@ -1,30 +1,30 @@ ## $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. webdir=$(WEBDIR)/admin/bibformat FILESWML=$(wildcard *.wml) web_DATA=$(FILESWML:.wml=) EXTRA_DIST = $(wildcard *.wml) CLEANFILES = $(wildcard *.shtml) *~ *.tmp %.shtml: %.shtml.wml ../../../../config/config.wml ../../../../config/configbis.wml ../../../../config/cdspage.wml ../../../../config/cdsnavbar.wml - $(WML) -o $@ $< + $(WML) -o\(ALL-LANG_*\)+LANG_EN:$@ $< diff --git a/modules/webaccess/doc/hacking/Makefile.am b/modules/webaccess/doc/hacking/Makefile.am index cc5758172..ba208792b 100644 --- a/modules/webaccess/doc/hacking/Makefile.am +++ b/modules/webaccess/doc/hacking/Makefile.am @@ -1,29 +1,29 @@ ## $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)/hacking/webaccess doc_DATA=api.html index.html EXTRA_DIST = $(wildcard *.wml) CLEANFILES = $(doc_DATA) *~ *.tmp %.html: %.html.wml ../../../../config/config.wml ../../../../config/configbis.wml - $(WML) -o $@ $< \ No newline at end of file + $(WML) -o\(ALL-LANG_*\)+LANG_EN:$@ $< \ No newline at end of file diff --git a/modules/webhelp/web/admin/Makefile.am b/modules/webhelp/web/admin/Makefile.am index c6dfff7e8..c1e5a16c0 100644 --- a/modules/webhelp/web/admin/Makefile.am +++ b/modules/webhelp/web/admin/Makefile.am @@ -1,31 +1,31 @@ ## $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.html EXTRA_DIST = $(wildcard *.wml) CLEANFILES = $(doc_DATA) *~ *.tmp %.html: %.html.wml ../../../../config/config.wml ../../../../config/configbis.wml - $(WML) -o $@ $< \ No newline at end of file + $(WML) -o\(ALL-LANG_*\)+LANG_EN:$@ $< \ No newline at end of file diff --git a/modules/webhelp/web/admin/howto/Makefile.am b/modules/webhelp/web/admin/howto/Makefile.am index 4d4d1132a..1f8247444 100644 --- a/modules/webhelp/web/admin/howto/Makefile.am +++ b/modules/webhelp/web/admin/howto/Makefile.am @@ -1,29 +1,29 @@ ## $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/howto doc_DATA=index.html marc.html migrate.html EXTRA_DIST = $(wildcard *.wml) CLEANFILES = $(doc_DATA) *~ *.tmp %.html: %.html.wml ../../../../../config/config.wml ../../../../../config/configbis.wml - $(WML) -o $@ $< \ No newline at end of file + $(WML) -o\(ALL-LANG_*\)+LANG_EN:$@ $< \ No newline at end of file diff --git a/modules/webhelp/web/hacking/Makefile.am b/modules/webhelp/web/hacking/Makefile.am index d3be7432c..a0bc6a25e 100644 --- a/modules/webhelp/web/hacking/Makefile.am +++ b/modules/webhelp/web/hacking/Makefile.am @@ -1,29 +1,29 @@ ## $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)/hacking doc_DATA=index.html modules.html style.html concepts.html directory.html cdsware.el EXTRA_DIST = $(wildcard *.wml) $(wildcard *.el) CLEANFILES = $(wildcard *.html) *~ *.tmp %.html: %.html.wml ../../../../config/config.wml ../../../../config/configbis.wml - $(WML) -o $@ $< \ No newline at end of file + $(WML) -o\(ALL-LANG_*\)+LANG_EN:$@ $< \ No newline at end of file diff --git a/modules/websearch/doc/hacking/Makefile.am b/modules/websearch/doc/hacking/Makefile.am index b8048421f..8caeda5ff 100644 --- a/modules/websearch/doc/hacking/Makefile.am +++ b/modules/websearch/doc/hacking/Makefile.am @@ -1,29 +1,29 @@ ## $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)/hacking/websearch doc_DATA=api.html stages.html index.html EXTRA_DIST = $(wildcard *.wml) CLEANFILES = $(doc_DATA) *~ *.tmp %.html: %.html.wml ../../../../config/config.wml ../../../../config/configbis.wml - $(WML) -o $@ $< \ No newline at end of file + $(WML) -o\(ALL-LANG_*\)+LANG_EN:$@ $< \ No newline at end of file