2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 14:02:27 +00:00

tiff: enable library manual pages. See #273

This commit is contained in:
Dylan Araps 2021-07-12 11:25:22 +03:00
parent 3a3ab28a47
commit 5e3ae13b41
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C

View File

@ -8,18 +8,7 @@
--without-x
make
make DESTDIR="$1" install
make -C libtiff DESTDIR="$1" \
install-libLTLIBRARIES \
install-libtiffincludeHEADERS \
install-nodist_libtiffincludeHEADERS
make -C tools DESTDIR="$1" \
install-binPROGRAMS
make -C man DESTDIR="$1" \
install-man1
make DESTDIR="$1" \
install-pkgconfigDATA
# Remove HTML documentation.
rm -rf "$1/usr/share/doc"