Add a function add_autofiles().
authorDavid Riebenbauer <davrieb@liegesta.at>
Sun, 31 Jan 2010 01:31:12 +0000 (02:31 +0100)
committerDavid Riebenbauer <davrieb@liegesta.at>
Tue, 2 Feb 2010 13:04:28 +0000 (14:04 +0100)
commitb18fde2bde0c7d445fd4aab3cd35add8c211aab4
tree6a9ba0da65f9c760d93a5c1da5ca8081ae8a5124
parentf35d35abe36166893f68061a1fcb2a26bc056fbc
Add a function add_autofiles().

The objective is to provide a sensible way to let plugins add files during the
"scan stage" of the build.

Currently does a little verification and adds the file to the global array
@add_autofiles.
IkiWiki.pm