1
mirror of https://code.videolan.org/videolan/vlc synced 2024-10-07 03:56:28 +02:00

* 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
This commit is contained in:
Clément Stenac 2003-04-13 22:15:14 +00:00
parent 3075f6a403
commit e8f95f3483
2 changed files with 4 additions and 5 deletions

View File

@ -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

View File

@ -4,7 +4,7 @@
<!ENTITY faq SYSTEM "faq.sgml">
]>
<article>
<article id="faq">
<articleinfo>