[gnome-power-manager/wip/hughsie/meson] f
- From: Richard Hughes <rhughes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-power-manager/wip/hughsie/meson] f
- Date: Wed, 30 Nov 2016 15:58:30 +0000 (UTC)
commit 78fd13a9e16907e073a7f918ecae51e964d4473a
Author: Richard Hughes <richard hughsie com>
Date: Wed Nov 30 15:58:22 2016 +0000
f
man/meson.build | 14 ++++++++++++++
1 files changed, 14 insertions(+), 0 deletions(-)
---
diff --git a/man/meson.build b/man/meson.build
new file mode 100644
index 0000000..12207a4
--- /dev/null
+++ b/man/meson.build
@@ -0,0 +1,14 @@
+# Copyright (C) 2016 Richard Hughes <richard hughsie com>
+#
+# Licensed under the GNU General Public License Version 2 or later
+
+docbook2man = find_program('docbook2man', required : false)
+if docbook2man.found()
+ custom_target('xxxStatsManPage',
+ output : 'gnome-power-statistics.1',
+ input : 'gnome-power-statistics.sgml',
+ command : [docbook2man, '@INPUT@', '--output', 'man'],
+ install : true,
+ install_dir : 'share/man/man1'
+ )
+endif
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]