--- a/Makefile.am Fri Jun 20 05:42:42 2008 +0000 +++ b/Makefile.am Wed Jun 25 10:03:28 2008 +0000 @@ -1,5 +1,7 @@ ## Process this file with automake to produce Makefile.in +POD2MAN=@POD2MAN@ + if BUILD_SYSTEST TEST_SUBDIR = test endif @@ -7,6 +9,11 @@ EXTRA_DIST = autogen.sh +man_MANS = lxdream.1 + +lxdream.1: lxdream.pod + $(POD2MAN) $< $@ + install-data-local: @$(NORMAL_INSTALL) if test -d $(srcdir)/pixmaps; then \