Git commit 6b308197110925a82cf7817a8909a344b189ea35 by Stefan Gerlach. Committed on 29/09/2018 at 07:23. Pushed by sgerlach into branch 'master'. add man page M +2 -1 src/CMakeLists.txt A +51 -0 src/labplot2.1 https://commits.kde.org/labplot/6b308197110925a82cf7817a8909a344b189ea35 diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index d9ab3371..5e2dc5d8 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -435,9 +435,10 @@ target_link_libraries( labplot2 labplot2lib ) = ############## installation ################################ install( TARGETS labplot2 DESTINATION ${INSTALL_TARGETS_DEFAULT_ARGS} ) -install( FILES ${KDEFRONTEND_DIR}/labplot2ui.rc DESTINATION ${KXMLGUI_INS= TALL_DIR}/${PROJECT_NAME} ) +install( FILES ${KDEFRONTEND_DIR}/labplot2ui.rc DESTINATION ${KXMLGUI_INST= ALL_DIR}/${PROJECT_NAME} ) install( FILES ${KDEFRONTEND_DIR}/splash.png ${KDEFRONTEND_DIR}/labplot2.i= co DESTINATION ${DATA_INSTALL_DIR}/${PROJECT_NAME} ) install( PROGRAMS org.kde.labplot2.desktop DESTINATION ${XDG_APPS_INSTALL_= DIR} ) install( FILES labplot2.xml DESTINATION ${XDG_MIME_INSTALL_DIR} ) install( FILES labplot2_themes.knsrc DESTINATION ${CONFIG_INSTALL_DIR} ) +install( FILES labplot2.1 DESTINATION ${CMAKE_INSTALL_MANDIR}/man1 ) update_xdg_mimetypes( ${XDG_MIME_INSTALL_DIR} ) diff --git a/src/labplot2.1 b/src/labplot2.1 new file mode 100755 index 00000000..b2ccc592 --- /dev/null +++ b/src/labplot2.1 @@ -0,0 +1,51 @@ +.\" Hey, EMACS: -*- nroff -*- +.\" First parameter, NAME, should be all caps +.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection +.\" other parameters are allowed: see man(7), man(1) +.\" Please adjust this date whenever revising the manpage. +.\" = +.\" Some roff macros, for reference: +.\" .nh disable hyphenation +.\" .hy enable hyphenation +.\" .ad l left justify +.\" .ad b justify to both left and right margins +.\" .nf disable filling +.\" .fi enable filling +.\" .br insert line break +.\" .sp insert n+1 empty lines +.\" for manpage-specific macros, see man(7) +.TH "LabPlot" "1" "September 29, 2018" "" "" +.SH "NAME" +LabPlot \- a KDE-application for interactive graphing and analysis of scie= ntific data. +.SH "SYNOPSIS" +.B labplot2 +[ \fIgeneric\-options\fP ] +[ \fIfile\fP ... ] + + + +.SH "DESCRIPTION" +\fBLabPlot\fP is a data plotting and analysis tool for the KDE desktop. +.PP = +Its features include 2D and 3D data and function, plotting, easy editing o= f plots, analysis of data and functions, support for different worksheets u= sing MDI and LabPlot project files. = +.PP = +Note that LabPlot is called using labplot2. +.SH "OPTIONS" +For a full summary of options, run \fIlabplot2 \-\-help\fP. + + + +.SH "SEE ALSO" +Full user documentation is available through the KDE Help Centre. +You can also enter the URL +\fIhelp:/labplot2/\fP +directly into dolphin or you can run +`\fIkhelpcenter help:/labplot2/\fP' +from the command\-line. +.PP = + +.SH "AUTHOR" +LabPlot2 was written by Stefan Gerlach , Alexander = Semke , F=C3=A1bi=C3=A1n Krist=C3=B3f-Szabolcs and several other authors. +.br = +This manual page was prepared by Helen Faulkner +for the Debian GNU/Linux system (but may be used by others).