Blame SOURCES/0012-man-remove-Perl-header.patch

4ab194
From 3ef2353f56185575657512a6b5787fb9899d1596 Mon Sep 17 00:00:00 2001
4ab194
From: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= <marcandre.lureau@gmail.com>
4ab194
Date: Thu, 3 Apr 2014 14:21:02 +0200
4ab194
Subject: [PATCH] man: remove Perl header
4ab194
4ab194
Remove "User Contributed Perl Documentation" header.
4ab194
---
4ab194
 man/Makefile.am | 2 +-
4ab194
 1 file changed, 1 insertion(+), 1 deletion(-)
4ab194
4ab194
diff --git a/man/Makefile.am b/man/Makefile.am
4ab194
index d6f709c..13bfb94 100644
4ab194
--- a/man/Makefile.am
4ab194
+++ b/man/Makefile.am
4ab194
@@ -13,6 +13,6 @@ EXTRA_DIST =					\
4ab194
 DISTCLEANFILES = $(man_MANS)
4ab194
 
4ab194
 %.1: %.pod
4ab194
-	pod2man $< > $@
4ab194
+	pod2man -c "Virtualization Support" $< > $@
4ab194
 
4ab194
 -include $(top_srcdir)/git.mk