git.videolan.org
/
vlc.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
* the file generated is not article1.html anymore but faq.html. This should fix the...
[vlc.git]
/
doc
/
faq
/
Makefile
diff --git
a/doc/faq/Makefile
b/doc/faq/Makefile
index
e035367
..
2df931f
100644
(file)
--- a/
doc/faq/Makefile
+++ b/
doc/faq/Makefile
@@
-2,10
+2,9
@@
all: clean html html-zip txt pdf ps rtf
html:
rm -f *.html
html:
rm -f *.html
- sgmltools -b html -s ../common/stylesheet-html.dsl faq-alone.sgml
- mv faq-alone/*.html .
- rmdir faq-alone
- ln -s book1.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
clean:
rm -f *.html *.txt *.zip *.pdf *.ps *.rtf