|
Revision 225, 463 bytes
(checked in by ingy, 2 years ago)
|
r3797@dhcp199: ingy | 2007-04-08 10:51:27 +0900
Move ingy's non-kwiki modules into src/ingy
|
| Line | |
|---|
| 1 |
links: core cpan ingy plugins socialtext |
|---|
| 2 |
|
|---|
| 3 |
#------------------------------------------------------------------------------- |
|---|
| 4 |
include ../src/core/modules.mk |
|---|
| 5 |
include ../src/cpan/modules.mk |
|---|
| 6 |
include ../src/ingy/modules.mk |
|---|
| 7 |
include ../src/plugins/modules.mk |
|---|
| 8 |
include ../src/socialtext/modules.mk |
|---|
| 9 |
|
|---|
| 10 |
#------------------------------------------------------------------------------- |
|---|
| 11 |
$(CORE_PATHS) $(CPAN_PATHS) $(INGY_PATHS) $(PLUGINS_PATHS) $(SOCIALTEXT_PATHS): |
|---|
| 12 |
mkdir -p $@ |
|---|