Commit e8f95f34 authored by Clément Stenac's avatar Clément Stenac

* the file generated is not article1.html anymore but faq.html. This should...

* the file generated is not article1.html anymore but faq.html. This should fix the 404 problems with the builds.
* /doc/faq/Makefile: now use "onehtml" output.
* /doc/faq/faq-alone.sgml: added id="faq" to make generated files coherent
parent 3075f6a4
......@@ -2,10 +2,9 @@ all: clean html html-zip txt pdf ps rtf
html:
rm -f *.html
sgmltools -b html -s ../common/stylesheet-html.dsl faq-alone.sgml
mv faq-alone/*.html .
rmdir faq-alone
ln -s article1.html index.html
sgmltools -b onehtml -s ../common/stylesheet-html.dsl faq-alone.sgml
rm -f faq-alone.html
ln -s faq.html index.html
clean:
rm -f *.html *.txt *.zip *.pdf *.ps *.rtf
......
......@@ -4,7 +4,7 @@
<!ENTITY faq SYSTEM "faq.sgml">
]>
<article>
<article id="faq">
<articleinfo>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment