null+****@clear*****
null+****@clear*****
2011年 5月 18日 (水) 18:05:35 JST
Kouhei Sutou 2011-05-18 09:05:35 +0000 (Wed, 18 May 2011)
New Revision: 011f201b04bce0a4f2e4d12ede3468098e4dd7c8
Log:
[doc] do nothing on 'all' target.
Modified files:
build/makefiles/gettext.am
build/makefiles/sphinx.am
Modified: build/makefiles/gettext.am (+2 -1)
===================================================================
--- build/makefiles/gettext.am 2011-05-18 09:05:23 +0000 (88ed0c8)
+++ build/makefiles/gettext.am 2011-05-18 09:05:35 +0000 (5298a2e)
@@ -7,7 +7,7 @@ EXTRA_DIST += \
.PHONY: gettext update build
-all: build
+all:
.SUFFIXES: .pot .po .mo
.pot.po:
@@ -19,6 +19,7 @@ update: pot-build-stamp $(po_files)
build: $(mo_files)
html: build
+man: build
pdf: build
gettext: sphinx-ensure-updated
Modified: build/makefiles/sphinx.am (+1 -1)
===================================================================
--- build/makefiles/sphinx.am 2011-05-18 09:05:23 +0000 (b0a4fa1)
+++ build/makefiles/sphinx.am 2011-05-18 09:05:35 +0000 (536deb6)
@@ -2,7 +2,7 @@ NULL =
doc_localedir = $(docdir)/$(LOCALE)
-all: html man
+all:
include $(abs_top_srcdir)/build/makefiles/sphinx-build.am
include $(abs_top_srcdir)/build/makefiles/gettext-files.am