git.samba.org
/
ira
/
wip.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(from parent 2:
d296c77
)
Merge branch 'master' of ssh://git.samba.org/data/git/samba
author
Alexander Bokovoy
<ab@samba.org>
Sat, 8 Aug 2009 05:07:24 +0000
(08:07 +0300)
committer
Alexander Bokovoy
<ab@samba.org>
Sat, 8 Aug 2009 05:07:24 +0000
(08:07 +0300)
docs-xml/Makefile
patch
|
blob
|
history
diff --git
a/docs-xml/Makefile
b/docs-xml/Makefile
index 717d0679fe1c46284081c57ad2d3d10e59b6c388..40a6c7b6102a1effba506eb357508b35c989c903 100644
(file)
--- a/
docs-xml/Makefile
+++ b/
docs-xml/Makefile
@@
-153,10
+153,10
@@
$(PSDIR)/%.ps: %/index.xml $(PSDIR) xslt/latex.xsl %-images-eps
$(DBLATEX) $(DBLATEX_OPTIONS) -I $*/images -t ps -o $@ $<
%.eps: %.svg
- $(INKSCAPE) -z -f $
< --export-eps=$@
+ $(INKSCAPE) -z -f $
(abspath $<) --export-eps=$(abspath $@)
%.png: %.svg
- $(INKSCAPE) -z -f $
< --export-png=$@
+ $(INKSCAPE) -z -f $
(abspath $<) --export-png=$(abspath $@)
%.eps: %.png
$(PNGTOPNM) $< | $(PNMTOPS) > $@