| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 2008-03-03 | correct code format (indent) | michux | 5 | -184/+185 |
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 91ef700ed1b238eff9'/>
| aboutsummaryrefslogtreecommitdiffstats |
| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 2008-03-03 | correct code format (indent) | michux | 5 | -184/+185 |