tuned documentation;
authorwenzelm
Sun, 23 Apr 2017 23:10:23 +0200
changeset 65567 c556c09765dd
parent 65566 94c514ea2846
child 65568 1070be576372
tuned documentation;
Admin/Release/CHECKLIST
NEWS
--- a/Admin/Release/CHECKLIST	Sun Apr 23 23:06:50 2017 +0200
+++ b/Admin/Release/CHECKLIST	Sun Apr 23 23:10:23 2017 +0200
@@ -11,7 +11,7 @@
 
 - check sources:
     isabelle check_sources '~~' '$AFP_BASE'
-    isabelle imports -M -d '~~/src/Benchmarks' -a
+    isabelle imports -M -a -d '~~/src/Benchmarks'
 
 - check ANNOUNCE, README, NEWS, COPYRIGHT, CONTRIBUTORS;
 
--- a/NEWS	Sun Apr 23 23:06:50 2017 +0200
+++ b/NEWS	Sun Apr 23 23:10:23 2017 +0200
@@ -202,7 +202,11 @@
 unchanged.
 
 * Command-line tool "isabelle imports" helps to maintain theory imports
-wrt. session structure.
+wrt. session structure. Examples:
+
+  isabelle imports -I -a
+  isabelle imports -U -a
+  isabelle imports -M -a -d '~~/src/Benchmarks'