File: Makefile.am

package info (click to toggle)
kvazaar 2.3.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,012 kB
  • sloc: ansic: 35,363; sh: 5,418; python: 362; cpp: 351; makefile: 325; awk: 10
file content (21 lines) | stat: -rw-r--r-- 410 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
ACLOCAL_AMFLAGS = -I m4

SUBDIRS = src tests

dist_man1_MANS = doc/kvazaar.1

dist_doc_DATA = LICENSE LICENSE.EXT.greatest CREDITS README.md

EXTRA_DIST = \
	build \
	doc \
	docs.doxy \
	greatest \
	tools \
	CMakeLists.txt

# Run scripts to maintain autogenerated documentation
# in the version control.
docs: all ./tools/genmanpage.sh ./tools/update_readme.sh
	./tools/genmanpage.sh
	./tools/update_readme.sh