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
168054a6
Commit
168054a6
authored
Jun 27, 1996
by
Lars Magne Ingebrigtsen
Browse files
Add rules for the Message manual.
parent
4205cb08
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
2 deletions
+8
-2
man/Makefile.in
man/Makefile.in
+8
-2
No files found.
man/Makefile.in
View file @
168054a6
...
...
@@ -14,9 +14,10 @@ VPATH=@srcdir@
MAKEINFO
=
makeinfo
INFO_TARGETS
=
../info/emacs ../info/ccmode ../info/cl ../info/dired-x
\
../info/ediff ../info/forms ../info/gnus ../info/info
\
../info/mh-e ../info/sc ../info/vip ../info/viper
../info/mh-e ../info/sc ../info/vip ../info/viper
\
../info/message
DVI_TARGETS
=
emacs.dvi cc-mode.dvi cl.dvi dired-x.dvi ediff.dvi forms.dvi
\
gnus.dvi mh-e.dvi sc.dvi vip.dvi viper.dvi
gnus.dvi mh-e.dvi sc.dvi vip.dvi viper.dvi
message.dvi
INFOSOURCES
=
info.texi info-stnd.texi
# The following rule does not work with all versions of `make'.
...
...
@@ -131,6 +132,11 @@ vip.dvi: vip.texi
gnus.dvi
:
gnus.texi
TEXINPUTS
=
"
$(srcdir)
$(TEXINPUTS)
"
;
$(TEXI2DVI)
${srcdir}
/gnus.texi
../info/message
:
message.texi
cd
$(srcdir)
;
$(MAKEINFO)
message.texi
message.dvi
:
message.texi
TEXINPUTS
=
"
$(srcdir)
$(TEXINPUTS)
"
;
$(TEXI2DVI)
${srcdir}
/message.texi
../etc/GNU
:
gnu1.texi gnu.texi
makeinfo
--no-headers
-o
../etc/GNU gnu1.texi
...
...
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