Include the skeleton tool in the edi build so we can work on project creation

This commit is contained in:
Andy Williams 2014-09-13 22:30:20 +01:00
parent d4e78a1c3e
commit 451137c70f
5 changed files with 20 additions and 1 deletions

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "data/extra/skeleton"]
path = data/extra/skeleton
url = git://git.enlightenment.org/tools/skeleton.git

View File

@ -68,6 +68,7 @@ data/desktop/Makefile
data/desktop/edi.desktop
data/themes/Makefile
data/themes/default/Makefile
data/extra/Makefile
doc/Makefile
packaging/Makefile
packaging/pkgbuild/Makefile

View File

@ -1,4 +1,4 @@
MAINTAINERCLEANFILES = Makefile.in
SUBDIRS = themes desktop images
SUBDIRS = themes desktop images extra

14
data/extra/Makefile.am Normal file
View File

@ -0,0 +1,14 @@
MAINTAINERCLEANFILES = Makefile.in
skeletondir = $(datadir)/$(PACKAGE)/
skeleton_DATA = skeleton/README
install-data-hook:
## removing the temporary README that is used for a git submodule check
rm -f $(skeletondir)/README
cp -rv skeleton $(skeletondir)
uninstall-local:
rm -rf $(skeletondir)/skeleton
EXTRA_DIST = $(skeleton_DATA)

1
data/extra/skeleton Submodule

@ -0,0 +1 @@
Subproject commit 24f27aa356566b55ffd69ff8592ed3070a50b14e