From 28e08d40690fd0ecb528ef0582ce8084ece6125b Mon Sep 17 00:00:00 2001 From: Zdenek Prikryl Date: Wed, 3 Jun 2009 10:23:28 +0200 Subject: added man pages --- lib/Plugins/Makefile.am | 3 +++ src/Daemon/Makefile.am | 2 ++ 2 files changed, 5 insertions(+) diff --git a/lib/Plugins/Makefile.am b/lib/Plugins/Makefile.am index 67b56ee..fa5d6b3 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 2462b30..b84631e 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 -- cgit