~ubuntu-branches/ubuntu/lucid/gavl/lucid

« back to all changes in this revision

Viewing changes to doc/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Romain Beauxis
  • Date: 2008-11-07 13:47:46 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20081107134746-s4s970fo1bcde9zw
Tags: 1.0.1-1
* Adopted package for debian, with the blessing of previous maintainer.
* Based new package on Christian Marillat's package for debian-multimedia.
* Removed support for ccache until I figure out how to make it work
  with cdbs.
* Changed library package name since ABI is not backward compatible, but
  upstream did not bump major soversion.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
EXTRA_DIST=Doxyfile.in mainpage.incl
 
2
 
 
3
apiref:
 
4
        doxygen Doxyfile
 
5
 
 
6
html: apiref 
 
7
 
 
8
all: html
 
9
 
 
10
install-data-local:
 
11
        test -z "$(DESTDIR)$(docdir)/apiref" || $(mkdir_p) "$(DESTDIR)$(docdir)/apiref"
 
12
        $(INSTALL_DATA) apiref/* $(DESTDIR)$(docdir)/apiref
 
13
 
 
14
CLEANFILES = gavl.tags
 
15
 
 
16
clean-local:
 
17
        -rm -rf apiref
 
18
 
 
19
uninstall-local:
 
20
        -rm -rf "$(DESTDIR)$(docdir)/apiref"