~ubuntu-branches/ubuntu/trusty/ocaml-csv/trusty

« back to all changes in this revision

Viewing changes to debian/csvtool.dbk

  • Committer: Bazaar Package Importer
  • Author(s): Stephane Glondu
  • Date: 2008-02-07 02:36:22 UTC
  • Revision ID: james.westby@ubuntu.com-20080207023622-dfik4jt3v5jnj38a
Tags: 1.1.6-3
* Fix 01_Makefile_extlib.dpatch to handle architectures where
  native code is not available.
* Fix debian/watch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version='1.0' encoding='ISO-8859-1'?>
 
2
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
 
3
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
 
4
 
 
5
<!--
 
6
 
 
7
Process this file with an XSLT processor: `xsltproc \
 
8
-''-nonet /usr/share/sgml/docbook/stylesheet/xsl/nwalsh/\
 
9
manpages/docbook.xsl manpage.dbk'.  A manual page
 
10
<package>.<section> will be generated.  You may view the
 
11
manual page with: nroff -man <package>.<section> | less'.  A
 
12
typical entry in a Makefile or Makefile.am is:
 
13
 
 
14
DB2MAN=/usr/share/sgml/docbook/stylesheet/xsl/nwalsh/\
 
15
manpages/docbook.xsl
 
16
XP=xsltproc -''-nonet
 
17
 
 
18
manpage.1: manpage.dbk
 
19
        $(XP) $(DB2MAN) $<
 
20
 
 
21
The xsltproc binary is found in the xsltproc package.  The
 
22
XSL files are in docbook-xsl.  Please remember that if you
 
23
create the nroff version in one of the debian/rules file
 
24
targets (such as build), you will need to include xsltproc
 
25
and docbook-xsl in your Build-Depends control field.
 
26
 
 
27
-->
 
28
 
 
29
  <!ENTITY dhfirstname "<firstname>Stephane</firstname>">
 
30
  <!ENTITY dhsurname   "<surname>Glondu</surname>">
 
31
  <!-- Please adjust the date whenever revising the manpage. -->
 
32
  <!ENTITY dhdate      "<date>January 15, 2008</date>">
 
33
  <!ENTITY dhsection   "<manvolnum>1</manvolnum>">
 
34
  <!ENTITY dhemail     "<email>steph@glondu.net</email>">
 
35
  <!ENTITY dhusername  "Stephane Glondu">
 
36
  <!ENTITY dhucpackage "<refentrytitle>csvtool</refentrytitle>">
 
37
  <!ENTITY dhpackage   "csvtool">
 
38
 
 
39
  <!ENTITY debian      "<productname>Debian</productname>">
 
40
  <!ENTITY gnu         "<acronym>GNU</acronym>">
 
41
  <!ENTITY gpl         "&gnu; <acronym>GPL</acronym>">
 
42
]>
 
43
 
 
44
<refentry>
 
45
  <refentryinfo>
 
46
    <address>
 
47
      &dhemail;
 
48
    </address>
 
49
    <copyright>
 
50
      <year>2008</year>
 
51
      <holder>&dhusername;</holder>
 
52
    </copyright>
 
53
    &dhdate;
 
54
  </refentryinfo>
 
55
  <refmeta>
 
56
    &dhucpackage;
 
57
 
 
58
    &dhsection;
 
59
  </refmeta>
 
60
  <refnamediv>
 
61
    <refname>&dhpackage;</refname>
 
62
 
 
63
    <refpurpose>tool for performing manipulations on CSV files from shell scripts</refpurpose>
 
64
  </refnamediv>
 
65
  <refsynopsisdiv>
 
66
    <cmdsynopsis>
 
67
      <command>&dhpackage;</command>
 
68
 
 
69
      <arg choice="opt"><option>options</option></arg>
 
70
      <arg choice="plain"><replaceable>command</replaceable></arg>
 
71
      <arg choice="opt"><option>command-args</option></arg>
 
72
      <arg choice="plain" rep="repeat"><replaceable>input.csv</replaceable></arg>
 
73
    </cmdsynopsis>
 
74
  </refsynopsisdiv>
 
75
  <refsect1>
 
76
    <title>DESCRIPTION</title>
 
77
 
 
78
    <para>This manual page documents briefly the
 
79
      <command>&dhpackage;</command> command.</para>
 
80
 
 
81
    <para>This manual page was written for the &debian; distribution
 
82
      because the original program does not have a manual page.
 
83
      Instead, it has documentation accessible with the <option>--help</option> option.</para>
 
84
 
 
85
    <para><command>&dhpackage;</command> is a tool for performing
 
86
    manipulations on CSV files from shell scripts.</para>
 
87
 
 
88
  </refsect1>
 
89
  <refsect1>
 
90
    <title>OPTIONS</title>
 
91
 
 
92
    <variablelist>
 
93
      <varlistentry>
 
94
        <term><option>-help</option>
 
95
          <option>--help</option>
 
96
        </term>
 
97
        <listitem>
 
98
          <para>Show help.</para>
 
99
        </listitem>
 
100
      </varlistentry>
 
101
    </variablelist>
 
102
  </refsect1>
 
103
  <refsect1>
 
104
    <title>AUTHOR</title>
 
105
 
 
106
    <para>This manual page was written by &dhusername; &dhemail; for
 
107
      the &debian; system (but may be used by others).  Permission is
 
108
      granted to copy, distribute and/or modify this document under
 
109
      the terms of the &gnu; General Public License, Version 2 any
 
110
          later version published by the Free Software Foundation.
 
111
    </para>
 
112
        <para>
 
113
          On Debian systems, the complete text of the GNU General Public
 
114
          License can be found in /usr/share/common-licenses/GPL.
 
115
        </para>
 
116
 
 
117
  </refsect1>
 
118
</refentry>
 
119