diff --git a/docs/Makefile.in b/docs/Makefile.in index d7789e46..66d75fa5 100755 --- a/docs/Makefile.in +++ b/docs/Makefile.in @@ -40,6 +40,7 @@ FORCE: html: FORCE @test -d html || mkdir html $(JADE) $(CATALOG) -d $(HTML_STYLESHEET) -V use-output-dir -t sgml $(XMLDCL) manual.xml + $(PHP) scripts/html_syntax.php html html/ web: FORCE @test -d phpweb || mkdir phpweb diff --git a/docs/html.dsl b/docs/html.dsl deleted file mode 100644 index 7f059479..00000000 --- a/docs/html.dsl +++ /dev/null @@ -1,21 +0,0 @@ - - - -]> - - - - - -(define %html-ext% ".html") - -&html-common.dsl; -&common.dsl; - - - - - - -