File: Makefile.am

package info (click to toggle)
libevocosm 4.0.2-3.1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 1,800 kB
  • ctags: 582
  • sloc: sh: 10,143; cpp: 2,939; makefile: 118
file content (13 lines) | stat: -rw-r--r-- 299 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
EXTRA_DIST = libevocosm.doxygen libevocosm_foot.html libevocosm_head.html

CLEANFILES = html/*

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

html_DATA = html/index.html

html/index.html: libevocosm.doxygen
	doxygen libevocosm.doxygen

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