From ad00471d15b868df133c72e0ccf1f81bdf120780 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Tue, 6 Jul 2021 11:16:57 +0300 Subject: [PATCH] libogg: remove html/xml documentation --- extra/libogg/build | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/extra/libogg/build b/extra/libogg/build index 6daf22f8..6723fadc 100755 --- a/extra/libogg/build +++ b/extra/libogg/build @@ -3,5 +3,13 @@ ./configure \ --prefix=/usr -make -make DESTDIR="$1" install +make -C src + +# Install library and headers. +make -C include DESTDIR="$1" install +make -C src DESTDIR="$1" install + +# Install m4 and pkg-config data. +make DESTDIR="$1" \ + install-m4dataDATA \ + install-pkgconfigDATA