Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
libSDL
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PocketInsanity
libSDL
Commits
6182eb37
Commit
6182eb37
authored
13 years ago
by
Sam Lantinga
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
No man pages for SDL 1.3
parent
f52f040b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
11 deletions
+0
-11
fatbuild.sh
build-scripts/fatbuild.sh
+0
-11
No files found.
build-scripts/fatbuild.sh
View file @
6182eb37
...
...
@@ -113,7 +113,6 @@ case $phase in
install_hdrs
=
"yes"
install_lib
=
"yes"
install_data
=
"yes"
install_man
=
"yes"
;;
install-bin
)
install_bin
=
"yes"
...
...
@@ -127,9 +126,6 @@ case $phase in
install-data
)
install_data
=
"yes"
;;
install-man
)
install_man
=
"yes"
;;
clean
)
clean_ppc
=
"yes"
clean_x86
=
"yes"
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment