[Groonga-commit] groonga/groonga [master] Don't install document source

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Jan 7 15:17:14 JST 2013


Kouhei Sutou	2013-01-07 15:17:14 +0900 (Mon, 07 Jan 2013)

  New Revision: 672f8b4091c9cee948e1e6ee365594b4aee06f22
  https://github.com/groonga/groonga/commit/672f8b4091c9cee948e1e6ee365594b4aee06f22

  Log:
    Don't install document source
    
    It is needless.

  Modified files:
    doc/Makefile.am

  Modified: doc/Makefile.am (+2 -4)
===================================================================
--- doc/Makefile.am    2013-01-07 13:53:08 +0900 (fea7643)
+++ doc/Makefile.am    2013-01-07 15:17:14 +0900 (73c3c41)
@@ -36,7 +36,8 @@ init-locale:
 EXTRA_DIST =					\
 	$(theme_files_relative_from_doc_dir)	\
 	images.mk				\
-	update_execution_example.py
+	update_execution_example.py		\
+	$(source_files_relative_from_doc_dir)
 
 $(source_files_relative_from_doc_dir): html
 
@@ -44,9 +45,6 @@ update-images:
 	cd $(srcdir)/source/_static/images && \
 	  $(MAKE) -f $(abs_srcdir)/images.mk update-images
 
-nobase_dist_doc_DATA =				\
-	$(source_files_relative_from_doc_dir)
-
 if DOCUMENT_BUILDABLE
 dist-hook: html man
 	@touch $(distdir)/build-stamp
-------------- next part --------------
HTML����������������������������...
Télécharger 



More information about the Groonga-commit mailing list
Back to archive index