mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-23 18:14:06 +00:00
78a28e0338
- Reduce indentation to 6 spaces - Word wrap everything to under 80 characters - Remove defaults from options covered by presets - Add a dash in front of argument descriptions - Add --(no-) to names of parameters that accept it and remove mention of enabling or disabling - Add executable and scripts as a dependancy to make docs
21 lines
371 B
Makefile
21 lines
371 B
Makefile
ACLOCAL_AMFLAGS = -I m4
|
|
|
|
SUBDIRS = src tests
|
|
|
|
dist_man1_MANS = doc/kvazaar.1
|
|
|
|
dist_doc_DATA = COPYING 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
|