[Groonga-commit] groonga/groonga [master] doc: support update-examples target customize via command line

Back to archive index

null+****@clear***** null+****@clear*****
2012年 7月 9日 (月) 13:27:38 JST


Kouhei Sutou	2012-07-09 13:27:38 +0900 (Mon, 09 Jul 2012)

  New Revision: 88ea9804ca0e90504fdca5aa2ecbf696ff1ef9cb
  https://github.com/groonga/groonga/commit/88ea9804ca0e90504fdca5aa2ecbf696ff1ef9cb

  Log:
    doc: support update-examples target customize via command line
    
    e.g.: make update-examples SOURCES=source/reference/grn_expr/

  Modified files:
    doc/Makefile.am

  Modified: doc/Makefile.am (+2 -1)
===================================================================
--- doc/Makefile.am    2012-07-08 18:30:26 +0900 (532f758)
+++ doc/Makefile.am    2012-07-09 13:27:38 +0900 (074376f)
@@ -8,10 +8,11 @@ all:
 
 include $(top_srcdir)/doc/files.am
 
+SOURCES = $(srcdir)/source
 update-examples:
 	PATH=$(top_builddir)/src:$(top_builddir)/src/suggest:$$PATH	\
 	  $(srcdir)/update_execution_example.py				\
-	  $(srcdir)/source
+	  $(SOURCES)
 
 files.am: update-files.sh
 	update-files
-------------- next part --------------
HTML$B$NE:IU%U%!%$%k$rJ]4I$7$^$7$?(B...
下载 



Groonga-commit メーリングリストの案内
Back to archive index