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
ddd13c5d
Commit
ddd13c5d
authored
Jul 23, 2008
by
Juanma Barranquero
Browse files
* makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add ns-emacs.
($(infodir)/ns-emacs, ns-emacs.dvi): New targets.
parent
94509816
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
5 deletions
+14
-5
doc/misc/ChangeLog
doc/misc/ChangeLog
+6
-2
doc/misc/makefile.w32-in
doc/misc/makefile.w32-in
+8
-3
No files found.
doc/misc/ChangeLog
View file @
ddd13c5d
2008-07-23 Juanma Barranquero <lekktu@gmail.com>
* makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add ns-emacs.
($(infodir)/ns-emacs, ns-emacs.dvi): New targets.
2008-07-23 Vincent Belaïche <vincent.b.1@hotmail.fr>
* calc.texi (Editing Stack Entries):
...
...
@@ -10,7 +15,7 @@
* calc.texi (summarykey): New macro. Use to correctly format keys in
the summary.
2008-07-20 Adrian Robert <adrian.b.robert@gmail.com>
2008-07-20 Adrian Robert
<adrian.b.robert@gmail.com>
* ns-emacs.texi (Customization): Corrected documentation on color
specification formats.
...
...
@@ -504,7 +509,6 @@
* gnus-news.texi: Mention gnus-article-wide-reply-with-original.
2008-01-18 Carsten Dominik <dominik@science.uva.nl>
* org.texi (Property inheritance): New section.
(Conventions): New section.
(Structure editing): Document C-RET, the prefix arg to the cut/copy
...
...
doc/misc/makefile.w32-in
View file @
ddd13c5d
...
...
@@ -44,7 +44,7 @@ INFO_TARGETS = $(infodir)/ccmode \
$(infodir)
/tramp
$(infodir)
/ses
$(infodir)
/smtpmail
\
$(infodir)
/flymake
$(infodir)
/newsticker
$(infodir)
/rcirc
\
$(infodir)
/erc
$(infodir)
/remember
$(infodir)
/nxml-mode
\
$(infodir)
/epa
$(infodir)
/epa
$(infodir)
/ns-emacs
DVI_TARGETS
=
calc.dvi cc-mode.dvi cl.dvi dbus.dvi dired-x.dvi
\
ediff.dvi forms.dvi gnus.dvi message.dvi emacs-mime.dvi
\
gnus.dvi message.dvi sieve.dvi pgg.dvi mh-e.dvi
\
...
...
@@ -53,7 +53,7 @@ DVI_TARGETS = calc.dvi cc-mode.dvi cl.dvi dbus.dvi dired-x.dvi \
pcl-cvs.dvi woman.dvi eshell.dvi org.dvi url.dvi
\
speedbar.dvi tramp.dvi ses.dvi smtpmail.dvi flymake.dvi
\
newsticker.dvi rcirc.dvi erc.dvi remember.dvi nxml-mode.dvi
\
epa.dvi
epa.dvi
ns-emacs.dvi
INFOSOURCES
=
info.texi
# The following rule does not work with all versions of `make'.
...
...
@@ -298,6 +298,11 @@ $(infodir)/epa: epa.texi
epa.dvi
:
epa.texi
$(ENVADD)
$(TEXI2DVI)
$(srcdir)
/epa.texi
$(infodir)/ns-emacs
:
ns-emacs.texi
$(MAKEINFO)
ns-emacs.texi
ns-emacs.dvi
:
ns-emacs.texi
$(ENVADD)
$(TEXI2DVI)
$(srcdir)
/ns-emacs.texi
mostlyclean
:
-
$(DEL)
*
.log
*
.cp
*
.fn
*
.ky
*
.pg
*
.vr core
*
.tp
*
.core gnustmp.
*
...
...
@@ -322,7 +327,7 @@ clean: mostlyclean
$(infodir)
/sieve
*
$(infodir)
/pgg
*
\
$(infodir)
/erc
*
$(infodir)
/rcirc
*
\
$(infodir)
/remember
*
$(infodir)
/nxml-mode
*
\
$(infodir)
/epa
*
$(infodir)
/epa
*
$(infodir)
/ns-emacs
*
distclean
:
clean
-
$(DEL)
makefile
...
...
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