* Makefile: When copying mdoc-net.exe into ./mdoc-net, rename it to
authorJonathan Pryor <jpryor@novell.com>
Thu, 26 Nov 2009 03:24:03 +0000 (03:24 -0000)
committerJonathan Pryor <jpryor@novell.com>
Thu, 26 Nov 2009 03:24:03 +0000 (03:24 -0000)
  mdoc.exe so that .NET users continue to use the name 'mdoc'.  This
  will make documentation easier, etc.

svn path=/trunk/mcs/; revision=146962

mcs/tools/mdoc/ChangeLog
mcs/tools/mdoc/Makefile

index f522cf3818601cd195260155908fca00cb123813..22cbdf5087ed02bf3fb39edcfe1661cd57776434 100644 (file)
@@ -1,3 +1,9 @@
+2009-11-25  Jonathan Pryor <jpryor@novell.com>
+
+       * Makefile: When copying mdoc-net.exe into ./mdoc-net, rename it to
+         mdoc.exe so that .NET users continue to use the name 'mdoc'.  This
+         will make documentation easier, etc.
+
 2009-11-25  Jonathan Pryor <jpryor@novell.com>
 
        + Giving up on getting mdoc to fully work under .NET; specifically,
index 6f7fd6b4b2794927ca1981af6631b13ac6f56880..b4789fd1de65316da59a5f02b1ee8fe84d8574cd 100644 (file)
@@ -30,7 +30,7 @@ all : copy-with-deps
 
 copy-with-deps:
        -mkdir mdoc-net
-       cp $(PROGRAM) mdoc-net
+       cp $(PROGRAM) mdoc-net/mdoc.exe
        cp $(topdir)/class/lib/net_2_0/Commons.Xml.Relaxng.dll mdoc-net
        cp $(topdir)/class/lib/net_2_0/ICSharpCode.SharpZipLib.dll mdoc-net
        cp $(topdir)/class/lib/net_2_0/Mono.Cecil.dll mdoc-net