summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am20
1 files 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
## ------------------------------------------------ ##