File: Makefile.am

package info (click to toggle)
tntdb 0.9.0-3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 2,256 kB
  • ctags: 1,120
  • sloc: sh: 8,694; cpp: 6,362; makefile: 191; ansic: 41
file content (17 lines) | stat: -rw-r--r-- 272 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
EXTRA_DIST = @PACKAGE@.doxygen.in \
	tntdb.odt \
	tntdb.pdf

if MAKE_DOXYGEN

htmldir = $(datadir)/@PACKAGE@/html

html_DATA = html/index.html

html/index.html: @PACKAGE@.doxygen
	@DOXYGEN@ @PACKAGE@.doxygen

install-data-hook:
	cp -dpR html/* $(DESTDIR)$(htmldir)

endif