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
c7f95930
Commit
c7f95930
authored
May 11, 2012
by
Glenn Morris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* doc/misc/Makefile.in (info.info): Rename from info, to avoid duplication.
parent
005ad204
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
doc/misc/ChangeLog
doc/misc/ChangeLog
+2
-0
doc/misc/Makefile.in
doc/misc/Makefile.in
+2
-1
No files found.
doc/misc/ChangeLog
View file @
c7f95930
2012-05-12 Glenn Morris <rgm@gnu.org>
* Makefile.in (info.info): Rename from info, to avoid duplication.
* Makefile.in (MKDIR_P): New, set by configure.
(mkinfodir): Use $MKDIR_P.
...
...
doc/misc/Makefile.in
View file @
c7f95930
...
...
@@ -508,7 +508,8 @@ idlwave.pdf: ${srcdir}/idlwave.texi
$(ENVADD)
$(TEXI2PDF)
${srcdir}
/idlwave.texi
# NB this one needs --no-split even without a .info extension.
info
:
$(infodir)/info$(INFO_EXT)
# Avoid name clash with overall "info" target.
info.info
:
$(infodir)/info$(INFO_EXT)
$(infodir)/info$(INFO_EXT)
:
info.texi
$(mkinfodir)
cd
$(srcdir)
;
\
...
...
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