From d3a8e0dffbf04a6ba2c07ce6e8bed9282ea77818 Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Sun, 2 Dec 2007 16:56:53 +0000 Subject: * Makefile.in (INFO_TARGETS): Add dbus. (DVI_TARGETS): Add dbus.dvi. (dbus, dbus.dvi): New targets. --- doc/misc/Makefile.in | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'doc/misc/Makefile.in') diff --git a/doc/misc/Makefile.in b/doc/misc/Makefile.in index 2e3bfad082..9ab382386c 100644 --- a/doc/misc/Makefile.in +++ b/doc/misc/Makefile.in @@ -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 -- cgit v1.2.3