From 2f0db17cc0d942fffa715d8d686721ce557f307c Mon Sep 17 00:00:00 2001 From: Daniel Caujolle-Bert Date: Fri, 5 Oct 2001 13:41:53 +0000 Subject: 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 --- doc/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/Makefile.am') 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; \ -- cgit v1.2.3