Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
wine
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Yoann Laissus
wine
Commits
8c2e573f
Commit
8c2e573f
authored
23 years ago
by
Andreas Mohr
Committed by
Alexandre Julliard
23 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Avoid potential problems with filenames containing spaces.
parent
1ac2b1e3
Loading
Loading
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
documentation/db2html-winehq
+7
-7
7 additions, 7 deletions
documentation/db2html-winehq
documentation/make_winehq
+10
-10
10 additions, 10 deletions
documentation/make_winehq
tools/font_convert.sh
+4
-4
4 additions, 4 deletions
tools/font_convert.sh
with
21 additions
and
21 deletions
documentation/db2html-winehq
+
7
−
7
View file @
8c2e573f
...
...
@@ -90,20 +90,20 @@ echo "working on ${EXTRA_PATH}$1"
if
[
$#
-eq
1
]
then
if
[
-d
${
output
}
.junk
]
if
[
-d
"
${
output
}
.junk
"
]
then
/bin/rm
-rf
${
output
}
.junk
/bin/rm
-rf
"
${
output
}
.junk
"
fi
if
[
-d
${
output
}
]
if
[
-d
"
${
output
}
"
]
then
mv
$output
${
output
}
.junk
mv
"
$output
"
"
${
output
}
.junk
"
fi
echo
"about to rename temporary directory to
$output
"
mv
${
TMPDIR
}
$output
mv
"
${
TMPDIR
}
"
"
$output
"
else
cat
$TMPDIR
/
*
cat
"
$TMPDIR
"
/
*
fi
rm
-rf
$TMPDIR
rm
-rf
"
$TMPDIR
"
exit
0
This diff is collapsed.
Click to expand it.
documentation/make_winehq
+
10
−
10
View file @
8c2e573f
...
...
@@ -20,11 +20,11 @@
WWWDIR
=
www.winehq.com
## Want to put this into a sub-directory for easier maintenance
if
[
-e
$WWWDIR
]
;
then
rm
-rf
$WWWDIR
.old
mv
$WWWDIR
$WWWDIR
.old
if
[
-e
"
$WWWDIR
"
]
;
then
rm
-rf
"
$WWWDIR
.old
"
mv
"
$WWWDIR
"
"
$WWWDIR
"
.old
fi
mkdir
$WWWDIR
mkdir
"
$WWWDIR
"
## Create four-book HTML tarball
echo
"./db2html-winehq wine-user.sgml"
...
...
@@ -36,13 +36,13 @@ echo "./db2html-winehq winelib-user.sgml"
echo
"./db2html-winehq wine-pkg.sgml"
./db2html-winehq wine-pkg.sgml
tar
czf winedoc-html.tgz wine-user wine-devel winelib-user wine-pkg
cp
winedoc-html.tgz
$WWWDIR
cp
winedoc-html.tgz
"
$WWWDIR
"
## Create one-book HTML tarball
echo
"./db2html-winehq wine-doc.sgml"
./db2html-winehq wine-doc.sgml
tar
czf wine-set-html.tgz wine-doc
cp
wine-set-html.tgz
$WWWDIR
cp
wine-set-html.tgz
"
$WWWDIR
"
## Create PostScript tarball
echo
"db2ps -d ./print.dsl wine-user.sgml"
...
...
@@ -54,7 +54,7 @@ db2ps -d ./print.dsl winelib-user.sgml > /dev/null 2>&1
echo
"db2ps -d ./print.dsl wine-pkg.sgml"
db2ps
-d
./print.dsl wine-pkg.sgml
>
/dev/null 2>&1
tar
czf winedoc-ps.tgz wine-user.ps wine-devel.ps winelib-user.ps wine-pkg.ps
cp
winedoc-ps.tgz
$WWWDIR
cp
winedoc-ps.tgz
"
$WWWDIR
"
## Create PDF tarball
echo
"db2pdf -d ./print.dsl wine-user.sgml"
...
...
@@ -66,12 +66,12 @@ db2pdf -d ./print.dsl winelib-user.sgml > /dev/null 2>&1
echo
"db2pdf -d ./print.dsl wine-pkg.sgml"
db2pdf
-d
./print.dsl wine-pkg.sgml
>
/dev/null 2>&1
tar
czf winedoc-pdf.tgz wine-user.pdf wine-devel.pdf winelib-user.pdf wine-pkg.pdf
cp
winedoc-pdf.tgz
$WWWDIR
cp
winedoc-pdf.tgz
"
$WWWDIR
"
## Create SGML tarball
echo
"Creating SGML package..."
tar
czf winedoc-sgml.tgz
*
.sgml
*
.dsl
*
.ent db2html-winehq
cp
winedoc-sgml.tgz
$WWWDIR
cp
winedoc-sgml.tgz
"
$WWWDIR
"
## Done creating downloadable tarballs for users. Now we want to
## create a tarball of SHTML in a slightly different form, for the
...
...
@@ -91,5 +91,5 @@ echo "./db2html-winehq winelib-user.sgml"
echo
"./db2html-winehq wine-pkg.sgml"
./db2html-winehq wine-pkg.sgml
tar
czf winehq-shtml.tgz wine-user wine-devel winelib-user wine-pkg
cp
winehq-shtml.tgz
$WWWDIR
cp
winehq-shtml.tgz
"
$WWWDIR
"
This diff is collapsed.
Click to expand it.
tools/font_convert.sh
+
4
−
4
View file @
8c2e573f
...
...
@@ -70,8 +70,8 @@ $Q echo "done."
if
[
-z
"
$FONTS
"
]
;
then
$Q
echo
"Can't find any fonts in
$WIND
"
;
exit
1
;
fi
;
mkdir
$TMPDIR
;
cd
$TMPDIR
;
mkdir
"
$TMPDIR
"
cd
"
$TMPDIR
"
for
i
in
"
${
FONTS
[@]
}
"
;
do
FNT
=
`
basename
"
$i
"
`
;
FNT
=
${
FNT
%.???
}
;
...
...
@@ -89,7 +89,7 @@ for i in *.bdf; do
$Q
echo
"installing
${
i
%.???
}
.pcf"
;
mv
"
${
i
%.???
}
.pcf"
$TARGET
2>/dev/null
if
[
$?
-ne
0
]
;
then
$Q
echo
"Can't install fonts to
$TARGET
. Are your root?"
;
cd
$OLDPWD
;
rm
-rf
$TMPDIR
;
exit
1
;
fi
;
$Q
echo
"Can't install fonts to
$TARGET
. Are your root?"
;
cd
"
$OLDPWD
"
;
rm
-rf
"
$TMPDIR
"
;
exit
1
;
fi
;
rm
"
$i
"
;
done
;
...
...
@@ -100,7 +100,7 @@ if [ "$Q" ]; then
else
mkfontdir
fi
;
rmdir
$TMPDIR
;
rmdir
"
$TMPDIR
"
if
[
"
$DISPLAY
"
]
;
then
$Q
echo
"adjusting X font database"
;
xset fp rehash
;
fi
;
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment