~ubuntu-branches/ubuntu/precise/libxml++2.6/precise

« back to all changes in this revision

Viewing changes to docs/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2005-03-13 15:46:33 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050313154633-iubyqdtu6y3p8915
Tags: 2.10.0-0ubuntu2
added doxygen to the build-depends

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
## This voodoo stuff lets automake see the subdirs
2
 
## without including them into recursive builds.
3
 
if LIBXMLCPP_FALSE
4
 
SUBDIRS = reference
5
 
endif
6
 
DIST_SUBDIRS = reference
 
1
SUBDIRS = reference manual
7
2
 
8
3
EXTRA_DIST = Makefile_web.am_fragment
9
4
 
10
5
include $(top_srcdir)/docs/Makefile_web.am_fragment
11
 
html_docs = index.html reference
 
6
html_docs = reference manual
12
7
 
13
8
post-html: reference/@GENERIC_MAJOR_VERSION@.@GENERIC_MINOR_VERSION@/html/index.html
 
9
        rsync $(rsync_args) -r index.html $$USER@shell.sourceforge.net:$(web_path_project)
14
10
        rsync $(rsync_args) -r $(html_docs) $$USER@shell.sourceforge.net:$(web_path_docs)
 
11
        rsync $(rsync_args) -r ../examples $$USER@shell.sourceforge.net:$(web_path_project)
15
12