mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-05 19:31:02 -08:00
(org.dvi, ../info/org): New targets.
(INFO_TARGETS): Add ../info/org. (DVI_TARGETS): Add org.dvi. (maintainer-clean): Remove the info files in the info dir.
This commit is contained in:
parent
94633ca690
commit
89205dcb88
2 changed files with 13 additions and 4 deletions
|
|
@ -1,5 +1,10 @@
|
|||
2004-12-05 Richard M. Stallman <rms@gnu.org>
|
||||
|
||||
* Makefile.in (org.dvi, ../info/org): New targets.
|
||||
(INFO_TARGETS): Add ../info/org.
|
||||
(DVI_TARGETS): Add org.dvi.
|
||||
(maintainer-clean): Remove the info files in the info dir.
|
||||
|
||||
* misc.texi (Term Mode): Correcty describe C-c.
|
||||
|
||||
* custom.texi (Easy Customization): Move up to section level,
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@ INFO_TARGETS = ../info/emacs ../info/emacs-xtra ../info/ccmode ../info/cl \
|
|||
../info/sc ../info/vip ../info/viper ../info/widget \
|
||||
../info/efaq ../info/ada-mode ../info/autotype ../info/calc \
|
||||
../info/idlwave ../info/eudc ../info/ebrowse ../info/pcl-cvs \
|
||||
../info/woman ../info/eshell \
|
||||
../info/woman ../info/eshell ../info/org \
|
||||
../info/speedbar ../info/tramp ../info/ses ../info/smtpmail \
|
||||
../info/flymake
|
||||
DVI_TARGETS = emacs.dvi calc.dvi cc-mode.dvi cl.dvi dired-x.dvi \
|
||||
|
|
@ -47,7 +47,7 @@ DVI_TARGETS = emacs.dvi calc.dvi cc-mode.dvi cl.dvi dired-x.dvi \
|
|||
gnus.dvi message.dvi sieve.dvi pgg.dvi mh-e.dvi \
|
||||
reftex.dvi sc.dvi vip.dvi viper.dvi widget.dvi faq.dvi \
|
||||
ada-mode.dvi autotype.dvi idlwave.dvi eudc.dvi ebrowse.dvi \
|
||||
pcl-cvs.dvi woman.dvi eshell.dvi \
|
||||
pcl-cvs.dvi woman.dvi eshell.dvi org.el \
|
||||
speedbar.dvi tramp.dvi ses.dvi smtpmail.dvi flymake.dvi \
|
||||
emacs-xtra.dvi
|
||||
INFOSOURCES = info.texi
|
||||
|
|
@ -286,6 +286,11 @@ ebrowse.dvi: ebrowse.texi
|
|||
woman.dvi: woman.texi
|
||||
$(ENVADD) $(TEXI2DVI) ${srcdir}/woman.texi
|
||||
|
||||
../info/org: org.texi
|
||||
cd $(srcdir); $(MAKEINFO) org.texi
|
||||
org.dvi: org.texi
|
||||
$(ENVADD) $(TEXI2DVI) ${srcdir}/org.texi
|
||||
|
||||
../info/speedbar: speedbar.texi
|
||||
cd $(srcdir); $(MAKEINFO) speedbar.texi
|
||||
speedbar.dvi: speedbar.texi
|
||||
|
|
@ -321,8 +326,7 @@ distclean: clean
|
|||
|
||||
maintainer-clean: distclean
|
||||
rm -f *.aux *.cps *.fns *.kys *.pgs *.vrs *.toc
|
||||
# Don't delete these, because they are outside the current directory.
|
||||
# for file in $(INFO_TARGETS); do rm -f $${file}*; done
|
||||
for file in $(INFO_TARGETS); do rm -f $${file}*; done
|
||||
|
||||
|
||||
# Formerly this directory had texindex.c and getopt.c in it
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue