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 | |
---|
1 | INCLUDES = -I../../lib/libxode/include -I../../lib/libjwgc/include -I../../lib/libjabber/include |
---|
2 | bin_PROGRAMS = jstat |
---|
3 | jstat_SOURCES = jstat.c |
---|
4 | jstat_LDADD = ../../lib/libjwgc/libjwgc.a ../../lib/libxode/libxode.a |
---|
5 | man_MANS = jstat.1 |
---|
6 | EXTRA_DIST = jstat.pod $(man_MANS) jstat.html |
---|
7 | BUILT_SOURCES = jstat.1 jstat.html |
---|
8 | |
---|
9 | jstat.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 | |
---|
12 | jstat.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.