[Pkg-mono-svn-commits] rev 1048 - prj2make-sharp/trunk/debian

Pablo Fischer pabl0-guest@haydn.debian.org
Thu, 17 Jun 2004 16:35:17 -0600


Author: pabl0-guest
Date: 2004-06-17 16:35:14 -0600 (Thu, 17 Jun 2004)
New Revision: 1048

Added:
   prj2make-sharp/trunk/debian/prj2make-sharp-gtk.pod
   prj2make-sharp/trunk/debian/prj2make-sharp.docs
   prj2make-sharp/trunk/debian/prj2make-sharp.pod
Removed:
   prj2make-sharp/trunk/debian/README.Debian
Modified:
   prj2make-sharp/trunk/debian/rules
Log:
Added manpages, removed README.Debian



Deleted: prj2make-sharp/trunk/debian/README.Debian
===================================================================
--- prj2make-sharp/trunk/debian/README.Debian	2004-06-17 22:01:18 UTC (rev 1047)
+++ prj2make-sharp/trunk/debian/README.Debian	2004-06-17 22:35:14 UTC (rev 1048)
@@ -1,6 +0,0 @@
-prj2make-sharp for Debian
--------------------------
-
-<possible notes regarding this package - if none, delete this file>
-
- -- Pablo Fischer <pablo@pablo.com.mx>, Sat, 12 Jun 2004 21:34:12 -0500

Added: prj2make-sharp/trunk/debian/prj2make-sharp-gtk.pod
===================================================================
--- prj2make-sharp/trunk/debian/prj2make-sharp-gtk.pod	2004-06-17 22:01:18 UTC (rev 1047)
+++ prj2make-sharp/trunk/debian/prj2make-sharp-gtk.pod	2004-06-17 22:35:14 UTC (rev 1048)
@@ -0,0 +1,33 @@
+=head1 NAME
+
+prj2make-sharp-gtk - Generates make and nmake files from Visual Studio and #Develop project files. GUI Interface
+
+=head1 SYNOPSIS
+
+prj2make-sharp-gtk [options]
+
+=head2 OPTIONS
+
+  -c --isCsc                     Use csc instead of mcs
+  -? --help                      Show this help list
+  -n --isNmake                   Output for nmake.exe
+  -r --GUIless                   Run without GUI
+     --usage                     Show usage syntax and exit
+     --verbosegetoptions         Show verbose parsing of options
+  -V --version                   Display version and licensing information
+
+=head1 DESCRIPTION
+
+This is a GTK# application that runs on Linux and Windows (if
+configured with GTK#).  The app can read a solution file
+produced with Visual Studio .NET and later can generate a
+makefile suitable for compilation with csc.exe.
+
+=head1 AUTHOR
+
+ prj2make-sharp team - http://forge.novell.com/modules/xfmod/project/?prj2make-sharp
+
+ Manpage by Pablo Fischer <pablo@pablo.com.mx>
+
+=cut
+

Added: prj2make-sharp/trunk/debian/prj2make-sharp.docs
===================================================================
--- prj2make-sharp/trunk/debian/prj2make-sharp.docs	2004-06-17 22:01:18 UTC (rev 1047)
+++ prj2make-sharp/trunk/debian/prj2make-sharp.docs	2004-06-17 22:35:14 UTC (rev 1048)
@@ -0,0 +1,7 @@
+debian/prj2make-sharp-gtk.1
+debian/prj2make-sharp.1
+AUTHORS
+ChangeLog
+COPYING
+NEWS
+README

Added: prj2make-sharp/trunk/debian/prj2make-sharp.pod
===================================================================
--- prj2make-sharp/trunk/debian/prj2make-sharp.pod	2004-06-17 22:01:18 UTC (rev 1047)
+++ prj2make-sharp/trunk/debian/prj2make-sharp.pod	2004-06-17 22:35:14 UTC (rev 1048)
@@ -0,0 +1,31 @@
+=head1 NAME
+
+prj2make-sharp - Generates make and nmake files from Visual Studio and #Develop project files
+
+=head1 SYNOPSIS
+
+prj2make-sharp [options]
+
+=head2 OPTIONS
+
+  -c --isCsc                     Use csc instead of mcs
+     --csproj2prjx               Converts a csproj/sln to prjx/cmbx
+  -? --help                      Show this help list
+  -n --isNmake                   Output for nmake.exe
+     --usage                     Show usage syntax and exit
+     --verbosegetoptions         Show verbose parsing of options
+  -V --version                   Display version and licensing information
+
+=head1 DESCRIPTION
+
+The app can read a solution file produced with Visual Studio .NET 
+and later can generate a makefile suitable for compilation with csc.exe.
+
+=head1 AUTHOR
+
+ prj2make-sharp team - http://forge.novell.com/modules/xfmod/project/?prj2make-sharp
+
+ Manpage by Pablo Fischer <pablo@pablo.com.mx>
+
+=cut
+

Modified: prj2make-sharp/trunk/debian/rules
===================================================================
--- prj2make-sharp/trunk/debian/rules	2004-06-17 22:01:18 UTC (rev 1047)
+++ prj2make-sharp/trunk/debian/rules	2004-06-17 22:35:14 UTC (rev 1048)
@@ -28,6 +28,10 @@
 
 	# Add here commands to compile the package.
 	$(MAKE)
+	#manpages
+	pod2man $(CURDIR)/debian/prj2make-sharp-gtk.pod > $(CURDIR)/debian/prj2make-sharp-gtk.1
+	pod2man $(CURDIR)/debian/prj2make-sharp.pod > $(CURDIR)/debian/prj2make-sharp.1
+
 	touch build-stamp
 
 clean: