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
5c5f75f1
Commit
5c5f75f1
authored
Mar 30, 1998
by
Richard M. Stallman
Browse files
(info): Run man in build dir, not srcdir.
parent
3691e056
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
Makefile.in
Makefile.in
+4
-1
No files found.
Makefile.in
View file @
5c5f75f1
...
...
@@ -570,6 +570,9 @@ dist:
.PHONY
:
info dvi dist check
force-info
:
info
:
force-info
(
cd
${srcdir}
/man
;
$(MAKE)
$(MFLAGS)
info
)
# Note that man/Makefile knows how to
# put the info files in
$(srcdir)
,
# so we can do ok running make in the build dir.
(
cd
man
;
$(MAKE)
$(MFLAGS)
info
)
dvi
:
(
cd
man
;
$(MAKE)
$(MFLAGS)
dvi
)
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