[Xfce4-commits] [panel-plugins/xfce4-whiskermenu-plugin] 175/473: Add man page for popup script.

noreply at xfce.org noreply at xfce.org
Mon Feb 16 23:55:45 CET 2015


This is an automated email from the git hooks/post-receive script.

gottcode pushed a commit to branch master
in repository panel-plugins/xfce4-whiskermenu-plugin.

commit 624c3b087de41a5f3b28174ededeaddc859ca9d2
Author: Graeme Gott <graeme at gottcode.org>
Date:   Thu Oct 10 11:11:53 2013 -0400

    Add man page for popup script.
---
 CMakeLists.txt            |    6 ++++-
 xfce4-popup-whiskermenu.1 |   61 +++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 66 insertions(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 1a51d8e..989fb26 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -15,9 +15,13 @@ add_subdirectory(src)
 add_subdirectory(po)
 add_subdirectory(icons)
 
+# popup script
 configure_file(${PROJECT_SOURCE_DIR}/xfce4-popup-whiskermenu.in
     ${PROJECT_BINARY_DIR}/xfce4-popup-whiskermenu ESCAPE_QUOTES @ONLY)
-install(PROGRAMS ${PROJECT_BINARY_DIR}/xfce4-popup-whiskermenu DESTINATION ${CMAKE_INSTALL_BINDIR})
+install(PROGRAMS ${PROJECT_BINARY_DIR}/xfce4-popup-whiskermenu
+    DESTINATION ${CMAKE_INSTALL_BINDIR})
+install(FILES ${PROJECT_SOURCE_DIR}/xfce4-popup-whiskermenu.1
+    DESTINATION ${CMAKE_INSTALL_MANDIR}/man1 COMPONENT doc)
 
 # uninstall target
 configure_file(
diff --git a/xfce4-popup-whiskermenu.1 b/xfce4-popup-whiskermenu.1
new file mode 100644
index 0000000..d37d159
--- /dev/null
+++ b/xfce4-popup-whiskermenu.1
@@ -0,0 +1,61 @@
+.TH XFCE4-POPUP-WHISKERMENU "1" "October 2013"
+
+.SH "NAME"
+xfce4-popup-whiskermenu \- shows Whisker Menu
+
+.SH "SYNOPSIS"
+.PP
+.B xfce4\-popup\-whiskermenu \-h
+.br
+.B xfce4\-popup\-whiskermenu \-\-help
+.br
+.B xfce4\-popup\-whiskermenu \-V
+.br
+.B xfce4\-popup\-whiskermenu \-\-version
+.br
+.B xfce4\-popup\-whiskermenu
+[ \-\fBp\fR ]
+
+.SH "DESCRIPTION"
+.PP
+\fBxfce4\-popup\-whiskermenu\fR shows Whisker Menu if at least one Whisker
+Menu applet is present on one of your panels.
+.PP
+The default behavior is to show Whisker Menu near the applet button. If
+you have several Whisker Menu applets, only the first one you have set up
+will pop up.
+
+.SH "OPTIONS"
+.TP
+\fB\-h\fR, \fB\-\-help\fR
+Show help options.
+.TP
+\fB\-p\fR, \fB\-\-pointer\fR
+Popup menu at current mouse position.
+.TP
+\fB\-V\fR, \fB\-\-version\fR
+Print version information and exit.
+
+.SH "COPYRIGHT"
+.PP
+Copyright \(co 2013 Graeme Gott
+.PP
+This program is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or
+(at your option) any later version.
+.PP
+This program is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+GNU General Public License for more details.
+.PP
+You should have received a copy of the GNU General Public License
+along with this program. If not, see <http://www.gnu.org/licenses/>.
+
+.SH "AUTHOR"
+.PP
+Graeme Gott <graeme at gottcode.org>.
+.PP
+This manual page was derived from the manual page for the Xfce window list
+written by Francois Wendling <frwendling at free.fr>.

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list