diff options
author | reinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2005-05-06 05:36:59 +0000 |
---|---|---|
committer | reinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2005-05-06 05:36:59 +0000 |
commit | aba7aa89e9de7b0b4966ca241f7722786a3a6a56 (patch) | |
tree | fb295eb27941bbc9959886f37ae4cd240f4b5fa6 /documentation/Makefile | |
parent | c5d0303bea3b1082b6e7766090dce347a1213bc5 (diff) | |
download | lcd4linux-aba7aa89e9de7b0b4966ca241f7722786a3a6a56.tar.gz |
[lcd4linux @ 2005-05-06 05:36:58 by reinelt]
removed documentation again :-(
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@543 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'documentation/Makefile')
-rw-r--r-- | documentation/Makefile | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/documentation/Makefile b/documentation/Makefile deleted file mode 100644 index 47425e4..0000000 --- a/documentation/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -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 |