a32118a01b8946a2dbccd2338deec8086b576404
[platform/upstream/libsolv.git] / doc / mdk2solv.1
1 '\" t
2 .\"     Title: mdk2solv
3 .\"    Author: [see the "Author" section]
4 .\" Generator: DocBook XSL Stylesheets v1.78.0 <http://docbook.sf.net/>
5 .\"      Date: 09/25/2014
6 .\"    Manual: LIBSOLV
7 .\"    Source: libsolv
8 .\"  Language: English
9 .\"
10 .TH "MDK2SOLV" "1" "09/25/2014" "libsolv" "LIBSOLV"
11 .\" -----------------------------------------------------------------
12 .\" * Define some portability stuff
13 .\" -----------------------------------------------------------------
14 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
15 .\" http://bugs.debian.org/507673
16 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
17 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
18 .ie \n(.g .ds Aq \(aq
19 .el       .ds Aq '
20 .\" -----------------------------------------------------------------
21 .\" * set default formatting
22 .\" -----------------------------------------------------------------
23 .\" disable hyphenation
24 .nh
25 .\" disable justification (adjust text to left margin only)
26 .ad l
27 .\" -----------------------------------------------------------------
28 .\" * MAIN CONTENT STARTS HERE *
29 .\" -----------------------------------------------------------------
30 .SH "NAME"
31 mdk2solv \- convert files in Mandriva synthesis format into a solv file
32 .SH "SYNOPSIS"
33 .sp
34 \fBmdk2solv\fR [\fIOPTIONS\fR]
35 .SH "DESCRIPTION"
36 .sp
37 The mdk2solv tool reads Mandriva synthesis data (\fBhdlist\fR) from stdin, and writes it as solv file to standard output\&.
38 .PP
39 \fB\-i\fR \fIINFO\&.xml\fR
40 .RS 4
41 Also read the info file containing url, license, and src information from the specified xml file\&.
42 .RE
43 .PP
44 \fB\-f\fR \fIFILES\&.xml\fR
45 .RS 4
46 Also read filelist information from the specified xml file\&.
47 .RE
48 .SH "SEE ALSO"
49 .sp
50 genhdlist2(1)
51 .SH "AUTHOR"
52 .sp
53 Michael Schroeder <mls@suse\&.de>