X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/fdbb860d0642a19c29665fadab6b1a1d6229d946..05b75f8d50b83e943af3be4071449304d82dbdcd:/doc/Makefile.am diff --git a/doc/Makefile.am b/doc/Makefile.am index 4b01791..7ae24e4 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -53,24 +53,24 @@ $(TMPLMAN) : %.tmpl : % $(top_srcdir)/scripts/htmlman disorder_templates.5.in: disorder_templates.5.head disorder_templates.5.tail \ $(top_srcdir)/lib/macros-builtin.c \ - $(top_srcdir)/server/macros-disorder.c \ + $(top_srcdir)/cgi/macros-disorder.c \ $(top_srcdir)/scripts/macro-docs rm -f disorder_templates.5.new cat ${srcdir}/disorder_templates.5.head >> disorder_templates.5.new $(top_srcdir)/scripts/macro-docs >> disorder_templates.5.new \ $(top_srcdir)/lib/macros-builtin.c \ - $(top_srcdir)/server/macros-disorder.c + $(top_srcdir)/cgi/macros-disorder.c cat ${srcdir}/disorder_templates.5.tail >> disorder_templates.5.new mv disorder_templates.5.new disorder_templates.5.in disorder_actions.5.in: disorder_actions.5.head disorder_actions.5.tail \ $(top_srcdir)/lib/macros-builtin.c \ - $(top_srcdir)/server/actions.c \ + $(top_srcdir)/cgi/actions.c \ $(top_srcdir)/scripts/macro-docs rm -f disorder_actions.5.new cat ${srcdir}/disorder_actions.5.head >> disorder_actions.5.new $(top_srcdir)/scripts/macro-docs >> disorder_actions.5.new \ - $(top_srcdir)/server/actions.c + $(top_srcdir)/cgi/actions.c cat ${srcdir}/disorder_actions.5.tail >> disorder_actions.5.new mv disorder_actions.5.new disorder_actions.5.in