mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-28 10:56:36 +00:00
* ns-emacs.texi: Moved from ../emacs. Add @direntry.
* Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ns-emacs. (ns-emacs, $(infodir)/ns-emacs, ns-emacs.dvi): New rules. * ns-emacs.texi: Move to ../misc.
This commit is contained in:
parent
a5e1066d83
commit
568beaa253
@ -1,3 +1,7 @@
|
||||
2008-07-19 Andreas Schwab <schwab@suse.de>
|
||||
|
||||
* ns-emacs.texi: Move to ../misc.
|
||||
|
||||
2008-07-15 Chong Yidong <cyd@stupidchicken.com>
|
||||
|
||||
* entering.texi (Exiting): Don't describe text-only terminals as the
|
||||
|
@ -1,3 +1,10 @@
|
||||
2008-07-19 Andreas Schwab <schwab@suse.de>
|
||||
|
||||
* ns-emacs.texi: Moved from ../emacs. Add @direntry.
|
||||
|
||||
* Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ns-emacs.
|
||||
(ns-emacs, $(infodir)/ns-emacs, ns-emacs.dvi): New rules.
|
||||
|
||||
2008-07-18 Michael Albinus <michael.albinus@gmx.de>
|
||||
|
||||
* dbus.texi (Inspection): Rework, introduce submenus.
|
||||
|
@ -60,6 +60,7 @@ INFO_TARGETS = \
|
||||
$(infodir)/message \
|
||||
$(infodir)/mh-e \
|
||||
$(infodir)/newsticker \
|
||||
$(infodir)/ns-emacs \
|
||||
$(infodir)/nxml-mode \
|
||||
$(infodir)/org \
|
||||
$(infodir)/pcl-cvs \
|
||||
@ -104,6 +105,7 @@ DVI_TARGETS = \
|
||||
message.dvi \
|
||||
mh-e.dvi \
|
||||
newsticker.dvi \
|
||||
ns-emacs.dvi \
|
||||
nxml-mode.dvi \
|
||||
org.dvi \
|
||||
pcl-cvs.dvi \
|
||||
@ -296,6 +298,12 @@ $(infodir)/newsticker: newsticker.texi
|
||||
newsticker.dvi: newsticker.texi
|
||||
$(ENVADD) $(TEXI2DVI) ${srcdir}/newsticker.texi
|
||||
|
||||
ns-emacs : $(infodir)/ns-emacs
|
||||
$(infodir)/ns-emacs: ns-emacs.texi
|
||||
cd $(srcdir); $(MAKEINFO) ns-emacs.texi
|
||||
ns-emacs.dvi: ns-emacs.texi
|
||||
$(ENVADD) $(TEXI2DVI) ${srcdir}/ns-emacs.texi
|
||||
|
||||
nxml-mode : $(infodir)/nxml-mode
|
||||
$(infodir)/nxml-mode: nxml-mode.texi
|
||||
cd $(srcdir); $(MAKEINFO) nxml-mode.texi
|
||||
|
@ -1,8 +1,13 @@
|
||||
\input texinfo @c -*-texinfo-*-
|
||||
|
||||
@setfilename ../info/ns-emacs
|
||||
@setfilename ../../info/ns-emacs
|
||||
@settitle Emacs.app
|
||||
|
||||
@dircategory Emacs
|
||||
@direntry
|
||||
* NS-Emacs: (ns-emacs). Emacs.app for GNUstep and MacOS X.
|
||||
@end direntry
|
||||
|
||||
@iftex
|
||||
@finalout
|
||||
@end iftex
|
Loading…
Reference in New Issue
Block a user