Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xiph/speex.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorconrad <conrad@0101bb08-14d6-0310-b084-bc0e0c8e3800>2007-06-06 05:57:59 +0400
committerconrad <conrad@0101bb08-14d6-0310-b084-bc0e0c8e3800>2007-06-06 05:57:59 +0400
commit4f204ca137ab76a490ab66d68edeab7e57426c04 (patch)
treed31acec54d990cc09e52cae7972494fe884e8d11 /doc
parentf6205b1a3801a80eeb7c80f21000c338d6ba7292 (diff)
Remove hardcoded docdir, mandir from {doc,src}/Makefile.am, to allow
overriding of these variables. Bug reported by Alex (alkos333): http://lists.xiph.org/pipermail/speex-dev/2007-June/005732.html NB. As of this revision, docs are no longer installed into $(prefix)/share/doc/speex$(VERSION) but into the GNU Coding Standards default ${datarootdir}/doc/${PACKAGE} (effectively the same thing without the VERSION appended) git-svn-id: http://svn.xiph.org/trunk/speex@13014 0101bb08-14d6-0310-b084-bc0e0c8e3800
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index a70a97b..d2896ef 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,5 +1,3 @@
-docdir=$(prefix)/share/doc/@PACKAGE@-@VERSION@
-
doc_DATA = manual.pdf
EXTRA_DIST = $(doc_DATA)