git.videolan.org
/
vlc.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
* converted FAQ to SGML
[vlc.git]
/
doc
/
faq
/
Makefile
1
all: html
2
3
html:
4
rm -f *.html
5
sgmltools -b html -s ../common/stylesheet-html.dsl faq-alone.sgml
6
mv faq-alone/*.html .
7
rmdir faq-alone
8
ln -s book1.html index.html
9