git.videolan.org
/
vlc.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
1264051414eaaaf56501b9450edbff4a993e0806
[vlc.git]
/
doc
/
faq
/
Makefile
1
all: clean 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
10
clean:
11
rm -f *.html *.txt
12
13
txt:
14
sgmltools -b txt faq-alone.sgml