From 28d342cd1de27eec4659978e9af65154930b0f57 Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Thu, 13 Dec 2012 11:54:22 +0100 Subject: [PATCH] cosmetic: minor variable and rules reordering in Makefile.am Signed-off-by: Stefano Lattarini --- Makefile.am | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/Makefile.am b/Makefile.am index 8bcb6ed33..7633c58f8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -997,10 +997,11 @@ fetch: ## Generate and upload manuals in several formats, for the GNU website. ## ## ---------------------------------------------------------------------- ## -clean-web-manuals: - $(AM_V_at)rm -rf doc/web-manuals -.PHONY: clean-web-manuals -clean-local: clean-web-manuals +RSYNC = rsync +CVS = cvs +CVSU = cvsu +CVS_USER = $${USER} +WEBCVS_ROOT = cvs.savannah.gnu.org:/web web-manuals: $(AM_V_at)rm -rf doc/web-manuals @@ -1025,12 +1026,6 @@ web-manuals: && { ! $(AM_V_P) || ls -l doc/web-manuals; } .PHONY: web-manuals -RSYNC = rsync -CVS = cvs -CVSU = cvsu -CVS_USER = $${USER} -WEBCVS_ROOT = cvs.savannah.gnu.org:/web - upload-web-manuals: $(AM_V_at)fatal () { echo "$@: $$*" >&2; exit 1; }; \ $(determine_release_type); \ @@ -1064,6 +1059,11 @@ upload-web-manuals: && rm -rf $$tmp .PHONY: upload-web-manuals +clean-web-manuals: + $(AM_V_at)rm -rf doc/web-manuals +.PHONY: clean-web-manuals +clean-local: clean-web-manuals + EXTRA_DIST += lib/gendocs.sh lib/gendocs_template ## ------------------------------------------------ ## -- 2.11.4.GIT