From e1ed636d3b9df04f2917795cada45280d88465f9 Mon Sep 17 00:00:00 2001 From: Nikola Pajkovsky Date: Tue, 10 May 2011 10:22:48 +0200 Subject: forgot remove old bugzilla man from spec and Makefile Signed-off-by: Nikola Pajkovsky --- abrt.spec.in | 2 +- src/plugins/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/abrt.spec.in b/abrt.spec.in index ba24b288..a68f181a 100644 --- a/abrt.spec.in +++ b/abrt.spec.in @@ -577,7 +577,7 @@ fi %{_sysconfdir}/%{name}/events/report_Bugzilla.xml %config(noreplace) %{_sysconfdir}/%{name}/events/report_Bugzilla.conf # FIXME: remove with the old gui -%{_mandir}/man7/abrt-Bugzilla.7.gz +%{_mandir}/man1/abrt-action-bugzilla.1.gz %{_bindir}/abrt-action-bugzilla %files plugin-rhtsupport diff --git a/src/plugins/Makefile.am b/src/plugins/Makefile.am index 6360a32c..202cbd2d 100644 --- a/src/plugins/Makefile.am +++ b/src/plugins/Makefile.am @@ -55,7 +55,6 @@ dist_eventsconf_DATA = \ rhtsupport_events.conf man_MANS = \ - abrt-Bugzilla.7 \ abrt-KerneloopsReporter.7 \ abrt-Logger.7 \ abrt-Mailx.7 \ @@ -91,6 +90,7 @@ EXTRA_DIST = \ $(man_MANS) \ $(MAN_TXT) \ $(PYTHON_FILES) \ + $(man1_MANS) \ report_Bugzilla.xml.in \ report_Bugzilla.conf \ report_Logger.conf \ -- cgit