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
|
||||
|
||||
include /usr/share/cdbs/1/rules/debhelper.mk
|
||||
include /usr/share/cdbs/1/class/cmake.mk
|
||||
include debian/cdbs/debian-tde.mk
|
||||
|
||||
DEB_CONFIGURE_INCLUDEDIR := /opt/trinity/include
|
||||
DEB_CONFIGURE_MANDIR := /opt/trinity/share/man
|
||||
DEB_CONFIGURE_PREFIX := /opt/trinity
|
||||
DEB_CONFIGURE_INFODIR := /opt/trinity/share/info
|
||||
|
||||
install/qalculate-trinity::
|
||||
rm debian/qalculate-trinity/opt/trinity/bin/qalculate
|
||||
|
||||
clean::
|
||||
rm -f po/*.gmo
|
||||
DEB_CMAKE_EXTRA_FLAGS := \
|
||||
-DCMAKE_EXPORT_COMPILE_COMMANDS="ON" \
|
||||
-DCMAKE_INSTALL_PREFIX="/opt/trinity" \
|
||||
-DCONFIG_INSTALL_DIR="/etc/trinity" \
|
||||
-DSYSCONF_INSTALL_DIR="/etc/trinity" \
|
||||
-DXDG_MENU_INSTALL_DIR="/etc/xdg/menus" \
|
||||
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
|
||||
-DCMAKE_VERBOSE_MAKEFILE="ON" \
|
||||
-DCMAKE_SKIP_RPATH="OFF" \
|
||||
-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
|
||||
|
||||
include /usr/share/cdbs/1/rules/debhelper.mk
|
||||
include /usr/share/cdbs/1/class/cmake.mk
|
||||
include debian/cdbs/debian-tde.mk
|
||||
|
||||
DEB_CONFIGURE_INCLUDEDIR := /opt/trinity/include
|
||||
DEB_CONFIGURE_MANDIR := /opt/trinity/share/man
|
||||
DEB_CONFIGURE_PREFIX := /opt/trinity
|
||||
DEB_CONFIGURE_INFODIR := /opt/trinity/share/info
|
||||
|
||||
install/qalculate-trinity::
|
||||
rm debian/qalculate-trinity/opt/trinity/bin/qalculate
|
||||
|
||||
clean::
|
||||
rm -f po/*.gmo
|
||||
DEB_CMAKE_EXTRA_FLAGS := \
|
||||
-DCMAKE_EXPORT_COMPILE_COMMANDS="ON" \
|
||||
-DCMAKE_INSTALL_PREFIX="/opt/trinity" \
|
||||
-DCONFIG_INSTALL_DIR="/etc/trinity" \
|
||||
-DSYSCONF_INSTALL_DIR="/etc/trinity" \
|
||||
-DXDG_MENU_INSTALL_DIR="/etc/xdg/menus" \
|
||||
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
|
||||
-DCMAKE_VERBOSE_MAKEFILE="ON" \
|
||||
-DCMAKE_SKIP_RPATH="OFF" \
|
||||
-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