By that I meant "you tell the users who check out your repository to include 
your conf file in their input locations configuration."

My understanding is that this is done using :include ...

On Nov 24, 2010, at 4:38, Zach Beane <x...@xach.com> wrote:

> Robert Goldman <rpgold...@sift.info> writes:
> 
>> This branch has patches that add the :here directive to Faré's
>> configuration DSL.  This allows for configuration files to have contents
>> like:
>> 
>> (:source-registry
>>   (:tree (:here "src/lisp/"))
>>   (:tree (:here "extlib/lisp"))
>>   (:directory (:here "outlier/")))
>> 
>> ... which means if, for instance, I have a source repo with a complex
>> set of directories and .asd files, I can commit a .conf file into the
>> repo and tell you just to "source" it through ASDF, and you'll
>> automagically see all the .asd files in the directory.
> 
> How can you "source" a file like that?
> 
> Zach

_______________________________________________
asdf-devel mailing list
asdf-devel@common-lisp.net
http://common-lisp.net/cgi-bin/mailman/listinfo/asdf-devel

Reply via email to