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

« back to all changes in this revision

Viewing changes to 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
1
## Process this file with automake to produce Makefile.in
2
2
 
3
 
SUBDIRS = libapt-front . tools examples doc
 
3
SUBDIRS = tools examples doc .
4
4
 
5
5
pkgdata_DATA = vocabulary tags-current.gz
6
6
 
10
10
 
11
11
man_MANS = debtags.1
12
12
 
 
13
debtags.1: tools/manpage doc/debtags-man-hooks
 
14
        tools/manpage debtags doc/debtags-man-hooks > $@ || rm $@
 
15
 
13
16
install-data-local: bash-completion
14
17
        install -d -o root -g root -m 0755 $(DESTDIR)$(bashcompdir)
15
18
        $(INSTALL_DATA) $< $(DESTDIR)$(bashcompdir)/debtags