~ubuntu-branches/ubuntu/raring/frame/raring

« back to all changes in this revision

Viewing changes to doc/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Francis Ginther
  • Date: 2012-07-27 10:36:59 UTC
  • Revision ID: package-import@ubuntu.com-20120727103659-lzgo2n21df0g4udi
Tags: upstream-2.2.4
ImportĀ upstreamĀ versionĀ 2.2.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
##
 
2
## Makefile for the doc subdirectory of libgeis
 
3
##
 
4
## Copyright (C) 2010 Canonical Ltd.
 
5
##
 
6
## Process this file with automake to produce Makefile.in.
 
7
##
 
8
## This file is part of the libgeis project.  This library is free
 
9
## software; you can redistribute it and/or modify it under the
 
10
## terms of the GNU General Public License as published by the
 
11
## Free Software Foundation; either version 3, or (at your option)
 
12
## any later version.
 
13
##
 
14
## This library is distributed in the hope that it will be useful,
 
15
## but WITHOUT ANY WARRANTY; without even the implied warranty of
 
16
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
17
## GNU General Public License for more details.
 
18
##
 
19
## You should have received a copy of the GNU General Public License along
 
20
## with this library; see the file COPYING3.  If not see
 
21
## <http://www.gnu.org/licenses/>.
 
22
##
 
23
 
 
24
api/html:
 
25
        mkdir -p api/html
 
26
 
 
27
doc-html: doc-html-doxygen 
 
28
 
 
29
doc-man: doc-man-doxygen
 
30
 
 
31
doc-html-doxygen:
 
32
        doxygen 
 
33
 
 
34
doc-man-doxygen:
 
35
        doxygen 
 
36
 
 
37
install-data-local: api/html
 
38
        $(INSTALL) -d $(DESTDIR)$(docdir) 
 
39
        cp -a api/html $(DESTDIR)$(docdir) 
 
40
 
 
41
clean-local:
 
42
        -rm -rf *.html api
 
43
 
 
44
EXTRA_DIST = Doxyfile