Files
unison/doc/manual/source
Peter D. Barnes, Jr 9ddd31c6f9 More flexible create-module.py script
Changed the default creation directory from src/ to contrib/
  Moved create-modules.py from src/ to utils/

Added two new optional command line arguments: --project and --use-src-dir
--project specifies a directory name or path under which the new modules
will be created.
--use-src-dir directs the script to create new modules in the src
directory instead of contrib.  This argument cannot be combined
with --project.

Updated contrib/wscript to search for modules at
arbitrary depths instead of just the child directories under
contrib.

Assume the following directory structure:
contrib/
  project1/
    module1/
      wscript
    module2/
      wscript
  project2/
    sub_project1/
      	module3/
        	wscript
      	module4/
        	wscript
    sub_project2/
      	module5/
        	wscript
      	module6/
        	wscript
    data/
  module7/
    wscript

waf configure will discover the following modules under contrib:
project1/module1
project1/module2
project2/sub_project1/module3
project2/sub_project1/module4
project2/sub_project2/module5
project2/sub_project2/module6
module7
2020-05-20 13:55:28 -07:00
..
2011-01-03 16:17:05 -08:00
2020-05-20 13:47:38 -07:00
2018-06-28 12:51:39 +03:00
2017-09-01 11:40:28 +03:00
2010-12-30 23:39:27 +01:00
2018-06-28 12:51:39 +03:00
2017-09-01 11:40:28 +03:00
2015-03-27 11:58:58 -07:00
2014-04-28 10:38:37 -07:00
2013-07-24 15:49:21 -07:00
2013-12-11 15:18:55 -08:00
2015-08-13 11:08:56 -07:00
2020-05-20 13:47:38 -07:00
2013-11-14 16:57:49 -08:00
2020-02-26 13:52:51 -08:00