remove unneeded file

This commit is contained in:
nlopess
2004-03-24 15:31:17 +00:00
parent fe2eca09e2
commit 7f767e645b
2 changed files with 1 additions and 21 deletions

View File

@@ -40,6 +40,7 @@ FORCE:
html: FORCE html: FORCE
@test -d html || mkdir html @test -d html || mkdir html
$(JADE) $(CATALOG) -d $(HTML_STYLESHEET) -V use-output-dir -t sgml $(XMLDCL) manual.xml $(JADE) $(CATALOG) -d $(HTML_STYLESHEET) -V use-output-dir -t sgml $(XMLDCL) manual.xml
$(PHP) scripts/html_syntax.php html html/
web: FORCE web: FORCE
@test -d phpweb || mkdir phpweb @test -d phpweb || mkdir phpweb

View File

@@ -1,21 +0,0 @@
<!DOCTYPE style-sheet PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN" [
<!ENTITY docbook.dsl SYSTEM "/usr/share/sgml/docbook/dsssl-stylesheets/html/docbook.dsl" CDATA DSSSL>
<!ENTITY html-common.dsl SYSTEM "html-common.dsl">
<!ENTITY common.dsl SYSTEM "common.dsl">
]>
<style-sheet>
<style-specification id="docbook-smarty-html" use="docbook">
<style-specification-body>
(define %html-ext% ".html")
&html-common.dsl;
&common.dsl;
</style-specification-body>
</style-specification>
<external-specification id="docbook" document="docbook.dsl">
</style-sheet>