root/trunk/src/modules.mk

Revision 66, 168 bytes (checked in by ingy, 2 years ago)
 r70@erxz:  ingy | 2007-01-19 23:23:56 -0800
 Build a doc tree from all docs under src/doc/Kwiki/Foo.pod
 
Line 
1 .PHONY: modules.mk
2
3 modules.mk:
4         find . | \
5         grep '\.pm$$' | \
6         grep '/lib/' | \
7         grep -v '/t/' | \
8         sort -fd | \
9         perl ../../bin/make-make.pl $@ $(TYPE) $(GLOB_LEVEL)
Note: See TracBrowser for help on using the browser.