diff options
author | Zdenek Prikryl <zprikryl@redhat.com> | 2009-06-03 10:23:28 +0200 |
---|---|---|
committer | Zdenek Prikryl <zprikryl@redhat.com> | 2009-06-03 10:23:28 +0200 |
commit | 28e08d40690fd0ecb528ef0582ce8084ece6125b (patch) | |
tree | 2735187bf754b0e8b16254d5e388257efc410e15 | |
parent | 9cc201bc8e84286d0626d18c15c1b6866f65d2ce (diff) | |
download | abrt-28e08d40690fd0ecb528ef0582ce8084ece6125b.tar.gz abrt-28e08d40690fd0ecb528ef0582ce8084ece6125b.tar.xz abrt-28e08d40690fd0ecb528ef0582ce8084ece6125b.zip |
added man pages
-rw-r--r-- | lib/Plugins/Makefile.am | 3 | ||||
-rw-r--r-- | src/Daemon/Makefile.am | 2 |
2 files changed, 5 insertions, 0 deletions
diff --git a/lib/Plugins/Makefile.am b/lib/Plugins/Makefile.am index 67b56ee0..fa5d6b3f 100644 --- a/lib/Plugins/Makefile.am +++ b/lib/Plugins/Makefile.am @@ -15,6 +15,8 @@ pluginslib_LTLIBRARIES = libCCpp.la \ pluginsconfdir=$(PLUGINS_CONF_DIR) dist_pluginsconf_DATA = CCpp.conf Mailx.conf SQLite3.conf Logger.conf KerneloopsScanner.conf KerneloopsReporter.conf Bugzilla.conf FileTransfer.conf +man_MANS = abrt-FileTransfer.7 + # CCpp libCCpp_la_SOURCES = CCpp.cpp CCpp.h PluginSettings.h libCCpp_la_LDFLAGS = -avoid-version @@ -67,6 +69,7 @@ libPython_la_SOURCES = Python.h Python.cpp libPython_la_LDFLAGS = -avoid-version libPython_la_CPPFLAGS = $(NSS_CFLAGS) -I$(srcdir)/../CommLayer -I$(srcdir)/../../inc -I$(srcdir)/../MiddleWare -I$(srcdir)/../Utils +# FileTrasfer libFileTransfer_la_SOURCES = FileTransfer.cpp FileTransfer.h PluginSettings.h libFileTransfer_la_LDFLAGS = -avoid-version libFileTransfer_la_LIBADD = $(CURL_LIBS) diff --git a/src/Daemon/Makefile.am b/src/Daemon/Makefile.am index 2462b30d..b84631ef 100644 --- a/src/Daemon/Makefile.am +++ b/src/Daemon/Makefile.am @@ -13,3 +13,5 @@ dist_dbusabrtconf_DATA = dbus-abrt.conf daemonconfdir = $(CONF_DIR) dist_daemonconf_DATA = abrt.conf + +man_MANS = abrt.8 abrt.conf.5
\ No newline at end of file |