* Makefile.in (INFO_TARGETS): Add dbus.

(DVI_TARGETS): Add dbus.dvi.
(dbus, dbus.dvi): New targets.
This commit is contained in:
Michael Albinus 2007-12-02 16:56:53 +00:00
parent 22d8ac3a6a
commit d3a8e0dffb
2 changed files with 18 additions and 0 deletions

View file

@ -1,5 +1,9 @@
2007-12-02 Michael Albinus <michael.albinus@gmx.de>
* Makefile.in (INFO_TARGETS): Add dbus.
(DVI_TARGETS): Add dbus.dvi.
(dbus, dbus.dvi): New targets.
* dbus.texi: New file.
2007-11-24 Romain Francoise <romain@orebokech.com>

View file

@ -79,6 +79,10 @@ INFO_TARGETS = \
$(infodir)/widget \
$(infodir)/woman
ifeq (@DBUS_INFO@, dbus)
INFO_TARGETS += $(infodir)/dbus
endif
DVI_TARGETS = \
ada-mode.dvi \
autotype.dvi \
@ -120,6 +124,10 @@ DVI_TARGETS = \
widget.dvi \
woman.dvi
ifeq (@DBUS_INFO@, dbus)
DVI_TARGETS += dbus.dvi
endif
TEXI2DVI = texi2dvi
@ -175,6 +183,12 @@ $(infodir)/cl: cl.texi
cl.dvi: cl.texi
$(ENVADD) $(TEXI2DVI) ${srcdir}/cl.texi
dbus : $(infodir)/dbus
$(infodir)/dbus: dbus.texi
cd $(srcdir); $(MAKEINFO) dbus.texi
dbus.dvi: dbus.texi
$(ENVADD) $(TEXI2DVI) ${srcdir}/dbus.texi
dired-x : $(infodir)/dired-x
$(infodir)/dired-x: dired-x.texi
cd $(srcdir); $(MAKEINFO) dired-x.texi