From 090f4507b0cade061d33dfeb2b548f0d807bb55d Mon Sep 17 00:00:00 2001 From: Ward Fisher Date: Wed, 12 Apr 2023 14:14:38 -0600 Subject: [PATCH] Update issue with make distcheck --- docs/Doxyfile.user | 2 +- docs/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Doxyfile.user b/docs/Doxyfile.user index a6b85743c..92075c9c8 100644 --- a/docs/Doxyfile.user +++ b/docs/Doxyfile.user @@ -760,7 +760,7 @@ INPUT = \ ./docs/COPYRIGHT.md \ ./docs/credits.md \ ./docs/tutorial.dox \ - ./docs/internal.dox \ + ./docs/internal.md \ ./docs/inmeminternal.dox \ ./docs/indexing.dox \ ./docs/testserver.dox \ diff --git a/docs/Makefile.am b/docs/Makefile.am index df5fac746..e1ef94e67 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -8,7 +8,7 @@ # These files will be included with the dist. EXTRA_DIST = netcdf.m4 DoxygenLayout.xml Doxyfile.in footer.html \ -mainpage.dox tutorial.dox architecture.dox internal.dox \ +mainpage.dox tutorial.dox architecture.dox internal.md \ windows-binaries.md dispatch.md building-with-cmake.md CMakeLists.txt groups.dox \ notes.md install-fortran.md credits.md auth.md filters.md \ obsolete/fan_utils.html indexing.dox inmemory.md FAQ.md \