X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/df73cc678ab19af60f644cda9cb391e8703b0471..34fe753171d9b0ae90090565e4043ffaf2b02a52:/disobedience/Makefile.am diff --git a/disobedience/Makefile.am b/disobedience/Makefile.am index 0171633..9b86bd7 100644 --- a/disobedience/Makefile.am +++ b/disobedience/Makefile.am @@ -17,7 +17,7 @@ # bin_PROGRAMS=disobedience -pkgdata_DATA=disobedience.html +SUBDIRS=manual AM_CPPFLAGS=-I${top_srcdir}/lib -I../lib AM_CFLAGS=$(GLIB_CFLAGS) $(GTK_CFLAGS) @@ -39,12 +39,6 @@ install-exec-hook: check: check-help -disobedience.html: ../doc/disobedience.1 $(top_srcdir)/scripts/htmlman - rm -f $@.new - $(top_srcdir)/scripts/htmlman $< >$@.new - chmod 444 $@.new - mv -f $@.new $@ - misc.o: images.h images.h: $(PNGS) @@ -67,7 +61,7 @@ check-help: all unset DISPLAY;./disobedience --version > /dev/null unset DISPLAY;./disobedience --help > /dev/null -CLEANFILES=disobedience.html images.h \ +CLEANFILES=images.h \ *.gcda *.gcov *.gcno *.c.html index.html export GNUSED