X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/a4243347741f0f7079858e03bca8fc32990f525c..6bdbecc264d37e4ec3d941db7ba0fcac0f6c1783:/doc/Makefile.am diff --git a/doc/Makefile.am b/doc/Makefile.am index 4b01791..bf5dae3 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -53,27 +53,35 @@ $(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 +if GROG +check: $(man_MANS) + @set -e; for m in $(man_MANS); do \ + echo \`$(GROG) $$m\` -Tutf8 -wall \>/dev/null ;\ + echo `$(GROG) $$m` -Tutf8 -wall >/dev/null ;\ + done +endif + EXTRA_DIST=disorderd.8.in disorder.1.in disorder_config.5.in \ disorder.3 disorder-dump.8.in disorder_protocol.5.in \ tkdisorder.1 disorder-deadlock.8.in disorder-rescan.8.in \ @@ -84,6 +92,7 @@ EXTRA_DIST=disorderd.8.in disorder.1.in disorder_config.5.in \ disorder_actions.5.tail disorder_templates.5.tail \ disorder_options.5.in disorder.cgi.8.in -CLEANFILES=$(SEDFILES) $(HTMLMAN) $(TMPLMAN) +CLEANFILES=$(SEDFILES) $(HTMLMAN) $(TMPLMAN) \ + disorder_actions.5.in disorder_templates.5.in export GNUSED