From 8f3dd1e397f8f532a232166aa8b840854ae74fb5 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 12 Aug 2003 18:11:03 +0000 Subject: Proper dependencies for dev-doc (This used to be commit 52816b4e374753880f6022bce5dffd3d7d3ff1c1) --- docs/docbook/Makefile.in | 1 + 1 file changed, 1 insertion(+) (limited to 'docs') diff --git a/docs/docbook/Makefile.in b/docs/docbook/Makefile.in index b76e356f89..aa326faaf3 100644 --- a/docs/docbook/Makefile.in +++ b/docs/docbook/Makefile.in @@ -56,6 +56,7 @@ MANPAGES_HTML=$(patsubst %,$(HTMLDIR)/%.html,$(MANPAGES_NAMES)) PROJDOC_IMAGES_PNG = $(wildcard $(IMAGEPROJDIR)/*.png) PROJDOC_IMAGES_EPS=$(patsubst %.png,%.eps,$(wildcard $(IMAGEPROJDIR)/*.png)) PROJDOC_DEPS = $(PROJDOC)/*.xml $(PROJDOC)/attributions.xml $(MANPROJDOC)/*.xml $(SMBDOTCONFDOC)/smb.conf.5.xml $(SMBDOTCONFDOC)/parameters.all.xml $(SMBDOTCONFDOC)/parameters.global.xml $(SMBDOTCONFDOC)/parameters.service.xml +DEVDOC_DEPS = $(DEVDOC)/*.xml $(DEVDOC)/attributions.xml all: @echo "Supported make targets:" -- cgit