mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-23 18:14:06 +00:00
21 lines
412 B
Makefile
21 lines
412 B
Makefile
ACLOCAL_AMFLAGS = -I m4
|
|
|
|
SUBDIRS = src tests
|
|
|
|
dist_man1_MANS = doc/kvazaar.1
|
|
|
|
dist_doc_DATA = LICENSE LICENSE.EXT.greatest LICENSE.EXT.x264asm CREDITS README.md
|
|
|
|
EXTRA_DIST = \
|
|
build \
|
|
doc \
|
|
docs.doxy \
|
|
greatest \
|
|
tools
|
|
|
|
# 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
|