Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
libogg: remove html/xml documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanaraps committed Jul 6, 2021
1 parent e20010b commit ad00471
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions extra/libogg/build
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ad00471

Please sign in to comment.