Navigation Menu

Skip to content

Commit

Permalink
[doc] modify to make 'make dist' working.
Browse files Browse the repository at this point in the history
  • Loading branch information
fdiary committed Nov 3, 2011
1 parent 6c014f7 commit 58971d7
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/makefiles/sphinx.am
Expand Up @@ -25,7 +25,7 @@ required_build_stamps = \
EXTRA_DIST += $(required_build_stamps)

man_files = \
man/groonga.1
man/groongastorageengine.1

generated_files = \
$(DOCTREES_BASE) \
Expand Down
2 changes: 1 addition & 1 deletion doc/Makefile.am
Expand Up @@ -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
Expand Down
10 changes: 10 additions & 0 deletions doc/images.mk
@@ -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)

0 comments on commit 58971d7

Please sign in to comment.