* Makefile.in (INFO_TARGETS): Add dbus.
authorMichael Albinus <michael.albinus@gmx.de>
Sun, 2 Dec 2007 16:56:53 +0000 (16:56 +0000)
committerMichael Albinus <michael.albinus@gmx.de>
Sun, 2 Dec 2007 16:56:53 +0000 (16:56 +0000)
(DVI_TARGETS): Add dbus.dvi.
(dbus, dbus.dvi): New targets.

doc/misc/ChangeLog
doc/misc/Makefile.in

index 92a1a71..79cea57 100644 (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>
index 2e3bfad..9ab3823 100644 (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