summaryrefslogtreecommitdiffstats
path: root/doc/Makefile.am
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2004-11-21 22:25:28 +0000
committerLennart Poettering <lennart@poettering.net>2004-11-21 22:25:28 +0000
commitc827fca3b9ad589c970c08d792d62e283a8a7852 (patch)
treec32b97d3fdb11018da5111bcc06f340e6899658d /doc/Makefile.am
parent9f23c8f36299635f78475ee9e90b0a20c5cf3b84 (diff)
prepare for release
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@311 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r--doc/Makefile.am10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 001f5b49..f67598f1 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