~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to docs/include.am

  • Committer: Monty Taylor
  • Date: 2010-09-29 04:27:16 UTC
  • mfrom: (1800.1.9 build)
  • Revision ID: mordred@inaugust.com-20100929042716-q9sb3re31iwti87z
Merged doc fixes, lock fixes, path fixes and bath fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
             ${top_srcdir}/docs/*.rst \
17
17
             ${top_srcdir}/docs/clients/*.rst
18
18
 
19
 
 
20
19
# Makefile for Sphinx documentation
21
20
#
22
21
 
31
30
 
32
31
.PHONY: help clean html dirhtml singlehtml pickle json htmlhelp qthelp devhelp epub latex latexpdf text man changes linkcheck doctest
33
32
 
 
33
if HAVE_RECENT_SPHINX
 
34
man_MANS+= \
 
35
           docs/man/drizzledump.1
 
36
DISTCLEANFILES+= docs/man/drizzledump.1
 
37
 
 
38
docs/man/drizzledump.1: man
 
39
endif
 
40
 
34
41
if HAVE_SPHINX
35
42
sphinx-help:
36
43
        @echo "Please use \`make <target>' where <target> is one of"