Changeset 119

Show
Ignore:
Timestamp:
02/02/07 16:30:53 (2 years ago)
Author:
ingy
Message:
 r3288@skinny:  ingy | 2007-02-02 15:09:59 -0800
 Adding Socialtext's formatter so we can attempt to wrap it in Kwiki.
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lib/Makefile

    r45 r119  
    1 links: core cpan plugins 
     1links: core cpan plugins socialtext 
    22 
    33#------------------------------------------------------------------------------- 
     
    55include ../src/cpan/modules.mk 
    66include ../src/plugins/modules.mk 
     7include ../src/socialtext/modules.mk 
    78 
    89#------------------------------------------------------------------------------- 
    9 $(CORE_PATHS) $(CPAN_PATHS) $(PLUGINS_PATHS)
     10$(CORE_PATHS) $(CPAN_PATHS) $(PLUGINS_PATHS) $(SOCIALTEXT_PATHS)
    1011                mkdir -p $@ 
  • trunk/src/Makefile

    r66 r119  
    33        $(MAKE) -C core $@ 
    44        $(MAKE) -C plugins $@ 
     5        $(MAKE) -C socialtext $@