File: Makefile.am

package info (click to toggle)
libite 2.6.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,188 kB
  • sloc: sh: 4,665; ansic: 4,165; makefile: 141
file content (22 lines) | stat: -rw-r--r-- 329 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
dist_doc_DATA  = API.md
EXTRA_DIST     = API.md Doxyfile.in
DISTCLEANFILES = libite.tag

if ENABLE_HTML
pkghtmldir     = $(docdir)/html
pkghtml_DATA   = html/*

#
# Doxygen rules from m4/ax_prog_doxygen.m4
#
@DX_RULES@

$(pkghtml_DATA): doxygen-doc

all-local: doc

clean-local:
	-rm -rf html libite.tag

doc:  doxygen-doc
endif