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