Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
No man pages for SDL 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Nov 23, 2011
1 parent 3fa9a0b commit 3309846
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions build-scripts/fatbuild.sh
Expand Up @@ -113,7 +113,6 @@ case $phase in
install_hdrs="yes"
install_lib="yes"
install_data="yes"
install_man="yes"
;;
install-bin)
install_bin="yes"
Expand All @@ -127,9 +126,6 @@ case $phase in
install-data)
install_data="yes"
;;
install-man)
install_man="yes"
;;
clean)
clean_ppc="yes"
clean_x86="yes"
Expand Down Expand Up @@ -280,13 +276,6 @@ if test x$install_data = xyes; then
do_install sh $auxdir/mkinstalldirs $datadir/aclocal
do_install /usr/bin/install -c -m 644 $srcdir/sdl.m4 $datadir/aclocal/sdl.m4
fi
if test x$install_man = xyes; then
do_install sh $auxdir/mkinstalldirs $mandir/man3
for src in $srcdir/docs/man3/*.3; do \
file=`echo $src | sed -e 's|^.*/||'`; \
do_install /usr/bin/install -c -m 644 $src $mandir/man3/$file; \
done
fi

#
# Clean up
Expand Down

0 comments on commit 3309846

Please sign in to comment.