[Unison-hackers] [unison-svn] r282 - in branches/2.27: . src

Benjamin C. Pierce bcpierce at seas.upenn.edu
Wed Jun 4 09:12:54 EDT 2008


Author: bcpierce
Date: 2008-06-04 09:12:48 -0400 (Wed, 04 Jun 2008)
New Revision: 282

Modified:
   branches/2.27/Makefile
   branches/2.27/src/RECENTNEWS
   branches/2.27/src/mkProjectInfo.ml
   branches/2.27/src/strings.ml
Log:
* Added 'make docs' to top-level Makefile


Modified: branches/2.27/Makefile
===================================================================
--- branches/2.27/Makefile	2008-06-04 12:56:56 UTC (rev 281)
+++ branches/2.27/Makefile	2008-06-04 13:12:48 UTC (rev 282)
@@ -18,6 +18,10 @@
 src/mkProjectInfo: src/mkProjectInfo.ml
 	ocamlc -o $@ $^
 
+docs:
+	$(MAKE) -C src UISTYLE=text
+	$(MAKE) -C doc 
+
 include src/Makefile.OCaml
 
 ######################################################################

Modified: branches/2.27/src/RECENTNEWS
===================================================================
--- branches/2.27/src/RECENTNEWS	2008-06-04 12:56:56 UTC (rev 281)
+++ branches/2.27/src/RECENTNEWS	2008-06-04 13:12:48 UTC (rev 282)
@@ -1,3 +1,8 @@
+CHANGES FROM VERSION 2.27.74
+
+* Added 'make docs' to top-level Makefile
+
+-------------------------------
 CHANGES FROM VERSION 2.27.68
 
 * Unison can sometimes fail to transfer a file, giving the unhelpful

Modified: branches/2.27/src/mkProjectInfo.ml
===================================================================
--- branches/2.27/src/mkProjectInfo.ml	2008-06-04 12:56:56 UTC (rev 281)
+++ branches/2.27/src/mkProjectInfo.ml	2008-06-04 13:12:48 UTC (rev 282)
@@ -74,3 +74,4 @@
 
 
 
+

Modified: branches/2.27/src/strings.ml
===================================================================
--- branches/2.27/src/strings.ml	2008-06-04 12:56:56 UTC (rev 281)
+++ branches/2.27/src/strings.ml	2008-06-04 13:12:48 UTC (rev 282)
@@ -4,7 +4,7 @@
 let docs =
     ("about", ("About Unison", 
      "Unison File Synchronizer\n\
-      Version 2.27.68\n\
+      Version 2.27.74\n\
       \n\
       "))
 ::
@@ -139,10 +139,22 @@
     ("copying", ("Copying", 
      "Copying\n\
       \n\
-      \032  Unison is free software. You are free to change and redistribute it\n\
-      \032  under the terms of the GNU General Public License. Please see the file\n\
-      \032  COPYING in the Unison distribution for more information.\n\
+      \032  This file is part of Unison.\n\
       \n\
+      \032  Unison is free software: you can redistribute it and/or modify it\n\
+      \032  under the terms of the GNU General Public License as published by the\n\
+      \032  Free Software Foundation, either version 3 of the License, or (at your\n\
+      \032  option) any later version.\n\
+      \n\
+      \032  Unison is distributed in the hope that it will be useful, but WITHOUT\n\
+      \032  ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or\n\
+      \032  FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License\n\
+      \032  for more details.\n\
+      \n\
+      \032  The GNU Public License can be found at http://www.gnu.org/licenses. A\n\
+      \032  copy is also included in the Unison source distribution in the file\n\
+      \032  COPYING.\n\
+      \n\
       "))
 ::
     ("ack", ("Acknowledgements", 
@@ -2471,8 +2483,8 @@
       \n\
       "))
 ::
-    ("news", ("Changes in Version 2.27.68", 
-     "Changes in Version 2.27.68\n\
+    ("news", ("Changes in Version 2.27.74", 
+     "Changes in Version 2.27.74\n\
       \n\
       \032  Changes since 2.17:\n\
       \032    * Major rewrite and cleanup of the whole Mac OS X graphical user\n\



More information about the Unison-hackers mailing list