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
b8f061b3
Commit
b8f061b3
authored
May 29, 2012
by
Katsumi Yamaoka
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Makefile.in (echo-info): Don't try to install info files named just ".info"
parent
d6adf7e7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
doc/misc/ChangeLog
doc/misc/ChangeLog
+5
-0
doc/misc/Makefile.in
doc/misc/Makefile.in
+1
-1
No files found.
doc/misc/ChangeLog
View file @
b8f061b3
2012-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
* Makefile.in (echo-info): Don't try to install info files named
just ".info".
2012-05-28 Glenn Morris <rgm@gnu.org>
* calc.texi, dired-x.texi: Use @LaTeX rather than La@TeX. (Bug#10910)
...
...
doc/misc/Makefile.in
View file @
b8f061b3
...
...
@@ -175,7 +175,7 @@ info: $(INFO_TARGETS)
## Base file names of output info files.
echo-info
:
@
echo
"
$(INFO_TARGETS)
"
|
\
sed
-e
's|[^ ]*/||g'
-e
's/\.info//g'
-e
"s/ /
$(INFO_EXT)
/g"
sed
-e
's|[^ ]*/||g'
-e
's/\.info//g'
-e
"s/
*
/
$(INFO_EXT)
/g"
# please modify this for all the web manual targets
webhack
:
clean
...
...
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