File: Makefile.am

package info (click to toggle)
hf 0.7.3-4etch1
  • links: PTS
  • area: main
  • in suites: etch
  • size: 3,684 kB
  • ctags: 3,156
  • sloc: ansic: 26,447; cpp: 4,909; sh: 3,785; makefile: 309
file content (31 lines) | stat: -rw-r--r-- 627 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
SUBDIRS = man hf-examplefiles

DOCUMENTS = \
DE-HF-HOWTO.txt HF-HOWTO.txt \
AUTHORS \
LIESMICH README \
INSTALL ChangeLog \
chan_formulas.tex chan_formulas.ps \
dcf77.txt \
pactor.ps pactor.txt pactor_statediag.fig \
su1.priv.txt \
hf.spec \
P-MB-list.txt \
mt63.txt \
english.txt \
lfconv.jpg \
index.html

docdir = $(datadir)/hf
doc_DATA = $(DOCUMENTS)

EXTRA_DIST = $(DOCUMENTS)

susedocdir = /usr/share/doc/packages
install-data-local:
	@$(NORMAL_INSTALL)

	if test -d $(DESTDIR)$(susedocdir) ; then \
	    $(mkinstalldirs) $(DESTDIR)$(susedocdir)/hf; \
	    $(INSTALL_DATA) $(DOCUMENTS) $(DESTDIR)$(susedocdir)/hf; \
	fi