]> git.eshelyaron.com Git - emacs.git/commitdiff
* admin/upload-manuals: Move a basic check earlier.
authorGlenn Morris <rgm@gnu.org>
Sun, 15 Sep 2019 23:36:06 +0000 (16:36 -0700)
committerGlenn Morris <rgm@gnu.org>
Sun, 15 Sep 2019 23:36:06 +0000 (16:36 -0700)
admin/upload-manuals

index 08b47d741d7e0bba090877a07c0c7a93b5f67525..e37128a2076dbdcfb55f96808dae534b62e8d130 100755 (executable)
@@ -87,6 +87,9 @@ OPTIND=1
 
 [ $# -eq 1 ] || usage
 
+[ -e html_mono/emacs.html ] && [ -e html_node/emacs/index.html ] || \
+    die "Current directory does not look like the manual/ directory"
+
 [ "$version$umessage" ] || \
     die "Could not get version to use for commit message"
 
@@ -95,9 +98,6 @@ webdir=$1
 [ -e $webdir/CVS/Entries ] && [ -e $webdir/refcards/pdf/refcard.pdf ] || \
     die "$webdir does not look like a checkout of the Emacs webpages"
 
-[ -e html_mono/emacs.html ] && [ -e html_node/emacs/index.html ] || \
-    die "Current directory does not like the manual/ directory"
-
 
 echo "Doing refcards..."