File: Makefile.am

package info (click to toggle)
libbrahe 1.3.2-4
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,680 kB
  • ctags: 256
  • sloc: sh: 10,246; ansic: 1,289; cpp: 274; makefile: 121
file content (13 lines) | stat: -rw-r--r-- 289 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
EXTRA_DIST = libbrahe.doxygen libbrahe_foot.html libbrahe_head.html

CLEANFILES = html/*

htmldir = $(datadir)/doc/$(GENERIC_LIBRARY_NAME)/api

html_DATA = html/index.html

html/index.html: libbrahe.doxygen
	doxygen libbrahe.doxygen

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