summaryrefslogtreecommitdiffstats
path: root/doc/Makefile.am
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2004-09-07 22:40:43 +0000
committerLennart Poettering <lennart@poettering.net>2004-09-07 22:40:43 +0000
commit13248fd8e6cb44e489bd2d77d5ec3491287a1f4d (patch)
tree29d10ccf6edd075f80d85433fb2a921f52ed0633 /doc/Makefile.am
parent70007175d28cf4c7323e772683bbe084e62df024 (diff)
documentation update
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@185 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r--doc/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 6101521c..723a92c8 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -17,9 +17,9 @@
# Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
noinst_DATA = README.html cli.html modules.html daemon.html README
-EXTRA_DIST = $(noinst_DATA) style.css README.html.in cli.html.in modules.html.in daemon.html.in todo
+EXTRA_DIST = $(noinst_DATA) style.css README.html.in cli.html.in modules.html.in daemon.html.in todo FAQ.html.in
-MAINTAINERCLEANFILES = README README.html cli.html modules.html daemon.html
+MAINTAINERCLEANFILES = README README.html cli.html modules.html daemon.html FAQ.html
CLEANFILES =
if USE_LYNX
@@ -34,6 +34,7 @@ tidy: README.html cli.html modules.html daemon.html
tidy -e < cli.html
tidy -e < daemon.html
tidy -e < modules.html
+ tidy -e < FAQ.html
.PHONY: tidy