Modularize Makefile and add two skeletons: plone3 and zope3
authorStefan Bund <stefan@j32.de>
Thu, 22 Jul 2010 13:45:43 +0000 (15:45 +0200)
committerStefan Bund <stefan@j32.de>
Thu, 22 Jul 2010 13:45:43 +0000 (15:45 +0200)
commit7bf602180b339a4f4cd8ae277f9f41b6dc2fbc6b
treeb9546e425092be9353a187ffcbcc09ae32e15784
parent0a5b8e2a4d7084420fc431f33562307ef1d9544c
Modularize Makefile and add two skeletons: plone3 and zope3
12 files changed:
.gitignore
Makefile.master
Makefile.pil [new file with mode: 0644]
Makefile.plone3-buildout [new file with mode: 0644]
Makefile.pybase [new file with mode: 0644]
Makefile.zope3-buildout [new file with mode: 0644]
skel-plone3/.gitignore [new file with mode: 0644]
skel-plone3/Makefile [moved from Makefile with 74% similarity]
skel-plone3/buildout.cfg [moved from buildout.cfg with 100% similarity]
skel-plone3/products/README.txt [moved from products/README.txt with 100% similarity]
skel-plone3/src/README.txt [moved from src/README.txt with 100% similarity]
skel-zope3/Makefile [new file with mode: 0644]