Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
84c7d4bc
Commit
84c7d4bc
authored
Sep 15, 2019
by
Glenn Morris
Browse files
* admin/upload-manuals: Move a basic check earlier.
parent
b3e4b505
Pipeline
#3143
passed with stage
in 56 minutes and 16 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
admin/upload-manuals
admin/upload-manuals
+3
-3
No files found.
admin/upload-manuals
View file @
84c7d4bc
...
...
@@ -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..."
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment