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

« back to all changes in this revision

Viewing changes to docs/Makefile_web.am_fragment

  • 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
1
web_path_project = /home/groups/l/li/libxmlplusplus/htdocs/
2
 
web_path_docs = $(web_path_project)
3
 
rsync_args = -vz --rsh ssh --delete --delete-after --recursive --cvs-exclude --exclude="**1.0**"
 
2
web_path_docs = $(web_path_project)docs/
 
3
rsync_args = -vz --rsh ssh --recursive --cvs-exclude --exclude="**1.0**" --exclude=".cvsignore" --exclude="Makefile" --exclude="Makefile.in" --exclude=".deps" --exclude=".libs"
 
4
 
 
5
docdir = $(datadir)/doc/libxml++-2.6/docs