Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
graph-tool
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
43
Issues
43
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
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
Tiago Peixoto
graph-tool
Commits
e88d4266
Commit
e88d4266
authored
Sep 04, 2011
by
Tiago Peixoto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc Makefile fix: Do not modify pdf files in "build" directory
parent
e3fe8159
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
doc/Makefile
doc/Makefile
+4
-1
No files found.
doc/Makefile
View file @
e88d4266
PDFIMAGES
=
$(
shell
ls
*
.pdf
)
PNGIMAGES
=
${PDFIMAGES:.pdf=.png}
HUGEIMAGES
=
$(
shell
find
.
-name
"*.pdf"
-size
+1000k
)
HUGEIMAGES
=
$(
shell
find
.
-
maxdepth
1
-
name
"*.pdf"
-size
+1000k
)
ORIGIMAGES
=
${
HUGEIMAGES
:.pdf
=.pdf-orig
}
PNGCONV
=
gm convert
-density
600
-resample
50
-trim
-antialias
-quality
9
-filter
Cubic
...
...
@@ -28,3 +28,6 @@ push:
push-dev
:
rsync
-rEvpLz
build/
*
root@skewed.de:/var/www/graph-tool-doc/dev/
clean
:
rm
-rf
build
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