summaryrefslogtreecommitdiffstats
path: root/doc/Makefile.am
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2004-11-21 22:07:47 +0000
committerLennart Poettering <lennart@poettering.net>2004-11-21 22:07:47 +0000
commit9f23c8f36299635f78475ee9e90b0a20c5cf3b84 (patch)
treef2244d49e9a579fa089784df80031289607edf14 /doc/Makefile.am
parent4763ca1376fc136158e576de94dc1cf6c6584973 (diff)
Documentation updates
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@310 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 17688d3b..001f5b49 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 -e < README.html
- tidy -e < cli.html
- tidy -e < daemon.html
- tidy -e < modules.html
- tidy -e < FAQ.html
+ tidy -qe < README.html
+ tidy -qe < cli.html
+ tidy -qe < daemon.html
+ tidy -qe < modules.html
+ tidy -qe < FAQ.html
.PHONY: tidy