[go: up one dir, main page]

File: Makefile.am

package info (click to toggle)
debtags 1.7.8.1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 2,364 kB
  • ctags: 273
  • sloc: sh: 8,999; cpp: 2,292; perl: 430; makefile: 69
file content (38 lines) | stat: -rw-r--r-- 1,000 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
## Process this file with automake to produce Makefile.in

SUBDIRS = tools doc .

confddir = $(confdir)/sources.list.d

pkgdata_DATA = vocabulary tags-current.gz

conf_DATA = sources.list
confd_DATA = source-example

#bashcomp_DATA = debtags-bashcompletion

man_MANS = debtags.1 debtags-updatecontrol.1

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

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

EXTRA_DIST = README IDEAS \
	vocabulary tags-current.gz get_tags get_vocabulary \
	bash-completion sources.list source-example \
	autogen.sh \
	$(man_MANS) \
	debian/changelog \
	debian/compat \
	debian/control \
	debian/debtags.copyright \
	debian/debtags.cron.daily \
	debian/debtags.dirs \
	debian/debtags.docs \
	debian/debtags.postinst \
	debian/debtags.postrm \
	debian/README.Debian \
	debian/rules