X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/c3df9503faeb30706042d9add6b9db39b38ec164..74aefe5837aef517b5670aa4b3c7048ffcb63819:/disobedience/Makefile.am diff --git a/disobedience/Makefile.am b/disobedience/Makefile.am index d8137cd..561f8bb 100644 --- a/disobedience/Makefile.am +++ b/disobedience/Makefile.am @@ -25,7 +25,7 @@ AM_CFLAGS=$(GLIB_CFLAGS) $(GTK_CFLAGS) disobedience_SOURCES=disobedience.h disobedience.c client.c queue.c \ choose.c misc.c style.h control.c properties.c menu.c \ - log.c progress.c \ + log.c progress.c login.c rtp.c help.c \ ../lib/memgc.c disobedience_LDADD=../lib/libdisorder.a $(LIBPCRE) $(LIBGC) $(LIBGCRYPT) disobedience_LDFLAGS=$(GTK_LIBS) @@ -38,8 +38,18 @@ check: check-help disobedience.o: style.h style.h: ${srcdir}/disobedience.rc ${top_srcdir}/scripts/text2c - ${top_srcdir}/scripts/text2c style ${srcdir}/disobedience.rc > style.h.tmp - mv style.h.tmp style.h + ${top_srcdir}/scripts/text2c style ${srcdir}/disobedience.rc > $@.tmp + mv $@.tmp $@ + +manual.html: ../doc/disobedience.1 $(top_srcdir)/scripts/htmlman + rm -f $@.new + $(top_srcdir)/scripts/htmlman $< >$@.new + chmod 444 $@.new + mv -f $@.new $@ + +manual.h: manual.html ${top_srcdir}/scripts/text2c + ${top_srcdir}/scripts/text2c manual manual.html > $@.tmp + mv $@.tmp $@ EXTRA_DIST=disobedience.rc