prepare for release

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@311 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
Lennart Poettering 2004-11-21 22:25:28 +00:00
parent 9f23c8f362
commit c827fca3b9
6 changed files with 6393 additions and 8 deletions

View file

@ -30,11 +30,11 @@ CLEANFILES += README
endif
tidy: README.html cli.html modules.html daemon.html
tidy -qe < README.html
tidy -qe < cli.html
tidy -qe < daemon.html
tidy -qe < modules.html
tidy -qe < FAQ.html
tidy -qe < README.html ; true
tidy -qe < cli.html ; true
tidy -qe < daemon.html ; true
tidy -qe < modules.html ; true
tidy -qe < FAQ.html ; true
.PHONY: tidy