diff options
| author | Gergely Nagy <algernon@balabit.hu> | 2012-05-02 16:25:04 +0200 |
|---|---|---|
| committer | Gergely Nagy <algernon@balabit.hu> | 2012-05-02 16:25:04 +0200 |
| commit | ac2a1fdb38057e032b22c4e2ea43d5ab741222b8 (patch) | |
| tree | 52f91b7c65314760932543b8825303e1122954fe /lib/Makefile.am | |
| parent | b9751e1ca5f96ffdf49e38646709a3de9e25a208 (diff) | |
| parent | e5faea1d639252017cc8321e9c2cb5d17b061e97 (diff) | |
Merge tag 'libumberlog-0.2.1' into debian
libumberlog 0.2.1 release
Diffstat (limited to 'lib/Makefile.am')
| -rw-r--r-- | lib/Makefile.am | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 169b0b2..b6b60b3 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -1,6 +1,6 @@ -LUL_CURRENT = 1 +LUL_CURRENT = 2 LUL_REVISION = 0 -LUL_AGE = 0 +LUL_AGE = 1 lib_LTLIBRARIES = libumberlog.la libumberlog_la_LDFLAGS = -Wl,--version-script,${srcdir}/libumberlog.ld \ @@ -15,3 +15,12 @@ pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = libumberlog.pc EXTRA_DIST = umberlog.rst libumberlog.ld + +if ENABLE_MANS +man3_MANS = umberlog.3 +CLEANFILES = umberlog.3 +EXTRA_DIST += umberlog.3 + +umberlog.3: umberlog.rst + $(AM_V_GEN) $(RST2MAN) $< $@ +endif |
