* makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add semantic.
($(infodir)/semantic, semantic.dvi): New targets.
This commit is contained in:
parent
e3c39c01f5
commit
af42a9cc38
2 changed files with 19 additions and 6 deletions
|
@ -1,3 +1,8 @@
|
|||
2009-11-16 Juanma Barranquero <lekktu@gmail.com>
|
||||
|
||||
* makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add semantic.
|
||||
($(infodir)/semantic, semantic.dvi): New targets.
|
||||
|
||||
2009-11-16 Chong Yidong <cyd@stupidchicken.com>
|
||||
|
||||
* Makefile.in: Build the Semantic manual.
|
||||
|
@ -201,7 +206,7 @@
|
|||
2009-08-28 Michael Albinus <michael.albinus@gmx.de>
|
||||
|
||||
* tramp.texi (Version Control): Remove.
|
||||
(Obtaining Tramp): Update cvs checkout command. Remove nightly tarballs
|
||||
(Obtaining Tramp): Update cvs checkout command. Remove nightly tarballs
|
||||
reference.
|
||||
(External methods): Correct `scpc' concept index entries. New method
|
||||
`rsyncc'.
|
||||
|
@ -914,7 +919,7 @@
|
|||
2008-12-04 David Engster <dengste@eml.cc>
|
||||
|
||||
* gnus.texi (nnmairix): Mention mairix.el. Point out the importance
|
||||
of nnml-get-new-mail. Change URL for mairix patch.
|
||||
of nnml-get-new-mail. Change URL for mairix patch.
|
||||
|
||||
2008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
|
||||
|
||||
|
@ -5115,7 +5120,7 @@
|
|||
|
||||
* url.texi: Correct typos.
|
||||
(Retrieving URLs): @var{nil}->@code{nil}.
|
||||
(HTTP language/coding, mailto): Replace "GNU Emacs Manual" with
|
||||
(HTTP language/coding, mailto): Replace "GNU Emacs Manual" with
|
||||
the standard "The GNU Emacs Manual" in fifth argument of @xref's.
|
||||
(Dealing with HTTP documents): @inforef->@xref.
|
||||
|
||||
|
|
|
@ -45,7 +45,8 @@ INFO_TARGETS = $(infodir)/ccmode \
|
|||
$(infodir)/flymake $(infodir)/newsticker $(infodir)/rcirc \
|
||||
$(infodir)/erc $(infodir)/remember $(infodir)/nxml-mode \
|
||||
$(infodir)/epa $(infodir)/mairix-el $(infodir)/sasl \
|
||||
$(infodir)/auth $(infodir)/eieio $(infodir)/ede
|
||||
$(infodir)/auth $(infodir)/eieio $(infodir)/ede \
|
||||
$(infodir)/semantic
|
||||
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 \
|
||||
sieve.dvi pgg.dvi mh-e.dvi \
|
||||
|
@ -54,7 +55,8 @@ 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 mairix-el.dvi sasl.dvi auth.dvi eieio.dvi ede.dvi
|
||||
epa.dvi mairix-el.dvi sasl.dvi auth.dvi eieio.dvi ede.dvi \
|
||||
semantic.dvi
|
||||
INFOSOURCES = info.texi
|
||||
|
||||
# The following rule does not work with all versions of `make'.
|
||||
|
@ -324,6 +326,11 @@ $(infodir)/ede: ede.texi
|
|||
ede.dvi: ede.texi
|
||||
$(ENVADD) $(TEXI2DVI) $(srcdir)/ede.texi
|
||||
|
||||
$(infodir)/semantic: semantic.texi
|
||||
$(MAKEINFO) semantic.texi
|
||||
semantic.dvi: semantic.texi
|
||||
$(ENVADD) $(TEXI2DVI) $(srcdir)/semantic.texi
|
||||
|
||||
mostlyclean:
|
||||
- $(DEL) *.log *.cp *.fn *.ky *.pg *.vr core *.tp *.core gnustmp.*
|
||||
|
||||
|
@ -350,7 +357,8 @@ clean: mostlyclean
|
|||
$(infodir)/remember* $(infodir)/nxml-mode* \
|
||||
$(infodir)/epa* $(infodir)/sasl* \
|
||||
$(infodir)/mairix-el* $(infodir)/auth* \
|
||||
$(infodir)/eieio* $(infodir)/ede*
|
||||
$(infodir)/eieio* $(infodir)/ede* \
|
||||
$(infodir)/semantic*
|
||||
|
||||
distclean: clean
|
||||
- $(DEL) makefile
|
||||
|
|
Loading…
Add table
Reference in a new issue