null+****@clear*****
null+****@clear*****
2012年 3月 1日 (木) 19:01:14 JST
Kouhei Sutou 2012-03-01 19:01:14 +0900 (Thu, 01 Mar 2012)
New Revision: 60444ff7f2d37d2c200945480e3173ede18f9c44
Log:
[doc] Remove --enable-document check on make dist
Modified files:
doc/Makefile.am
Modified: doc/Makefile.am (+0 -4)
===================================================================
--- doc/Makefile.am 2012-03-01 17:14:44 +0900 (40392af)
+++ doc/Makefile.am 2012-03-01 19:01:14 +0900 (15ff937)
@@ -48,10 +48,6 @@ dist-hook: html man
nobase_dist_doc_DATA = \
$(source_files_relative_from_doc_dir)
CLEANFILES += build-stamp
-else
-dist-hook:
- @echo "must specify --enable-document for 'make dist'"
- @false
endif
if WITH_HG