Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tiago Peixoto
graph-tool
Commits
e88d4266
Commit
e88d4266
authored
Sep 04, 2011
by
Tiago Peixoto
Browse files
doc Makefile fix: Do not modify pdf files in "build" directory
parent
e3fe8159
Changes
1
Hide whitespace changes
Inline
Side-by-side
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
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment