summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2013-06-04 22:55:30 +0200
committerRalf Baechle <ralf@linux-mips.org>2013-06-04 22:55:30 +0200
commitcc64516c0dfc079bf1467bd68e8f265722143229 (patch)
tree96474415192e1dcf6e73deb54ccf871f3a6af520
parent650e50eb740a3f325c4d0b66fd271b66843c0b19 (diff)
Remove all definitions of docdir from makefiles.
This may result in docfiles getting installed in ${prefix}/doc/, not ${prefix}/share/doc which is the convention. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
-rw-r--r--dmascc/Makefile.am1
-rw-r--r--tcpip/Makefile.am1
-rw-r--r--user_call/Makefile.am1
-rw-r--r--yamdrv/Makefile.am1
4 files changed, 0 insertions, 4 deletions
diff --git a/dmascc/Makefile.am b/dmascc/Makefile.am
index 1af785f..45bd335 100644
--- a/dmascc/Makefile.am
+++ b/dmascc/Makefile.am
@@ -7,7 +7,6 @@ man_MANS = dmascc_cfg.1
EXTRA_DIST = $(man_MANS) $(doc_DATA)
-docdir=$(prefix)/doc/ax25-tools
doc_DATA = README.dmascc
installconf:
diff --git a/tcpip/Makefile.am b/tcpip/Makefile.am
index e0835e3..7a5a2cb 100644
--- a/tcpip/Makefile.am
+++ b/tcpip/Makefile.am
@@ -12,7 +12,6 @@ sbin_PROGRAMS = rip98d ttylinkd
man_MANS = rip98d.conf.5 rip98d.8 ttylinkd.conf.5 ttylinkd.8
-docdir=${prefix}/doc/ax25-tools
doc_DATA= ttylinkd.README ttylinkd.INSTALL
EXTRA_DIST = $(man_MANS) $(etcfiles) $(doc_DATA)
diff --git a/user_call/Makefile.am b/user_call/Makefile.am
index 24cf7d7..1911d6f 100644
--- a/user_call/Makefile.am
+++ b/user_call/Makefile.am
@@ -6,7 +6,6 @@ sbin_PROGRAMS = ax25_call netrom_call rose_call tcp_call
man_MANS = ax25_call.8 netrom_call.8 rose_call.8 tcp_call.8
-docdir=${prefix}/doc/ax25-tools
doc_DATA= README.user_call
EXTRA_DIST = $(man_MANS) $(doc_DATA)
diff --git a/yamdrv/Makefile.am b/yamdrv/Makefile.am
index d685291..1a514f3 100644
--- a/yamdrv/Makefile.am
+++ b/yamdrv/Makefile.am
@@ -5,7 +5,6 @@ yamcfg_SOURCES = yamcfg.c yam.h
mcs2h_SOURCES = mcs2h.c
-docdir=${datadir}/doc/ax25-tools
doc_DATA = README.yamdrv
EXTRA_DIST = $(doc_DATA)