summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMartijn van Beurden <mvanb1@gmail.com>2022-09-05 19:11:31 +0200
committerGitHub <noreply@github.com>2022-09-05 19:11:31 +0200
commitdd8a264c566292de4d7da8f43688a169ffb431a1 (patch)
treec54ea6e27d5367c42836d3b7603376bbc944a4a1 /configure.ac
parent5e67c6278eb310e51da23c64862ef83dca8af01b (diff)
downloadflac-dd8a264c566292de4d7da8f43688a169ffb431a1.tar.gz
Restructure README, API and HTML documentation
Tool documentation has moved to man directory, other dev docs to README.md and CONTRIBUTING.md. User documentation is already on the website and doesn't really belong in the source code. Also, fix CMake so that it uses Doxyfile.in instead of using defaults.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 3a20cdb3..2ef1f925 100644
--- a/configure.ac
+++ b/configure.ac
@@ -659,8 +659,7 @@ AC_CONFIG_FILES([ \
include/test_libs_common/Makefile \
doc/Doxyfile \
doc/Makefile \
- doc/html/Makefile \
- doc/html/images/Makefile \
+ doc/images/Makefile \
m4/Makefile \
man/Makefile \
test/common.sh \