-
Notifications
You must be signed in to change notification settings - Fork 0
/
kika.make
executable file
·51 lines (36 loc) · 1.21 KB
/
kika.make
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
; ----------------
; Generated makefile from http://drushmake.me
; Permanent URL: http://drushmake.me/file.php?token=92216302f42e
; ----------------
;
; This is a working makefile - try it! Any line starting with a `;` is a comment.
; Core version
; ------------
; Each makefile should begin by declaring the core version of Drupal that all
; projects should be compatible with.
core = 7.x
; API version
; ------------
; Every makefile needs to declare its Drush Make API version. This version of
; drush make uses API version `2`.
api = 2
; Core project
; ------------
; In order for your makefile to generate a full Drupal site, you must include
; a core project. This is usually Drupal core, but you can also specify
; alternative core projects like Pressflow. Note that makefiles included with
; install profiles *should not* include a core project.
; Drupal 7.x. Requires the `core` property to be set to 7.x.
projects[drupal][version] = 7.2
; Modules
; --------
projects[ctools][subdir] = contrib
projects[pathauto][subdir] = contrib
projects[wysiwyg][subdir] = contrib
projects[views][subdir] = contrib
; Themes
; --------
projects[] = zen
; Libraries
; ---------
; No libraries were included