diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2020-02-17 21:17:56 +0100 |
|---|---|---|
| committer | Kristian Evers <kristianevers@gmail.com> | 2020-02-17 21:22:19 +0100 |
| commit | 1b88d7fb136305b238eca9aabbec2feed4f9cf7f (patch) | |
| tree | 49708938af793e106200f378eb03c509807e1a12 | |
| parent | 357cdada219f9b8fd84675a14b1705ddb290c5b8 (diff) | |
| download | PROJ-1b88d7fb136305b238eca9aabbec2feed4f9cf7f.tar.gz PROJ-1b88d7fb136305b238eca9aabbec2feed4f9cf7f.zip | |
Remove man3 Makefile from configure.ac
| -rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index ea8c7eb4..3fbd5d3d 100644 --- a/configure.ac +++ b/configure.ac @@ -351,7 +351,7 @@ dnl --------------------------------------------------------------------------- AC_CONFIG_FILES([Makefile cmake/Makefile src/Makefile include/Makefile include/proj/Makefile include/proj/internal/Makefile include/proj/internal/nlohmann/Makefile test/Makefile test/cli/Makefile test/gie/Makefile test/gigs/Makefile test/unit/Makefile - man/Makefile man/man1/Makefile man/man3/Makefile data/Makefile]) + man/Makefile man/man1/Makefile data/Makefile]) if ! test "x$with_external_gtest" = "xyes" ; then AC_CONFIG_FILES([test/googletest/Makefile test/googletest/include/Makefile test/googletest/include/gtest/Makefile |
