[Mono-bugs] [Bug 75355][Nor] New - bad monodocs2slashdoc.in

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Jun 22 16:25:33 EDT 2005


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by fabian at fseoane.net.

http://bugzilla.ximian.com/show_bug.cgi?id=75355

--- shadow/75355	2005-06-22 16:25:33.000000000 -0400
+++ shadow/75355.tmp.23234	2005-06-22 16:25:33.000000000 -0400
@@ -0,0 +1,34 @@
+Bug#: 75355
+Product: Mono: Doctools
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: Console
+AssignedTo: mono-bugs at ximian.com                            
+ReportedBy: fabian at fseoane.net               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: bad monodocs2slashdoc.in 
+
+The current scripts/monodoc2slashdoc.in generates a script that fails when
+called (cannot open assembly exec). 
+
+Here is a patch to fix that. 
+
+
+Index: scripts/monodocs2slashdoc.in
+===================================================================
+--- scripts/monodocs2slashdoc.in        (revisión: 46384)
++++ scripts/monodocs2slashdoc.in        (copia de trabajo)
+@@ -4,4 +4,4 @@
+ exec_prefix=@exec_prefix@
+ monodocdir=@monodocdir@
+
+-exec @RUNTIME@ exec mono $monodocdir/monodocs2slashdoc.exe $*
++exec @RUNTIME@ $monodocdir/monodocs2slashdoc.exe $*


More information about the mono-bugs mailing list