From 8afee86d3e7e9d7c21963b7176771622b58cd500 Mon Sep 17 00:00:00 2001 From: guyou Date: Thu, 24 May 2007 20:24:46 +0000 Subject: [PATCH] Removing generated files Signed-off-by: Guilhem Bonnefille git-svn-id: https://viking.svn.sourceforge.net/svnroot/viking/trunk@260 02d69b8e-d120-0410-893f-fe71a3b6e39e --- debian/control | 2 +- debian/rules | 3 ++- debian/viking-remote.1 | 56 ----------------------------------------------- debian/viking.1 | 59 -------------------------------------------------- 4 files changed, 3 insertions(+), 117 deletions(-) delete mode 100644 debian/viking-remote.1 delete mode 100644 debian/viking.1 diff --git a/debian/control b/debian/control index 1d05fb4..d2f9d1d 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: viking Section: unknown Priority: extra Maintainer: Guilhem BONNEFILLE -Build-Depends: debhelper (>= 5), autotools-dev +Build-Depends: debhelper (>= 5), autotools-dev, docbook-to-man Standards-Version: 3.7.2 Package: viking diff --git a/debian/rules b/debian/rules index 4c2227f..7ab5f29 100755 --- a/debian/rules +++ b/debian/rules @@ -37,7 +37,8 @@ build-stamp: config.status # Add here commands to compile the package. $(MAKE) - #docbook-to-man debian/viking.sgml > viking.1 + docbook-to-man debian/viking.sgml > viking.1 + docbook-to-man debian/viking-remote.sgml > viking-remote.1 touch $@ diff --git a/debian/viking-remote.1 b/debian/viking-remote.1 deleted file mode 100644 index c4fc74a..0000000 --- a/debian/viking-remote.1 +++ /dev/null @@ -1,56 +0,0 @@ -.\" Title: VIKING -.\" Author: Ralf Meyer -.\" Generator: DocBook XSL Stylesheets v1.71.0 -.\" Date: 2007.05.24 -.\" Manual: -.\" Source: -.\" -.TH "VIKING" "1" "2007\-05\-24" "" "" -.\" disable hyphenation -.nh -.\" disable justification (adjust text to left margin only) -.ad l -.SH "NAME" -viking\-remote \- program to manage GPS data -.SH "SYNOPSIS" -.HP 14 -\fBviking\-remote\fR -.SH "DESCRIPTION" -.PP -Viking is a free/open source program to manage GPS data. You can import and plot tracks and waypoints, show Google maps and/or Terraserver maps under it, add coordinate lines, make new tracks and waypoints, hide different things, etc. It is written in C with the GTK+ 2 toolkit, available for Linux, other POSIX operating systems, and Windows, and is licensed under the GNU GPL. If you're having a hard time visualizing it, check out the screenshots, then download and try it and tell what you think of it on the mailing list. -.PP -Homepage: http://viking.sf.net -.PP -This manual page was written for the -Debian(TM) -distribution because the original program does not have a manual page. -.PP -\fBviking\-remote\fR -is a program to manage GPS data -.SH "OPTIONS" -.PP -Usage: viking\-remote uri -.SH "SEE ALSO" -.PP -viking (1). -.SH "AUTHOR" -.PP -This manual page was written by Ralf Meyer - -for the -Debian(TM) -system (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the -GNU -General Public License, Version 2 any later version published by the Free Software Foundation. -.PP -On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common\-licenses/GPL. -.SH "AUTHOR" -.PP -\fBRalf Meyer\fR -.sp -1n -.IP "" 3n -Author. -.SH "COPYRIGHT" -Copyright \(co 2007 Ralf Meyer -.br - diff --git a/debian/viking.1 b/debian/viking.1 deleted file mode 100644 index 37da578..0000000 --- a/debian/viking.1 +++ /dev/null @@ -1,59 +0,0 @@ -.\" Title: VIKING -.\" Author: Ralf Meyer -.\" Generator: DocBook XSL Stylesheets v1.71.0 -.\" Date: 2007.05.24 -.\" Manual: -.\" Source: -.\" -.TH "VIKING" "1" "2007\-05\-24" "" "" -.\" disable hyphenation -.nh -.\" disable justification (adjust text to left margin only) -.ad l -.SH "NAME" -viking \- program to manage GPS data -.SH "SYNOPSIS" -.HP 7 -\fBviking\fR [\fIfile\fR] -.SH "DESCRIPTION" -.PP -Viking is a free/open source program to manage GPS data. You can import and plot tracks and waypoints, show Google maps and/or Terraserver maps under it, add coordinate lines, make new tracks and waypoints, hide different things, etc. It is written in C with the GTK+ 2 toolkit, available for Linux, other POSIX operating systems, and Windows, and is licensed under the GNU GPL. If you're having a hard time visualizing it, check out the screenshots, then download and try it and tell what you think of it on the mailing list. -.PP -Homepage: http://viking.sf.net -.PP -This manual page was written for the -Debian(TM) -distribution because the original program does not have a manual page. -.PP -\fBviking\fR -is a program to manage GPS data -.SH "OPTIONS" -.PP -\fB[file]\fR -.RS 3n -Specify file to load at start. -.RE -.SH "SEE ALSO" -.PP -viking\-remote (1). -.SH "AUTHOR" -.PP -This manual page was written by Ralf Meyer - -for the -Debian(TM) -system (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the -GNU -General Public License, Version 2 any later version published by the Free Software Foundation. -.PP -On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common\-licenses/GPL. -.SH "AUTHOR" -.PP -\fBRalf Meyer\fR -.sp -1n -.IP "" 3n -Author. -.SH "COPYRIGHT" -Copyright \(co 2007 Ralf Meyer -.br - -- 2.11.4.GIT