From 2e0b389f84baf224d259247feced6f3b9741e3b0 Mon Sep 17 00:00:00 2001 From: Greg Hudson Date: Wed, 28 Mar 2012 02:03:45 +0000 Subject: Move rstman build target to man directory rstman makes more sense in man than in doc, so move it there. Remove the rstman target from the top-level doc Makefile to avoid confusion. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25792 dc483132-0cff-0310-8789-dd5450dbe970 --- src/doc/Makefile.in | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'src/doc') diff --git a/src/doc/Makefile.in b/src/doc/Makefile.in index 5c5ba297ec..ed3122082f 100644 --- a/src/doc/Makefile.in +++ b/src/doc/Makefile.in @@ -5,17 +5,6 @@ SPHINX_BUILD=sphinx-build DOXYGEN=doxygen docsrc=$(top_srcdir)/../doc -mansrc=$(top_srcdir)/man - -# The file editing loop deletes some trailing whitespace that the -# docutils manpage writer outputs near the end of its output files. -rstman:: - $(RM) -r mantmp && mkdir mantmp - $(SPHINX_BUILD) -q -t mansubs -b man $(docsrc)/rst_source mantmp - for f in mantmp/*.[0-9]; do \ - name=`echo $$f | sed -e 's|^.*/\(.*\)\.[0-9]$$|\1|'`; \ - sed -e '/^\.\\" $$/d' $$f > $(mansrc)/$$name.man; \ - done # Create HTML documentation in $(docsrc)/rst_html suitable for a # release tarball or the web site (that is, without substitutions for @@ -47,4 +36,4 @@ Doxyfile: $(srcdir)/Doxyfile.in -e 's|@DOC@|$(top_srcdir)/../doc|g' $(srcdir)/Doxyfile.in > $@ clean:: - rm -rf rst_man doxy rst_apiref rst_composite Doxyfile + rm -rf doxy rst_apiref rst_composite Doxyfile -- cgit