summaryrefslogtreecommitdiffstats
path: root/src/doc
diff options
context:
space:
mode:
authorGreg Hudson <ghudson@mit.edu>2012-03-28 02:03:45 +0000
committerGreg Hudson <ghudson@mit.edu>2012-03-28 02:03:45 +0000
commit2e0b389f84baf224d259247feced6f3b9741e3b0 (patch)
treea97e4668f251538eb1c490f51916731fd1b2a356 /src/doc
parent34535574e95c1003ea63540fbf8c2c62fe155e02 (diff)
downloadkrb5-2e0b389f84baf224d259247feced6f3b9741e3b0.tar.gz
krb5-2e0b389f84baf224d259247feced6f3b9741e3b0.tar.xz
krb5-2e0b389f84baf224d259247feced6f3b9741e3b0.zip
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
Diffstat (limited to 'src/doc')
-rw-r--r--src/doc/Makefile.in13
1 files changed, 1 insertions, 12 deletions
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