git.videolan.org
/
vlc.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
* doc/faq/Makefile: added "text" and "clean" targets.
[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