From: Norman Walsh Date: Thu, 7 Jul 2005 14:28:26 +0000 (+0000) Subject: DocBook NG: The Mezcal Release X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=98107b7208bd5ec057d2c9316cab8cd2c6d94aa3;p=docbook-dsssl DocBook NG: The Mezcal Release --- diff --git a/docbook/relaxng/docbook/Makefile b/docbook/relaxng/docbook/Makefile index 801b1ee6e..5b376298c 100644 --- a/docbook/relaxng/docbook/Makefile +++ b/docbook/relaxng/docbook/Makefile @@ -24,7 +24,7 @@ _OUTTOP := $(_OUTTOP)/build .PHONY: clean -clean:: ; @rm -rf $(_OUTTOP) +clean:: ; rm -rf $(_OUTTOP) .SUFFIXES: diff --git a/docbook/relaxng/docbook/dbforms/Makefile b/docbook/relaxng/docbook/dbforms/Makefile index 3a73b8729..e104e68ab 100644 --- a/docbook/relaxng/docbook/dbforms/Makefile +++ b/docbook/relaxng/docbook/dbforms/Makefile @@ -6,6 +6,8 @@ BINARY = dbforms.rnd all:: dbforms.rng dbforms.rnc dbforms.dtd +clean:: ; rm -f dbforms.rng dbforms.rnc dbforms.dtd + $(_OUTTOP)/dbforms/dbforms.rng: dbforms/htmlform.rnc \ src/annotations.rnc src/bibliography.rnc \ src/callouts.rnc src/calstbl.rnc src/dbforms.rnc \ diff --git a/docbook/relaxng/docbook/dbforms/dbforms.rnc b/docbook/relaxng/docbook/dbforms/dbforms.rnc index 5f689afa5..cc0763f76 100644 --- a/docbook/relaxng/docbook/dbforms/dbforms.rnc +++ b/docbook/relaxng/docbook/dbforms/dbforms.rnc @@ -1,4 +1,4 @@ -# This file is part of DocBook NG: The "Lillet" Release. +# This file is part of DocBook NG: The "Mezcal" Release. # This schema is a "work-in-progress". It validates a DocBook-like grammar that # may, in some incarnation, form the basis for DocBook V.next. Or it may not. diff --git a/docbook/relaxng/docbook/dbforms/htmlform.rnc b/docbook/relaxng/docbook/dbforms/htmlform.rnc index 1c028a3d9..981b0701f 100644 --- a/docbook/relaxng/docbook/dbforms/htmlform.rnc +++ b/docbook/relaxng/docbook/dbforms/htmlform.rnc @@ -1,4 +1,4 @@ -# This file is part of DocBook NG: The "Lillet" Release. +# This file is part of DocBook NG: The "Mezcal" Release. # This schema is a "work-in-progress". It validates a DocBook-like grammar that # may, in some incarnation, form the basis for DocBook V.next. Or it may not. diff --git a/docbook/relaxng/docbook/docbook/Makefile b/docbook/relaxng/docbook/docbook/Makefile index 4f6321e45..7b03d0d07 100644 --- a/docbook/relaxng/docbook/docbook/Makefile +++ b/docbook/relaxng/docbook/docbook/Makefile @@ -6,6 +6,8 @@ BINARY = docbook.rnd all:: docbook.rng docbook.rnc docbook.dtd +clean:: ; rm -f docbook.rng docbook.rnc docbook.dtd + $(_OUTTOP)/docbook/docbook.rng: src/annotations.rnc src/bibliography.rnc \ src/callouts.rnc src/calstbl.rnc src/dbforms.rnc \ src/docbook.rnc src/ebnf.rnc src/glossary.rnc \ diff --git a/docbook/relaxng/docbook/docbook/docbook.rnc b/docbook/relaxng/docbook/docbook/docbook.rnc index 6f31f2c85..1707bf4ea 100644 --- a/docbook/relaxng/docbook/docbook/docbook.rnc +++ b/docbook/relaxng/docbook/docbook/docbook.rnc @@ -1,4 +1,4 @@ -# This file is part of DocBook NG: The "Lillet" Release. +# This file is part of DocBook NG: The "Mezcal" Release. # This schema is a "work-in-progress". It validates a DocBook-like grammar that # may, in some incarnation, form the basis for DocBook V.next. Or it may not. diff --git a/docbook/relaxng/docbook/src/annotations.rnc b/docbook/relaxng/docbook/src/annotations.rnc index 9ce835be5..232582811 100644 --- a/docbook/relaxng/docbook/src/annotations.rnc +++ b/docbook/relaxng/docbook/src/annotations.rnc @@ -1,4 +1,4 @@ -# This file is part of DocBook NG: The "Lillet" Release. +# This file is part of DocBook NG: The "Mezcal" Release. # This schema is a "work-in-progress". It validates a DocBook-like grammar that # may, in some incarnation, form the basis for DocBook V.next. Or it may not. diff --git a/docbook/relaxng/docbook/src/bibliography.rnc b/docbook/relaxng/docbook/src/bibliography.rnc index f0aebcd23..2e4206679 100644 --- a/docbook/relaxng/docbook/src/bibliography.rnc +++ b/docbook/relaxng/docbook/src/bibliography.rnc @@ -1,4 +1,4 @@ -# This file is part of DocBook NG: The "Lillet" Release. +# This file is part of DocBook NG: The "Mezcal" Release. # This schema is a "work-in-progress". It validates a DocBook-like grammar that # may, in some incarnation, form the basis for DocBook V.next. Or it may not. diff --git a/docbook/relaxng/docbook/src/callouts.rnc b/docbook/relaxng/docbook/src/callouts.rnc index 38e4eeb92..866e3e9be 100644 --- a/docbook/relaxng/docbook/src/callouts.rnc +++ b/docbook/relaxng/docbook/src/callouts.rnc @@ -1,4 +1,4 @@ -# This file is part of DocBook NG: The "Lillet" Release. +# This file is part of DocBook NG: The "Mezcal" Release. # This schema is a "work-in-progress". It validates a DocBook-like grammar that # may, in some incarnation, form the basis for DocBook V.next. Or it may not. diff --git a/docbook/relaxng/docbook/src/calstbl.rnc b/docbook/relaxng/docbook/src/calstbl.rnc index 59f7d6186..82091a1d0 100644 --- a/docbook/relaxng/docbook/src/calstbl.rnc +++ b/docbook/relaxng/docbook/src/calstbl.rnc @@ -1,4 +1,4 @@ -# This file is part of DocBook NG: The "Lillet" Release. +# This file is part of DocBook NG: The "Mezcal" Release. # This schema is a "work-in-progress". It validates a DocBook-like grammar that # may, in some incarnation, form the basis for DocBook V.next. Or it may not. diff --git a/docbook/relaxng/docbook/src/dbforms.rnc b/docbook/relaxng/docbook/src/dbforms.rnc index 9a198e322..2b0da0f8b 100644 --- a/docbook/relaxng/docbook/src/dbforms.rnc +++ b/docbook/relaxng/docbook/src/dbforms.rnc @@ -1,4 +1,4 @@ -# This file is part of DocBook NG: The "Lillet" Release. +# This file is part of DocBook NG: The "Mezcal" Release. # This schema is a "work-in-progress". It validates a DocBook-like grammar that # may, in some incarnation, form the basis for DocBook V.next. Or it may not. diff --git a/docbook/relaxng/docbook/src/docbook.rnc b/docbook/relaxng/docbook/src/docbook.rnc index 08e9f2715..86e35bb24 100644 --- a/docbook/relaxng/docbook/src/docbook.rnc +++ b/docbook/relaxng/docbook/src/docbook.rnc @@ -1,4 +1,4 @@ -# This file is part of DocBook NG: The "Lillet" Release. +# This file is part of DocBook NG: The "Mezcal" Release. # This schema is a "work-in-progress". It validates a DocBook-like grammar that # may, in some incarnation, form the basis for DocBook V.next. Or it may not. diff --git a/docbook/relaxng/docbook/src/ebnf.rnc b/docbook/relaxng/docbook/src/ebnf.rnc index 1eebfa5a4..056d4ded7 100644 --- a/docbook/relaxng/docbook/src/ebnf.rnc +++ b/docbook/relaxng/docbook/src/ebnf.rnc @@ -1,4 +1,4 @@ -# This file is part of DocBook NG: The "Lillet" Release. +# This file is part of DocBook NG: The "Mezcal" Release. # This schema is a "work-in-progress". It validates a DocBook-like grammar that # may, in some incarnation, form the basis for DocBook V.next. Or it may not. diff --git a/docbook/relaxng/docbook/src/glossary.rnc b/docbook/relaxng/docbook/src/glossary.rnc index 2c45bffde..86ba785a6 100644 --- a/docbook/relaxng/docbook/src/glossary.rnc +++ b/docbook/relaxng/docbook/src/glossary.rnc @@ -1,4 +1,4 @@ -# This file is part of DocBook NG: The "Lillet" Release. +# This file is part of DocBook NG: The "Mezcal" Release. # This schema is a "work-in-progress". It validates a DocBook-like grammar that # may, in some incarnation, form the basis for DocBook V.next. Or it may not. diff --git a/docbook/relaxng/docbook/src/hier.rnc b/docbook/relaxng/docbook/src/hier.rnc index 89a0fa35b..1696cf0f7 100644 --- a/docbook/relaxng/docbook/src/hier.rnc +++ b/docbook/relaxng/docbook/src/hier.rnc @@ -1,4 +1,4 @@ -# This file is part of DocBook NG: The "Lillet" Release. +# This file is part of DocBook NG: The "Mezcal" Release. # This schema is a "work-in-progress". It validates a DocBook-like grammar that # may, in some incarnation, form the basis for DocBook V.next. Or it may not. diff --git a/docbook/relaxng/docbook/src/htmlform.rnc b/docbook/relaxng/docbook/src/htmlform.rnc index 1c028a3d9..981b0701f 100644 --- a/docbook/relaxng/docbook/src/htmlform.rnc +++ b/docbook/relaxng/docbook/src/htmlform.rnc @@ -1,4 +1,4 @@ -# This file is part of DocBook NG: The "Lillet" Release. +# This file is part of DocBook NG: The "Mezcal" Release. # This schema is a "work-in-progress". It validates a DocBook-like grammar that # may, in some incarnation, form the basis for DocBook V.next. Or it may not. diff --git a/docbook/relaxng/docbook/src/htmltbl.rnc b/docbook/relaxng/docbook/src/htmltbl.rnc index 269204f40..0ae4d7485 100644 --- a/docbook/relaxng/docbook/src/htmltbl.rnc +++ b/docbook/relaxng/docbook/src/htmltbl.rnc @@ -1,4 +1,4 @@ -# This file is part of DocBook NG: The "Lillet" Release. +# This file is part of DocBook NG: The "Mezcal" Release. # This schema is a "work-in-progress". It validates a DocBook-like grammar that # may, in some incarnation, form the basis for DocBook V.next. Or it may not. diff --git a/docbook/relaxng/docbook/src/index.rnc b/docbook/relaxng/docbook/src/index.rnc index efa23abad..d4c0da2a6 100644 --- a/docbook/relaxng/docbook/src/index.rnc +++ b/docbook/relaxng/docbook/src/index.rnc @@ -1,4 +1,4 @@ -# This file is part of DocBook NG: The "Lillet" Release. +# This file is part of DocBook NG: The "Mezcal" Release. # This schema is a "work-in-progress". It validates a DocBook-like grammar that # may, in some incarnation, form the basis for DocBook V.next. Or it may not. diff --git a/docbook/relaxng/docbook/src/math.rnc b/docbook/relaxng/docbook/src/math.rnc index 2d2e65447..0a064b1c2 100644 --- a/docbook/relaxng/docbook/src/math.rnc +++ b/docbook/relaxng/docbook/src/math.rnc @@ -1,4 +1,4 @@ -# This file is part of DocBook NG: The "Lillet" Release. +# This file is part of DocBook NG: The "Mezcal" Release. # This schema is a "work-in-progress". It validates a DocBook-like grammar that # may, in some incarnation, form the basis for DocBook V.next. Or it may not. diff --git a/docbook/relaxng/docbook/src/mathml.rnc b/docbook/relaxng/docbook/src/mathml.rnc index ed6321e43..d12406f8e 100644 --- a/docbook/relaxng/docbook/src/mathml.rnc +++ b/docbook/relaxng/docbook/src/mathml.rnc @@ -1,4 +1,4 @@ -# This file is part of DocBook NG: The "Lillet" Release. +# This file is part of DocBook NG: The "Mezcal" Release. # This schema is a "work-in-progress". It validates a DocBook-like grammar that # may, in some incarnation, form the basis for DocBook V.next. Or it may not. diff --git a/docbook/relaxng/docbook/src/msgset.rnc b/docbook/relaxng/docbook/src/msgset.rnc index 06df8a5f8..d143dc95a 100644 --- a/docbook/relaxng/docbook/src/msgset.rnc +++ b/docbook/relaxng/docbook/src/msgset.rnc @@ -1,4 +1,4 @@ -# This file is part of DocBook NG: The "Lillet" Release. +# This file is part of DocBook NG: The "Mezcal" Release. # This schema is a "work-in-progress". It validates a DocBook-like grammar that # may, in some incarnation, form the basis for DocBook V.next. Or it may not. diff --git a/docbook/relaxng/docbook/src/pool.rnc b/docbook/relaxng/docbook/src/pool.rnc index 2567c15bb..c98425347 100644 --- a/docbook/relaxng/docbook/src/pool.rnc +++ b/docbook/relaxng/docbook/src/pool.rnc @@ -1,4 +1,4 @@ -# This file is part of DocBook NG: The "Lillet" Release. +# This file is part of DocBook NG: The "Mezcal" Release. # This schema is a "work-in-progress". It validates a DocBook-like grammar that # may, in some incarnation, form the basis for DocBook V.next. Or it may not. diff --git a/docbook/relaxng/docbook/src/qandaset.rnc b/docbook/relaxng/docbook/src/qandaset.rnc index c4230c0ad..487704710 100644 --- a/docbook/relaxng/docbook/src/qandaset.rnc +++ b/docbook/relaxng/docbook/src/qandaset.rnc @@ -1,4 +1,4 @@ -# This file is part of DocBook NG: The "Lillet" Release. +# This file is part of DocBook NG: The "Mezcal" Release. # This schema is a "work-in-progress". It validates a DocBook-like grammar that # may, in some incarnation, form the basis for DocBook V.next. Or it may not. diff --git a/docbook/relaxng/docbook/src/refentry.rnc b/docbook/relaxng/docbook/src/refentry.rnc index fd5ba1a76..6cc5b74e7 100644 --- a/docbook/relaxng/docbook/src/refentry.rnc +++ b/docbook/relaxng/docbook/src/refentry.rnc @@ -1,4 +1,4 @@ -# This file is part of DocBook NG: The "Lillet" Release. +# This file is part of DocBook NG: The "Mezcal" Release. # This schema is a "work-in-progress". It validates a DocBook-like grammar that # may, in some incarnation, form the basis for DocBook V.next. Or it may not. diff --git a/docbook/relaxng/docbook/src/refsect1.rnc b/docbook/relaxng/docbook/src/refsect1.rnc index d52017eaa..cbe74c4d1 100644 --- a/docbook/relaxng/docbook/src/refsect1.rnc +++ b/docbook/relaxng/docbook/src/refsect1.rnc @@ -1,4 +1,4 @@ -# This file is part of DocBook NG: The "Lillet" Release. +# This file is part of DocBook NG: The "Mezcal" Release. # This schema is a "work-in-progress". It validates a DocBook-like grammar that # may, in some incarnation, form the basis for DocBook V.next. Or it may not. diff --git a/docbook/relaxng/docbook/src/sect1.rnc b/docbook/relaxng/docbook/src/sect1.rnc index 8d8670c51..f86d6e18b 100644 --- a/docbook/relaxng/docbook/src/sect1.rnc +++ b/docbook/relaxng/docbook/src/sect1.rnc @@ -1,4 +1,4 @@ -# This file is part of DocBook NG: The "Lillet" Release. +# This file is part of DocBook NG: The "Mezcal" Release. # This schema is a "work-in-progress". It validates a DocBook-like grammar that # may, in some incarnation, form the basis for DocBook V.next. Or it may not. diff --git a/docbook/relaxng/docbook/src/svg.rnc b/docbook/relaxng/docbook/src/svg.rnc index 28e3e7201..ee3509eaa 100644 --- a/docbook/relaxng/docbook/src/svg.rnc +++ b/docbook/relaxng/docbook/src/svg.rnc @@ -1,4 +1,4 @@ -# This file is part of DocBook NG: The "Lillet" Release. +# This file is part of DocBook NG: The "Mezcal" Release. # This schema is a "work-in-progress". It validates a DocBook-like grammar that # may, in some incarnation, form the basis for DocBook V.next. Or it may not. diff --git a/docbook/relaxng/docbook/src/tasks.rnc b/docbook/relaxng/docbook/src/tasks.rnc index ecde973e5..50cd93301 100644 --- a/docbook/relaxng/docbook/src/tasks.rnc +++ b/docbook/relaxng/docbook/src/tasks.rnc @@ -1,4 +1,4 @@ -# This file is part of DocBook NG: The "Lillet" Release. +# This file is part of DocBook NG: The "Mezcal" Release. # This schema is a "work-in-progress". It validates a DocBook-like grammar that # may, in some incarnation, form the basis for DocBook V.next. Or it may not. diff --git a/docbook/relaxng/docbook/src/toc.rnc b/docbook/relaxng/docbook/src/toc.rnc index b9cf74fa9..6c0cb9936 100644 --- a/docbook/relaxng/docbook/src/toc.rnc +++ b/docbook/relaxng/docbook/src/toc.rnc @@ -1,4 +1,4 @@ -# This file is part of DocBook NG: The "Lillet" Release. +# This file is part of DocBook NG: The "Mezcal" Release. # This schema is a "work-in-progress". It validates a DocBook-like grammar that # may, in some incarnation, form the basis for DocBook V.next. Or it may not. diff --git a/docbook/relaxng/docbook/src/xinclude.rnc b/docbook/relaxng/docbook/src/xinclude.rnc index 16d62133c..1afd75101 100644 --- a/docbook/relaxng/docbook/src/xinclude.rnc +++ b/docbook/relaxng/docbook/src/xinclude.rnc @@ -1,4 +1,4 @@ -# This file is part of DocBook NG: The "Lillet" Release. +# This file is part of DocBook NG: The "Mezcal" Release. # This schema is a "work-in-progress". It validates a DocBook-like grammar that # may, in some incarnation, form the basis for DocBook V.next. Or it may not. diff --git a/docbook/relaxng/docbook/src/xlink.rnc b/docbook/relaxng/docbook/src/xlink.rnc index c3fd1812c..e688f451e 100644 --- a/docbook/relaxng/docbook/src/xlink.rnc +++ b/docbook/relaxng/docbook/src/xlink.rnc @@ -1,4 +1,4 @@ -# This file is part of DocBook NG: The "Lillet" Release. +# This file is part of DocBook NG: The "Mezcal" Release. # This schema is a "work-in-progress". It validates a DocBook-like grammar that # may, in some incarnation, form the basis for DocBook V.next. Or it may not.