aboutsummaryrefslogtreecommitdiffstats
path: root/isdb-t/br-pr-FranciscoAlves
stat options
Period:
Authors:

Commits per author per week (path 'isdb-t/br-pr-FranciscoAlves')

AuthorW16 2026W17 2026W18 2026W19 2026Total
Total00000
> 19 20 21 22 23 24 25 26 27 28 29 30 31 32
REP= lcd4linux drivers plugins

default: makefiles html
	true

makefiles: 
	@for i in $(REP) ; do \
  		(cd $$i && ln -sf ../Makefile.generic Makefile) ; \
	done

cleanmakefiles:
	@for i in $(REP) ; do \
 		rm -f $$i/Makefile ; \
	done

totalclean:
	@for i in $(REP) ; do \
		(cd $$i && make clean ; rm Makefile) ; \
	done
	rm -rf HTML

#catalog: catalogue.xml xsl/catalogue.xsl
#	test -d catalog || mkdir catalog
#	xsltproc --param dir \'$(PWD)\' \
#		 --param odir \'$(PWD)/catalog\' \
#	    xsl/catalogue.xsl catalogue.xml >catalog/index.html
#	cp charte/default/default.css catalog/

%:
	@for i in $(REP) ; do \
		(cd $$i && make $@) ; \
	done