null+****@clear*****
null+****@clear*****
2011年 9月 13日 (火) 17:47:58 JST
Kouhei Sutou 2011-09-13 08:47:58 +0000 (Tue, 13 Sep 2011)
New Revision: ada8203fb63140bd6c7c5b03b3b2bcc7c9772816
Log:
[doc] add SVG -> PNG rule.
Modified files:
doc/Makefile.am
Modified: doc/Makefile.am (+14 -0)
===================================================================
--- doc/Makefile.am 2011-09-13 08:47:26 +0000 (a5827e7)
+++ doc/Makefile.am 2011-09-13 08:47:58 +0000 (06ca68e)
@@ -28,6 +28,20 @@ EXTRA_DIST = \
$(source_files_relative_from_doc_dir): html
+images = \
+ $(srcdir)/source/_static/images/geo-encode-leading-2bit.png \
+ $(srcdir)/source/_static/images/geo-encode-leading-4bit.png \
+ $(srcdir)/source/_static/images/geo-points-distance.png \
+ $(srcdir)/source/_static/images/geo-points-in-circle.png \
+ $(srcdir)/source/_static/images/geo-points-in-rectangle.png \
+ $(srcdir)/source/_static/images/geo-points-sort.png \
+ $(srcdir)/source/_static/images/geo-points.png \
+ $(srcdir)/source/_static/images/geo-search-in-circle.png \
+ $(srcdir)/source/_static/images/geo-search-in-rectangle.png
+
+.svg.png:
+ inkscape --export-dpi 90 --export-background white --export-png $@ $<
+
if ENABLE_DOCUMENT
dist-hook: html man
@touch $(distdir)/build-stamp