From 0bb69fbcc306a3bf28370ac57d7e79120ccc7ce1 Mon Sep 17 00:00:00 2001 From: Ben Kaduk Date: Tue, 16 Oct 2012 16:03:10 -0400 Subject: Remove nroff man pages We generate man pages from RST sources now; they are checked into the tree in src/man/. The gen-manpages directory is no longer needed. --- src/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile.in') diff --git a/src/Makefile.in b/src/Makefile.in index aac8bfca3e..ea882d3995 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -14,7 +14,7 @@ SUBDIRS=util include lib \ @ldap_plugin_dir@ \ plugins/preauth/pkinit \ kdc kadmin slave clients appl tests \ - config-files gen-manpages man doc @po@ + config-files man doc @po@ WINSUBDIRS=include util lib ccapi windows clients appl BUILDTOP=$(REL). LOCALINCLUDES = -I$(srcdir) -- cgit