summaryrefslogtreecommitdiff
path: root/doc/Makefile.am
diff options
context:
space:
mode:
authorDaniel Caujolle-Bert <f1rmb@users.sourceforge.net>2001-10-05 13:41:53 +0000
committerDaniel Caujolle-Bert <f1rmb@users.sourceforge.net>2001-10-05 13:41:53 +0000
commit2f0db17cc0d942fffa715d8d686721ce557f307c (patch)
treee74ac91464cb37ed0e0ca0accd91a1e81d88af66 /doc/Makefile.am
parent6f6fbbc03f116bde9ab3ae33a7d25b7991017e70 (diff)
downloadxine-lib-2f0db17cc0d942fffa715d8d686721ce557f307c.tar.gz
xine-lib-2f0db17cc0d942fffa715d8d686721ce557f307c.tar.bz2
Fixed $DESTDIR, use it for rpms generation. Update xine.h for audio cap/props.
CVS patchset: 738 CVS date: 2001/10/05 13:41:53
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r--doc/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 631e72a05..af9d20111 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -24,7 +24,7 @@ docs:
install-data-local:
@documentations='$(docs_DOCS)'; \
for doc in $$documentations; do \
- destdir=$(docdir); \
+ destdir=$(DESTDIR)$(docdir); \
name=`echo $$doc` \
dir=$$destdir; \
$(mkinstalldirs) $$dir; \
@@ -35,7 +35,7 @@ install-data-local:
uninstall-local:
@documentations='$(docs_DOCS)'; \
for doc in $$documentations; do \
- destdir=$(docdir); \
+ destdir=$(DESTDIR)$(docdir); \
name=`echo $$doc` \
dir=$$destdir; \
rm -f $$dir/$$name; \