.\" .\" cook - file construction tool .\" Copyright (C) 1991-1997, 2000, 2001, 2007, 2008, 2010 Peter Miller .\" .\" This program is free software; you can redistribute it and/or modify .\" it under the terms of the GNU General Public License as published by .\" the Free Software Foundation; either version 3 of the License, or .\" (at your option) any later version. .\" .\" This program is distributed in the hope that it will be useful, .\" but WITHOUT ANY WARRANTY; without even the implied warranty of .\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the .\" GNU General Public License for more details. .\" .\" You should have received a copy of the GNU General Public License .\" along with this program. If not, see .\" . .\" .H 1 "Supplied Cookbooks" A number of cookbooks are supplied with .BR cook . To make use of one, a preprocessor directive of the form .eB #include "\f(CIwhichone\fP" .eE must appear at the start of your cookbook. .P .B Cook does not have any "built-in" recipes. All recipes are stored in text files, so they are more easily read, understood, copied, hacked or corrected. The supplied cookbooks live in the .I \*[datadir] directory. .P You may supply your own "system" recipes, by placing cookbooks into a directory called .IR $HOME/.cook or using the .B -Include command line option, possibly in your .I $COOK environment variable. .so lib/en/user-guide/system.list.so