X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/45fc0b87cfcdcb7ee121034f369804b72b49b57e..a808e4a7e2f7b724c9c72be66ba9395587e4fd28:/doc/Makefile.am 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 -- $^