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
2617e4e2
Commit
2617e4e2
authored
Dec 06, 2004
by
Richard M. Stallman
Browse files
(info): Ignore errors building info files.
parent
c72b0edd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
Makefile.in
Makefile.in
+3
-3
No files found.
Makefile.in
View file @
2617e4e2
...
...
@@ -719,9 +719,9 @@ force-info:
# put the info files in $(srcdir),
# so we can do ok running make in the build dir.
info
:
force-info
(
cd
man
;
$(MAKE)
$(MFLAGS)
info
)
(
cd
lispref
;
$(MAKE)
$(MFLAGS)
info
)
(
cd
lispintro
;
$(MAKE)
$(MFLAGS)
info
)
-
(
cd
man
;
$(MAKE)
$(MFLAGS)
info
)
-
(
cd
lispref
;
$(MAKE)
$(MFLAGS)
info
)
-
(
cd
lispintro
;
$(MAKE)
$(MFLAGS)
info
)
dvi
:
(
cd
man
;
$(MAKE)
$(MFLAGS)
dvi
)
(
cd
lispref
;
$(MAKE)
$(MFLAGS)
elisp.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