~ubuntu-branches/ubuntu/vivid/debtags/vivid-proposed

« back to all changes in this revision

Viewing changes to libapt-front/doc/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Enrico Zini
  • Date: 2006-03-18 20:31:47 UTC
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20060318203147-d9uzdeong5f5nk14
Tags: 1.5.5
* Added dumpavail command.
* Don't rebuild the database on install: apt-index-watcher does it instead.
  Closes: #357103.
* Compiles with g++ 4.1.  Closes: #357360.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
## Process this file with automake to produce Makefile.in
2
 
 
3
 
#noinst_DATA = html/index.html libapt-front.doxytags
4
 
 
5
 
libapt-front.doxytags: libapt-front.dox $(top_builddir)/apt-front/libapt-front.la
6
 
        doxygen $<
7
 
 
8
 
html/index.html: libapt-front.dox $(top_builddir)/apt-front/libapt-front.la
9
 
        doxygen $<
10
 
        chmod a+rX -R html/
11
 
 
12
 
EXTRA_DIST = libapt-front.dox
13
 
 
14
 
CLEANFILES = libapt-front.doxytags
15
 
 
16
 
clean-local:
17
 
        rm -rf html