Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
29fc0f5c
Commit
29fc0f5c
authored
Aug 07, 2015
by
Alexandre Duret-Lutz
Browse files
org: use optipng to compress png files
* doc/Makefile.am: If optipng is present, run it in dist-hook.
parent
659dfe95
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/Makefile.am
View file @
29fc0f5c
...
...
@@ -108,3 +108,8 @@ EXTRA_DIST = \
$(ORG_FILES)
\
$(srcdir)
/org-stamp
\
$(srcdir)
/userdoc
dist-hook
:
optipng
.PHONY
:
optipng
optipng
:
-
(
optipng
-v
>
/dev/null
)
&&
optipng
-o5
$(distdir)
/userdoc/
*
.png
Write
Preview
Supports
Markdown
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