diff options
author | Lennart Poettering <lennart@poettering.net> | 2004-11-21 22:25:28 +0000 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2004-11-21 22:25:28 +0000 |
commit | c827fca3b9ad589c970c08d792d62e283a8a7852 (patch) | |
tree | c32b97d3fdb11018da5111bcc06f340e6899658d /doc | |
parent | 9f23c8f36299635f78475ee9e90b0a20c5cf3b84 (diff) |
prepare for release
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@311 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile.am | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index 001f5b491..f67598f1e 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -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 |