[Groonga-commit] groonga/groonga [master] Remove build-stamp by make clean.

Back to archive index

null+****@clear***** null+****@clear*****
2012年 2月 27日 (月) 16:28:30 JST


Kouhei Sutou	2012-02-27 16:28:30 +0900 (Mon, 27 Feb 2012)

  New Revision: c624c5d218103fc86e7936e3cfebd26b8b870f26

  Log:
    Remove build-stamp by make clean.

  Modified files:
    doc/Makefile.am

  Modified: doc/Makefile.am (+2 -1)
===================================================================
--- doc/Makefile.am    2012-02-27 16:28:16 +0900 (191d7f8)
+++ doc/Makefile.am    2012-02-27 16:28:30 +0900 (40392af)
@@ -2,6 +2,7 @@ SUBDIRS =					\
 	locale
 
 BUILT_SOURCES =
+CLEANFILES =
 
 all:
 
@@ -46,7 +47,7 @@ dist-hook: html man
 	@touch $(distdir)/build-stamp
 nobase_dist_doc_DATA =				\
 	$(source_files_relative_from_doc_dir)
-CLEANFILES = build-stamp
+CLEANFILES += build-stamp
 else
 dist-hook:
 	@echo "must specify --enable-document for 'make dist'"




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