From 544bd8559e20a5f919cf193d2d0c6581a28845e5 Mon Sep 17 00:00:00 2001 Message-Id: <544bd8559e20a5f919cf193d2d0c6581a28845e5.1713902238.git.mdw@distorted.org.uk> From: Mark Wooding Date: Sun, 7 Mar 2010 15:18:45 +0000 Subject: [PATCH] Correct dependencies Organization: Straylight/Edgeware From: Richard Kettlewell --- doc/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index 64e6141..b3d8926 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -44,7 +44,7 @@ disorder-dbupgrade.8.html disorder_templates.5.html \ disorder_actions.5.html disorder_options.5.html disorder.cgi.8.html \ disorder_preferences.5.html disorder-choose.8.html -$(HTMLMAN): disorderd.8.html +$(wordlist 2,9999,$(HTMLMAN)): disorderd.8.html disorderd.8.html: $(man_MANS) $(top_srcdir)/scripts/htmlman -- $^ @@ -57,7 +57,7 @@ disorder-dbupgrade.8.tmpl disorder_templates.5.tmpl \ disorder_actions.5.tmpl disorder_options.5.tmpl disorder.cgi.8.tmpl \ disorder_preferences.5.tmpl disorder-choose.8.tmpl -$(TMPLMAN): disorderd.8.tmpl +$(wordlist 2,9999,$(TMPLMAN)): disorderd.8.tmpl disorderd.8.tmpl: $(man_MANS) $(top_srcdir)/scripts/htmlman -stdhead -extension tmpl -- $^ -- [mdw]