[lwatch-cvs] files/doc Makefile.am,1.13,1.14
Brought to you by:
arturcz
|
From: <ar...@us...> - 2003-03-16 23:12:49
|
Update of /cvsroot/lwatch/files/doc In directory sc8-pr-cvs1:/tmp/cvs-serv4367/doc Modified Files: Makefile.am Log Message: - it looks like it works, I'm surprised Index: Makefile.am =================================================================== RCS file: /cvsroot/lwatch/files/doc/Makefile.am,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** Makefile.am 15 Mar 2003 18:44:36 -0000 1.13 --- Makefile.am 16 Mar 2003 23:12:44 -0000 1.14 *************** *** 1,26 **** ! man_MANS = @DOCMAN@ dist_man_MANS = @DISTMAN@ EXTRA_DIST = lwatch.sgml conf.ent.in ! CLEANFILES = lwatch.1 conf.ent @DOCMAN@ @DISTMAN@ - if MAKE_MAN - if DISTRO - ## this is called when run from tarball, build manual from prepared earlier - ## lwatch.1.in file lwatch.1: lwatch.1.in Makefile sed "s#@CONFDIR\@#$(sysconfdir)#g" < lwatch.1.in > lwatch.1 - else - ## this is called when run from CVS, prepare conf.ent from conf.ent.in - ## and next lwatch.1 - lwatch.1: lwatch.sgml conf.ent - $(dbook2man) lwatch.sgml > lwatch.1 ! conf.ent: conf.ent.in Makefile ! sed "s#@CONFDIR\@#$(sysconfdir)#g" < conf.ent.in > conf.ent ! endif else - ## yep, configure run with --disable-manual - if HAVE_D2M - ## we have a sgml tool, let's prepare a stub for manual lwatch.1.in: lwatch.sgml conf.ent $(dbook2man) lwatch.sgml > lwatch.1.in --- 1,13 ---- ! man_MANS = lwatch.1 dist_man_MANS = @DISTMAN@ EXTRA_DIST = lwatch.sgml conf.ent.in ! CLEANFILES = lwatch.1 conf.ent @DISTMAN@ lwatch.1: lwatch.1.in Makefile sed "s#@CONFDIR\@#$(sysconfdir)#g" < lwatch.1.in > lwatch.1 ! if DISTRO ! lwatch.1.in: else lwatch.1.in: lwatch.sgml conf.ent $(dbook2man) lwatch.sgml > lwatch.1.in *************** *** 28,42 **** conf.ent: conf.ent.in cp conf.ent.in conf.ent - else - ## oops, where is docbook-to-man? - dist-hook: - $(error Cannot prepare package, there is no docbook-to-man converter) - endif - endif - - if DISTRO - if MAKE_MAN - else - endif - else endif --- 15,17 ---- |