Kazuhiko
null+****@clear*****
Thu Oct 4 10:31:34 JST 2012
Kazuhiko 2011-11-03 21:50:32 +0900 (Thu, 03 Nov 2011) New Revision: 58971d78c78fb5720267df8172abaa9d4668b5cf https://github.com/mroonga/mroonga/commit/58971d78c78fb5720267df8172abaa9d4668b5cf Merged b184a3e: Merge branch 'master' of github.com:mroonga/mroonga Log: [doc] modify to make 'make dist' working. Added files: doc/images.mk Modified files: build/makefiles/sphinx.am doc/Makefile.am Modified: build/makefiles/sphinx.am (+1 -1) =================================================================== --- build/makefiles/sphinx.am 2011-11-03 21:46:11 +0900 (97658ed) +++ build/makefiles/sphinx.am 2011-11-03 21:50:32 +0900 (28f4927) @@ -25,7 +25,7 @@ required_build_stamps = \ EXTRA_DIST += $(required_build_stamps) man_files = \ - man/groonga.1 + man/groongastorageengine.1 generated_files = \ $(DOCTREES_BASE) \ Modified: doc/Makefile.am (+1 -1) =================================================================== --- doc/Makefile.am 2011-11-03 21:46:11 +0900 (268ff1e) +++ doc/Makefile.am 2011-11-03 21:50:32 +0900 (efe9499) @@ -35,7 +35,7 @@ EXTRA_DIST = \ $(source_files_relative_from_doc_dir): html update-images: - cd $(srcdir)/source/_static/images && \ + cd $(srcdir)/source/images && \ make -f $(abs_srcdir)/images.mk update-images if ENABLE_DOCUMENT Added: doc/images.mk (+10 -0) 100644 =================================================================== --- /dev/null +++ doc/images.mk 2011-11-03 21:50:32 +0900 (54175b3) @@ -0,0 +1,10 @@ +generated_images = \ + mroonga.png \ + storage-mode.png \ + wrapper-mode.png + +.SUFFIXES: .svg .png +.svg.png: + inkscape --export-dpi 90 --export-background white --export-png $@ $< + +update-images: $(generated_images) -------------- next part -------------- HTML����������������������������...Download