Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
03b12897
Commit
03b12897
authored
Jun 23, 2005
by
lenz@mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- fixed text file generation - the node names in the info page had changed
parent
cc31c4c7
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
36 deletions
+5
-36
Docs/Makefile.am
Docs/Makefile.am
+4
-4
Docs/Support/generate-flag-images
Docs/Support/generate-flag-images
+0
-31
Docs/Support/generate-text-files.pl
Docs/Support/generate-text-files.pl
+1
-1
No files found.
Docs/Makefile.am
View file @
03b12897
...
...
@@ -36,19 +36,19 @@ CLEAN_FILES: $(txt_files)
GT
=
$(srcdir)
/Support/generate-text-files.pl
../INSTALL-SOURCE
:
mysql.info $(GT)
perl
-w
$(GT)
mysql.info
"
Installing"
"Tutorial
"
>
$@
perl
-w
$(GT)
mysql.info
"
installing-source"
"windows-source-build
"
>
$@
# We put the description for the binary installation here so that
# people who download source wont have to see it. It is moved up to
# the toplevel by the script that makes the binary tar files.
INSTALL-BINARY
:
mysql.info $(GT)
perl
-w
$(GT)
mysql.info
"
Installing binary"
"Installing
source"
>
$@
perl
-w
$(GT)
mysql.info
"
installing-binary"
"installing-
source"
>
$@
../EXCEPTIONS-CLIENT
:
mysql.info $(GT)
perl
-w
$(GT)
mysql.info
"
MySQL FLOSS License Exception"
"Function I
ndex"
>
$@
perl
-w
$(GT)
mysql.info
"
mysql-floss-license-exception"
"function-i
ndex"
>
$@
../support-files/MacOSX/ReadMe.txt
:
mysql.info $(GT)
perl
-w
$(GT)
mysql.info
"
Mac OS X installation"
"NetWare
installation"
>
$@
perl
-w
$(GT)
mysql.info
"
mac-os-x-installation"
"netware-
installation"
>
$@
# Don't update the files from bitkeeper
%
::
SCCS/s.%
Docs/Support/generate-flag-images
deleted
100755 → 0
View file @
cc31c4c7
#!/bin/sh
flags
=
`
grep
@image mirrors.texi |
cut
-d
" "
-f1
|
cut
-d
/
-f2
|
tr
-d
"}"
|
sort
|
uniq
`
set
-x
cd
Flags
for
c
in
$flags
do
# For PNM, to be used later
giftopnm ../Raw-Flags/
$c
.gif | pnmscale
-xsize
30
>
$c
-tmp
.pnm
pnmpaste
$c
-tmp
.pnm 1 1 ../Images/flag-background.pnm
>
$c
.pnm
rm
-f
$c
-tmp
.pnm
# For GIF version
ppmtogif
$c
.pnm
>
$c
.gif
# or cjpeg -optimize -quality 70 -outfile $c.jpg
# For EPS version
pnmtops
-noturn
$c
.pnm
>
$c
.eps
# For PDF version
ps2pdf
$c
.eps
$c
.pdf
# For text version
echo
-n
""
>
$c
.txt
# PNM isn't really needed
rm
-f
$c
.pnm
done
Docs/Support/generate-text-files.pl
View file @
03b12897
...
...
@@ -13,7 +13,7 @@ while (<IN>)
{
if
(
$in
)
{
if
(
/Node: $tnode,/
)
if
(
/Node: $tnode,/
||
/\[index/
)
{
$in
=
0
;
}
...
...
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