1# $Id$
2
3
4EXTRA_DIST = README.html NEWS.html yapet.html Doxyfile	\
5csv2yapet.html yapet2csv.html yapet_colors.html yapet_config.html Makefile.doc.in Makefile.doc.am
6
7# For fixing bug #22
8dist_man1_MANS = yapet.1 csv2yapet.1 yapet2csv.1
9dist_man5_MANS = yapet_colors.5 yapet_config.5
10
11if !DISABLEINSTALLDOC
12htmldoc_DATA = README.html NEWS.html yapet.html yapet_colors.html yapet_config.html csv2yapet.html yapet2csv.html
13htmldocdir = $(docdir)/html
14endif # !DISABLEINSTALLDOC
15
16distclean-local:
17	rm -f Makefile.doc
18