From 197174ead5e273bd0c8684d92752e1e8599d6656 Mon Sep 17 00:00:00 2001 From: Michael Krelin Date: Sun, 03 Apr 2005 13:07:33 +0000 Subject: yet another fix to handling dependencies --- (limited to 'include') diff --git a/include/sitecing/component_factory.h b/include/sitecing/component_factory.h index a208ed1..9ddf70d 100644 --- a/include/sitecing/component_factory.h +++ b/include/sitecing/component_factory.h @@ -54,6 +54,10 @@ namespace sitecing { * @overload file_factory::build() */ virtual void build(const string& dst); + /** + * @overload file_factory::make() + */ + virtual void make(const string& dst); /** * Helper function for executing external command. -- cgit v0.9.0.2