source: trunk/third/jwgc/clients/jstat/Makefile.am @ 22406

Revision 22406, 728 bytes checked in by ghudson, 19 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r22405, which included commits to RCS files with non-trunk default branches.
Line 
1INCLUDES = -I../../lib/libxode/include -I../../lib/libjwgc/include -I../../lib/libjabber/include
2bin_PROGRAMS = jstat
3jstat_SOURCES = jstat.c
4jstat_LDADD = ../../lib/libjwgc/libjwgc.a ../../lib/libxode/libxode.a
5man_MANS = jstat.1
6EXTRA_DIST = jstat.pod $(man_MANS) jstat.html
7BUILT_SOURCES = jstat.1 jstat.html
8
9jstat.1: jstat.pod
10        if [ -x "`which pod2man`" ]; then pod2man --section=1 --release=$(VERSION) --center="Jabber Windowgram Client" --date="`date --iso-8601`" jstat.pod jstat.1; else echo "Unable to find pod2man to create documentation."; fi
11
12jstat.html: jstat.pod
13        if [ -x "`which pod2html`" ]; then pod2html --infile jstat.pod --outfile jstat.html; else echo "Unable to find pod2html to create documentation."; fi
Note: See TracBrowser for help on using the repository browser.