File: Makefile.am

package info (click to toggle)
yapet 2.6-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 11,920 kB
  • sloc: cpp: 32,397; sh: 5,032; makefile: 880; ansic: 36; sed: 16
file content (17 lines) | stat: -rw-r--r-- 512 bytes parent folder | download | duplicates (4)
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