diff options
author | Daniel Dunbar <daniel@zuster.org> | 2012-05-08 17:48:21 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2012-05-08 17:48:21 +0000 |
commit | a5d2435409858728970202226d0bbbee508fe408 (patch) | |
tree | 39af4933de14544522de4eae2be8e734651f3edc /autoconf | |
parent | 006c7b969a04403f1b5fb39971f14af6f2405b5a (diff) |
[docs] Remove POD based man page docs (and build system support).
- Currently this leaves us with less build system support (e.g., installing man pages) for the docs than is desired. I'm working on fixing this, but it may take a while. If someone finds this particularly egregious let me know and I will prioritize it.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@156389 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'autoconf')
-rw-r--r-- | autoconf/configure.ac | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/autoconf/configure.ac b/autoconf/configure.ac index 9d066ff1d7..0f488ab599 100644 --- a/autoconf/configure.ac +++ b/autoconf/configure.ac @@ -1028,8 +1028,6 @@ AC_PATH_PROG(CAT, [cat]) AC_PATH_PROG(DOXYGEN, [doxygen]) AC_PATH_PROG(GROFF, [groff]) AC_PATH_PROG(GZIPBIN, [gzip]) -AC_PATH_PROG(POD2HTML, [pod2html]) -AC_PATH_PROG(POD2MAN, [pod2man]) AC_PATH_PROG(PDFROFF, [pdfroff]) AC_PATH_PROG(RUNTEST, [runtest]) DJ_AC_PATH_TCLSH |