diff options
author | Guilhem Moulin <guilhem.moulin@fripost.org> | 2012-05-11 02:29:42 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem.moulin@fripost.org> | 2012-05-11 04:40:26 +0200 |
commit | 02239b51f73f2d67370b1a18f0101bcf6fed9a85 (patch) | |
tree | 5c9e1ca91e497c0eb6d0bfdf557f8388fff66cd3 /figures/Makefile | |
parent | 460731bcf9cf9ffec50d5761cd63887a72a93b3d (diff) |
Adding colors to the LDAP schema.
Diffstat (limited to 'figures/Makefile')
-rw-r--r-- | figures/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/figures/Makefile b/figures/Makefile index 0b2fd5a..7c3783b 100644 --- a/figures/Makefile +++ b/figures/Makefile @@ -18,17 +18,17 @@ png: $(PNG) %.svg: %.pdf - inkscape $*-cropped.pdf --export-plain-svg=$@ + inkscape $*-trimmed.pdf --export-plain-svg=$@ %.png: %.pdf -# inkscape $^ --export-area-drawing --export-png=$@ - convert -density 120 -quality 85 $*-cropped.pdf $@ +# inkscape $*-trimmed.pdf --export-area-drawing --export-png=$@ + convert -density 120 -quality 85 $*-trimmed.pdf $@ %.pdf: %.tex pdflatex -shell-escape $^ clean: - rm -rf *.aux *.log *.auxlock network-cropped* ldap-cropped* $(PDF) $(SVG) $(PNG) + rm -f *.aux *.log *.auxlock network-trimmed* ldap-trimmed* $(PDF) $(SVG) $(PNG) wc: $(PDF) |