From: Richard Kettlewell Date: Sun, 7 Mar 2010 15:18:45 +0000 (+0000) Subject: Correct dependencies X-Git-Tag: 5.0.3~4^2~10 X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/commitdiff_plain/544bd8559e20a5f919cf193d2d0c6581a28845e5 Correct dependencies --- 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 -- $^