The man pages has been moved to the main tree. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>pull/97/head
parent
44b81b03e2
commit
54e69d536c
@ -1,16 +0,0 @@
|
|||||||
.TH QALC 1 "28 December 2008"
|
|
||||||
.SH NAME
|
|
||||||
qalculate-tde \- Powerful and easy to use desktop calculator
|
|
||||||
.SH SYNOPSIS
|
|
||||||
.B qalculate-tde
|
|
||||||
.SH DESCRIPTION
|
|
||||||
Qalculate! is a small and simple to use calculator but with much power and
|
|
||||||
versatility underneath. Features include customizable functions, units,
|
|
||||||
arbitrary precision using a one-line fault-tolerant expression entry.
|
|
||||||
.PP
|
|
||||||
\fBqalculate-tde\fP is the TDE version of Qalculate!.
|
|
||||||
.SH AUTHORS
|
|
||||||
Original qalculate-kde was written by Niklas Knutsson <nq@altern.org>.
|
|
||||||
.PP
|
|
||||||
This manual page was originally written by Vincent Legout <vincent@legout.info>,
|
|
||||||
for the Debian system (but may be used by others).
|
|
@ -1 +0,0 @@
|
|||||||
debian/qalculate-tde.1
|
|
@ -1,15 +1,17 @@
|
|||||||
#!/usr/bin/make -f
|
#!/usr/bin/make -f
|
||||||
|
|
||||||
include /usr/share/cdbs/1/rules/debhelper.mk
|
include /usr/share/cdbs/1/rules/debhelper.mk
|
||||||
|
include /usr/share/cdbs/1/class/cmake.mk
|
||||||
include debian/cdbs/debian-tde.mk
|
include debian/cdbs/debian-tde.mk
|
||||||
|
|
||||||
DEB_CONFIGURE_INCLUDEDIR := /opt/trinity/include
|
DEB_CMAKE_EXTRA_FLAGS := \
|
||||||
DEB_CONFIGURE_MANDIR := /opt/trinity/share/man
|
-DCMAKE_EXPORT_COMPILE_COMMANDS="ON" \
|
||||||
DEB_CONFIGURE_PREFIX := /opt/trinity
|
-DCMAKE_INSTALL_PREFIX="/opt/trinity" \
|
||||||
DEB_CONFIGURE_INFODIR := /opt/trinity/share/info
|
-DCONFIG_INSTALL_DIR="/etc/trinity" \
|
||||||
|
-DSYSCONF_INSTALL_DIR="/etc/trinity" \
|
||||||
install/qalculate-trinity::
|
-DXDG_MENU_INSTALL_DIR="/etc/xdg/menus" \
|
||||||
rm debian/qalculate-trinity/opt/trinity/bin/qalculate
|
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
|
||||||
|
-DCMAKE_VERBOSE_MAKEFILE="ON" \
|
||||||
clean::
|
-DCMAKE_SKIP_RPATH="OFF" \
|
||||||
rm -f po/*.gmo
|
-DBUILD_ALL="ON" \
|
||||||
|
-DWITH_ALL_OPTIONS="ON"
|
||||||
|
@ -1,2 +0,0 @@
|
|||||||
version=3
|
|
||||||
http://sf.net/qalculate/ qalculate-kde-(.*).tar.gz
|
|
@ -1,16 +0,0 @@
|
|||||||
.TH QALC 1 "28 December 2008"
|
|
||||||
.SH NAME
|
|
||||||
qalculate-tde \- Powerful and easy to use desktop calculator
|
|
||||||
.SH SYNOPSIS
|
|
||||||
.B qalculate-tde
|
|
||||||
.SH DESCRIPTION
|
|
||||||
Qalculate! is a small and simple to use calculator but with much power and
|
|
||||||
versatility underneath. Features include customizable functions, units,
|
|
||||||
arbitrary precision using a one-line fault-tolerant expression entry.
|
|
||||||
.PP
|
|
||||||
\fBqalculate-tde\fP is the TDE version of Qalculate!.
|
|
||||||
.SH AUTHORS
|
|
||||||
Original qalculate-kde was written by Niklas Knutsson <nq@altern.org>.
|
|
||||||
.PP
|
|
||||||
This manual page was originally written by Vincent Legout <vincent@legout.info>,
|
|
||||||
for the Debian system (but may be used by others).
|
|
@ -1 +0,0 @@
|
|||||||
debian/qalculate-tde.1
|
|
@ -1,15 +1,17 @@
|
|||||||
#!/usr/bin/make -f
|
#!/usr/bin/make -f
|
||||||
|
|
||||||
include /usr/share/cdbs/1/rules/debhelper.mk
|
include /usr/share/cdbs/1/rules/debhelper.mk
|
||||||
|
include /usr/share/cdbs/1/class/cmake.mk
|
||||||
include debian/cdbs/debian-tde.mk
|
include debian/cdbs/debian-tde.mk
|
||||||
|
|
||||||
DEB_CONFIGURE_INCLUDEDIR := /opt/trinity/include
|
DEB_CMAKE_EXTRA_FLAGS := \
|
||||||
DEB_CONFIGURE_MANDIR := /opt/trinity/share/man
|
-DCMAKE_EXPORT_COMPILE_COMMANDS="ON" \
|
||||||
DEB_CONFIGURE_PREFIX := /opt/trinity
|
-DCMAKE_INSTALL_PREFIX="/opt/trinity" \
|
||||||
DEB_CONFIGURE_INFODIR := /opt/trinity/share/info
|
-DCONFIG_INSTALL_DIR="/etc/trinity" \
|
||||||
|
-DSYSCONF_INSTALL_DIR="/etc/trinity" \
|
||||||
install/qalculate-trinity::
|
-DXDG_MENU_INSTALL_DIR="/etc/xdg/menus" \
|
||||||
rm debian/qalculate-trinity/opt/trinity/bin/qalculate
|
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
|
||||||
|
-DCMAKE_VERBOSE_MAKEFILE="ON" \
|
||||||
clean::
|
-DCMAKE_SKIP_RPATH="OFF" \
|
||||||
rm -f po/*.gmo
|
-DBUILD_ALL="ON" \
|
||||||
|
-DWITH_ALL_OPTIONS="ON"
|
||||||
|
@ -1,2 +0,0 @@
|
|||||||
version=3
|
|
||||||
http://sf.net/qalculate/ qalculate-kde-(.*).tar.gz
|
|
Loading…
Reference in new issue