Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
953bf67f
Commit
953bf67f
authored
Dec 07, 2016
by
Glenn Morris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve previous make-dist change
* make-dist: Let make check the info files more thoroughly.
parent
129645a7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
make-dist
make-dist
+7
-0
No files found.
make-dist
View file @
953bf67f
...
...
@@ -281,6 +281,13 @@ if [ $check = yes ]; then
echo
"
${
bogosities
}
"
fi
## This exits with non-zero status if any .info files need
## rebuilding.
if
[
-e
Makefile
]
;
then
echo
"Checking to see if info files are up-to-date..."
make
--question
info
||
error
=
yes
fi
[
$error
=
yes
]
&&
exit
1
fi
...
...
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