diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-07-16 16:56:39 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-07-16 17:23:54 +0900 |
commit | 98fd2a511b0216d502dc0de19c04e06c4b2dd1d2 (patch) | |
tree | c5f093350c497def2f04e8d230c0dcd26e41cdc3 /kjsembed | |
parent | 9e6f7cc6edf551e435d213cd60db2238a06cb892 (diff) | |
download | tdebindings-98fd2a511b0216d502dc0de19c04e06c4b2dd1d2.tar.gz tdebindings-98fd2a511b0216d502dc0de19c04e06c4b2dd1d2.zip |
Add man pages for TDE applications.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kjsembed')
-rw-r--r-- | kjsembed/Makefile.am | 2 | ||||
-rw-r--r-- | kjsembed/kjscmd.1 | 34 |
2 files changed, 0 insertions, 36 deletions
diff --git a/kjsembed/Makefile.am b/kjsembed/Makefile.am index 1c8b3477..f98ad856 100644 --- a/kjsembed/Makefile.am +++ b/kjsembed/Makefile.am @@ -61,8 +61,6 @@ kjscmd_SOURCES = kjscmd.cpp kjscmd_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TDEIO) $(LIB_KJS) kjscmd_LDADD = libkjsembed.la -man_MANS = kjscmd.1 - xdg_apps_DATA = kjscmd.desktop plugintypedir = $(kde_servicetypesdir) diff --git a/kjsembed/kjscmd.1 b/kjsembed/kjscmd.1 deleted file mode 100644 index c0765aeb..00000000 --- a/kjsembed/kjscmd.1 +++ /dev/null @@ -1,34 +0,0 @@ -.TH "kjscmd" 1 -.SH NAME -kjscmd \- A tool for running KJSEmbed scripts from the command line -.SH SYNOPSIS -.B kjscmd -kjscmd [Qt-options] [TDE-options] [options] [file] -.SH DESCRIPTION -kjscmd is a tool for launching KJSEmbed scripts from the command line, and -can also provide a console for running commands interactively. It will run -the named file using KJSEmbed (or read a file from stdin if '-' is -specified). -.SH OPTIONS -.TP -.B \-\-console \-c -Enables the graphical console. The console will not be visible unless the -script enters the event loop or the --exec parameter is used. If no script -was specified on the command line then the event loop is entered -automatically. -.TP -.B \-\-interactive \-i -Enables the interactive command line prompt. -.TP -.B \-\-exec -Tells kjscmd to enter the event loop after executing the script. This option -is rarely used, but it can be handy if you want to use the console to examine -the state of the interpreter after a non-graphical script has executed. -.TP -.B \-\-nogui -Tells kjscmd not to create an X connection. This allows you to use scripts -without needing an X server (though with reduced functionality). -.SH BUGS -There are probably lots of bugs. Use http://bugs.trinitydesktop.org/ to report them. - - |