[lwatch-cvs] files/doc Makefile.am,1.24,1.25
Brought to you by:
arturcz
|
From: Artur R. C. <ar...@us...> - 2004-08-14 14:27:21
|
Update of /cvsroot/lwatch/files/doc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22204/doc Modified Files: Makefile.am Log Message: Proper handling non existent docbook-to-man. Index: Makefile.am =================================================================== RCS file: /cvsroot/lwatch/files/doc/Makefile.am,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -d -r1.24 -r1.25 *** Makefile.am 12 Aug 2004 06:46:41 -0000 1.24 --- Makefile.am 14 Aug 2004 14:27:08 -0000 1.25 *************** *** 22,25 **** --- 22,26 ---- endif + if HAVE_D2M lwatch.1.in: lwatch.sgml conf.ent.in cp conf.ent.in conf.ent *************** *** 29,32 **** --- 30,40 ---- cp conf.ent.in conf.ent $(dbook2man) lwatch.conf.sgml $(dbook2man_out) lwatch.conf.5.in + else + lwatch.1.in lwatch.conf.5.in: + @echo +-----------------------------------------------------------------+ + @echo \| You have to install docbook-to-man. See README.cvs for details. \| + @echo +-----------------------------------------------------------------+ + @exit 1 + endif if HAVE_D2M |