root/trunk/src/docs.mk

Revision 66, 148 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: docs.mk
2
3 docs.mk:
4         find . | \
5         grep '\.pod$$' | \
6         grep '/src/doc/' | \
7         sort -fd | \
8         perl ../../bin/make-make.pl $@ $(TYPE) $(GLOB_LEVEL)
Note: See TracBrowser for help on using the browser.