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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
ffed900f
Commit
ffed900f
authored
Mar 14, 2002
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Cleaned up rules in Docs/Makefile.am.
Docs/Makefile.am: Cleaned up rules.
parent
0f465645
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
17 deletions
+16
-17
Docs/Makefile.am
Docs/Makefile.am
+16
-17
No files found.
Docs/Makefile.am
View file @
ffed900f
...
...
@@ -69,21 +69,21 @@ manual_toc.html: manual.html
# PDF, Portable Document Format
manual.pdf
:
manual.texi
cat
manual.texi |
sed
-e
's|@image{[^}]*} *||g'
>
manual-tmp.texi
sed
-e
's|@image{[^}]*} *||g'
<
$<
>
manual-tmp.texi
pdftex
--interaction
=
nonstopmode manual-tmp.texi
texindex manual-tmp.??
pdftex
--interaction
=
nonstopmode manual-tmp.texi
texindex manual-tmp.??
pdftex
--interaction
=
nonstopmode manual-tmp.texi
mv
manual-tmp.pdf
manual.pdf
mv
manual-tmp.pdf
$@
rm
-f
manual-tmp.
*
touch
$@
# XML, DocBook 4.0
mysql.xml
:
manual.texi include.texi
$(MAKEINFO)
--force
--no-ifinfo
--docbook
manual.texi
mv
mysql.xml
mysql-tmp.xml
Support/docbook-fixup.pl <mysql-tmp.xml
>
mysql.xml
$(MAKEINFO)
--force
--no-ifinfo
--docbook
$<
mv
$@
mysql-tmp.xml
Support/docbook-fixup.pl <mysql-tmp.xml
>
$@
rm
-f
mysql-tmp.xml
# Postscript, A4 Paper
...
...
@@ -123,21 +123,21 @@ manual_toc.de.html: manual.html
# PDF, Portable Document Format
manual.de.pdf
:
manual.de.texi
cat
manual.de.texi |
sed
-e
's|@image{[^}]*} *||g'
>
manual-tmp.texi
sed
-e
's|@image{[^}]*} *||g'
<
$<
>
manual-tmp.texi
pdftex
--interaction
=
nonstopmode manual-tmp.texi
texindex manual-tmp.??
pdftex
--interaction
=
nonstopmode manual-tmp.texi
texindex manual-tmp.??
pdftex
--interaction
=
nonstopmode manual-tmp.texi
mv
manual-tmp.pdf
manual.de.pdf
mv
manual-tmp.pdf
$@
rm
-f
manual-tmp.
*
touch
$@
# XML, DocBook 4.0
mysql.de.xml
:
manual.de.texi include.texi
$(MAKEINFO)
--force
--no-ifinfo
--docbook
manual.de.texi
mv
mysql.de.xml
mysql-tmp.xml
Support/docbook-fixup.pl <mysql-tmp.xml
>
mysql.de.xml
$(MAKEINFO)
--force
--no-ifinfo
--docbook
$<
mv
$@
mysql-tmp.xml
Support/docbook-fixup.pl <mysql-tmp.xml
>
$@
rm
-f
mysql-tmp.xml
# Postscript, A4 Paper
...
...
@@ -163,18 +163,17 @@ manual_letter.de.ps: manual.de.texi include.texi
# Target to produce NuSphere Manual
nusphere.pdf
:
manual.texi
cat
manual.texi
\
|
sed
-e
's/@example/@smallexample/g'
\
-e
's/@end example/@end smallexample/g'
\
-e
's/@c ifnusphere //g'
\
-e
's|@image{[^}]*} *||g'
\
>
manual-tmp.texi
sed
-e
's/@example/@smallexample/g'
\
-e
's/@end example/@end smallexample/g'
\
-e
's/@c ifnusphere //g'
\
-e
's|@image{[^}]*} *||g'
\
<
$<
>
manual-tmp.texi
pdftex
--interaction
=
nonstopmode manual-tmp.texi
texindex manual-tmp.??
pdftex
--interaction
=
nonstopmode manual-tmp.texi
texindex manual-tmp.??
pdftex
--interaction
=
nonstopmode manual-tmp.texi
mv
manual-tmp.pdf
nusphere.pdf
mv
manual-tmp.pdf
$@
rm
-f
manual-tmp.
*
touch
$@
...
...
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