Dear all,<br><br>Before anyone shouts for a .gz in debian...<br>I&#39;ve researched and found that it is okay to have a normal text file (in debian and elsewhere).<br>And, by this I mean that it is valid to INSTALL() the files (as normal text files) README, AUTHORS, NEWS as such and without gzip-ing and then installing them.<br>

<i>So, basically #113 can be ignored.</i><br><br>Please comment, if a majority of us thinks that we should install them as .gz.... otherwise, we close the ticket.<br>I can do that, then we&#39;ll have to check for gzip and run a custom command, something like:<br>

<br>    ADD_CUSTOM_COMMAND(<br>        ... something here...<br>        COMMAND gzip &lt;options&gt; &lt;files&gt;<br>    )<br>    INSTALL (.....)<br><br>But please note that it is not necessary and as far as I&#39;ve read the cmake documentation and there is no in-built support for that.<br>

<br>Best Regards,<br>Rohit Yadav<br><br><div class="gmail_quote">On Mon, Oct 4, 2010 at 6:21 AM,  <span dir="ltr">&lt;<a href="mailto:git@videolan.org">git@videolan.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

vlmc | branch: master | Rohit Yadav &lt;<a href="mailto:rohityadav89@gmail.com">rohityadav89@gmail.com</a>&gt; | Mon Oct  4 06:37:11 2010 +0530| [6d16541c4a1d8eb3fea5790322f3b786efca00ac] | committer: Rohit Yadav<br>
<br>
vlmc.1: VLMC gets its man page.<br>
This file contains what is to be installed in the section 1<br>
of the manual on GNU/Linux. Tested to work fine on Debian.<br>
<br>
&gt; <a href="http://git.videolan.org/gitweb.cgi/vlmc.git/?a=commit;h=6d16541c4a1d8eb3fea5790322f3b786efca00ac" target="_blank">http://git.videolan.org/gitweb.cgi/vlmc.git/?a=commit;h=6d16541c4a1d8eb3fea5790322f3b786efca00ac</a><br>


---<br>
<br>
 doc/vlmc.1 |   49 +++++++++++++++++++++++++++++++++++++++++++++++++<br>
 1 files changed, 49 insertions(+), 0 deletions(-)<br>
<br>
diff --git a/doc/vlmc.1 b/doc/vlmc.1<br>
new file mode 100644<br>
index 0000000..dd40c84<br>
--- /dev/null<br>
+++ b/doc/vlmc.1<br>
@@ -0,0 +1,49 @@<br>
+.\&quot; Copyright (C) 2008-10 VideoLAN<br>
+.\&quot; Author: Rohit Yadav &lt;<a href="mailto:rohityadav89@gmail.com">rohityadav89@gmail.com</a>&gt;<br>
+.\&quot;<br>
+.\&quot; This is free software; you may redistribute it and/or modify<br>
+.\&quot; it under the terms of the GNU General Public License as<br>
+.\&quot; published by the Free Software Foundation; either version 2,<br>
+.\&quot; or (at your option) any later version.<br>
+.\&quot;<br>
+.\&quot; This is distributed in the hope that it will be useful, but<br>
+.\&quot; WITHOUT ANY WARRANTY; without even the implied warranty of<br>
+.\&quot; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the<br>
+.\&quot; GNU General Public License for more details.<br>
+.\&quot;<br>
+.\&quot; You should have received a copy of the GNU General Public License<br>
+.\&quot; along with this; if not write to the Free Software Foundation, Inc.<br>
+.\&quot; 59 Temple Place, Suite 330, Boston, MA 02111-1307  USA<br>
+.TH VLMC 1 &quot;Oct 4, 2010&quot;<br>
+.SH NAME<br>
+vlmc \- VideoLAN Movie Creator<br>
+.SH SYNOPSIS<br>
+.B vlmc<br>
+.RI [ OPTIONS ]...<br>
+.RI [ filenames|URI ]...<br>
+.SH DESCRIPTION<br>
+VideoLAN Movie Creator (VLMC) is a cross-platform, non-linear video editing<br>
+software based on libVLC and running on Windows, Linux and Mac OS X.<br>
+It is a free software distributed under the terms of the GPL v2.<br>
+This manual page documents briefly the<br>
+.B VLMC<br>
+video editor.<br>
+<br>
+.SH OPTIONS<br>
+.TP<br>
+.B \-\-version<br>
+Outputs version information and exits.<br>
+.TP<br>
+.B filename(s)...<br>
+Specifies the file to open when VLMC starts.<br>
+If this is not specified, gedit will load a blank file with an &quot;Untitled Project&quot; label.<br>
+.SH FILES<br>
+.I ~/.config/vlmc/vlmc.conf<br>
+.RS<br>
+The configuration file of the VLMC.<br>
+.SH BUGS<br>
+If you find a bug, please report it at <a href="http://trac.videolan.org/vlmc/newticket?type=defect" target="_blank">http://trac.videolan.org/vlmc/newticket?type=defect</a><br>
+.PP<br>
+.SH AUTHOR<br>
+This manual page was written by Rohit Yadav &lt;<a href="mailto:rohityadav89@gmail.com">rohityadav89@gmail.com</a>&gt;, for the Debian<br>
+GNU/Linux system (but may be used by others).<br>
<br>
_______________________________________________<br>
Vlmc-devel mailing list<br>
<a href="mailto:Vlmc-devel@videolan.org">Vlmc-devel@videolan.org</a><br>
<a href="http://mailman.videolan.org/listinfo/vlmc-devel" target="_blank">http://mailman.videolan.org/listinfo/vlmc-devel</a><br>
</blockquote></div><br>