Added some magic to create list of leaflets automatically.

svn path=/trunk/; revision=10203
This commit is contained in:
2008-03-20 23:01:31 +00:00
parent 2d4da384b7
commit ee3f2cb2ef
7 changed files with 88 additions and 34 deletions

8
Makefile Normal file
View File

@@ -0,0 +1,8 @@
SUBDIRS := $(shell find */* -name "Makefile" | xargs --max-args=1 dirname)
.PHONY: subdirs $(SUBDIRS)
subdirs: $(SUBDIRS)
$(SUBDIRS):
$(MAKE) -C $@