uvg266/Makefile.am

21 lines
371 B
Makefile
Raw Normal View History

2015-12-03 21:40:19 +00:00
ACLOCAL_AMFLAGS = -I m4
2015-12-19 07:24:35 +00:00
SUBDIRS = src tests
2015-12-03 21:40:19 +00:00
2016-02-04 05:41:18 +00:00
dist_man1_MANS = doc/kvazaar.1
2015-12-03 21:40:19 +00:00
dist_doc_DATA = COPYING CREDITS README.md
EXTRA_DIST = \
build \
doc \
docs.doxy \
greatest \
2015-12-19 07:24:35 +00:00
tools
2016-03-01 13:31:57 +00:00
# Run scripts to maintain autogenerated documentation
# in the version control.
docs: all ./tools/genmanpage.sh ./tools/update_readme.sh
2016-03-01 13:31:57 +00:00
./tools/genmanpage.sh
./tools/update_readme.sh