File: Makefile.am

package info (click to toggle)
debtags 1.6.6
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 2,152 kB
  • ctags: 316
  • sloc: sh: 8,840; cpp: 2,632; perl: 801; makefile: 65
file content (20 lines) | stat: -rw-r--r-- 627 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
## Process this file with automake to produce Makefile.in

SUBDIRS = tools examples doc .

pkgdata_DATA = vocabulary tags-current.gz

conf_DATA = sources.list

#bashcomp_DATA = debtags-bashcompletion

man_MANS = debtags.1 debtags-updatecontrol.1

debtags.1: tools/manpage doc/debtags-man-hooks
	tools/manpage debtags doc/debtags-man-hooks > $@ || rm $@

install-data-local: bash-completion
	install -d -o root -g root -m 0755 $(DESTDIR)$(bashcompdir)
	$(INSTALL_DATA) $< $(DESTDIR)$(bashcompdir)/debtags

EXTRA_DIST = vocabulary tags-current.gz bash-completion DONE autogen.sh $(man_MANS) get_tags get_vocabulary sources.list