~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to docs/include.am

  • Committer: Monty Taylor
  • Date: 2010-09-29 03:02:38 UTC
  • mfrom: (1800.2.1 fix-sphinx-testing)
  • mto: This revision was merged to the branch mainline in revision 1801.
  • Revision ID: mordred@inaugust.com-20100929030238-24dwor9tok6i32nx
Fixed sphinx version testing.

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
 
31
31
.PHONY: help clean html dirhtml singlehtml pickle json htmlhelp qthelp devhelp epub latex latexpdf text man changes linkcheck doctest
32
32
 
33
 
if HAVE_SPHINX
 
33
if HAVE_RECENT_SPHINX
34
34
man_MANS+= \
35
35
           docs/man/drizzledump.1
36
36
 
37
37
docs/man/drizzledump.1: man
 
38
endif
38
39
 
 
40
if HAVE_SPHINX
39
41
sphinx-help:
40
42
        @echo "Please use \`make <target>' where <target> is one of"
41
43
        @echo "  html       to make standalone HTML files"