null+****@clear*****
null+****@clear*****
2012年 1月 12日 (木) 18:26:55 JST
Kouhei Sutou 2012-01-12 18:26:55 +0900 (Thu, 12 Jan 2012)
New Revision: 8f54dcea2a8d831130889707a4bcf8e94f610437
Log:
don't clean generated files on no hg environment.
Modified files:
build/makefiles/sphinx.am
Modified: build/makefiles/sphinx.am (+1 -1)
===================================================================
--- build/makefiles/sphinx.am 2012-01-12 18:23:14 +0900 (c537aa5)
+++ build/makefiles/sphinx.am 2012-01-12 18:26:55 +0900 (75f9c10)
@@ -58,12 +58,12 @@ mo-build-stamp: $(po_files_relative_from_locale_dir)
cd LC_MESSAGES && $(MAKE) build
@touch $@
+if WITH_HG
clean-local: $(clean_targets) clean-doctrees
clean-doctrees:
rm -rf $(DOCTREES_BASE)
-if WITH_HG
maintainer-clean: maintainer-clean-local
maintainer-clean-local:
rm -rf -- $(generated_files)