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
522d0b0b
Commit
522d0b0b
authored
Sep 05, 2000
by
jcole@tetra.bedford.progress.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added target for printed manual pdf for NuSphere.
parent
166c15a9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
Docs/Makefile.am
Docs/Makefile.am
+10
-0
No files found.
Docs/Makefile.am
View file @
522d0b0b
...
...
@@ -66,6 +66,16 @@ manual.pdf: manual.texi
rm
-f
manual-tmp.
*
;
\
touch
$@
# Target to produce NuSphere Manual
print-manual.pdf
:
manual.texi
cat
manual.texi |
sed
-e
's|@image{[^}]*} *||g'
>
manual-tmp.texi
;
\
pdftex
--interaction
=
nonstopmode
'\input manual-tmp.texi'
;
\
pdftex
--interaction
=
nonstopmode
'\pdfcompresslevel=9'
\
'\input manual-tmp.texi'
;
\
mv
manual-tmp.pdf
$@
;
\
rm
-f
manual-tmp.
*
;
\
touch
$@
# The texi2dvi gives a lot of harmless errors. Just ignore them unless
# you want to help with the typesetting part.
# This is the European papersize version
...
...
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