diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-12-05 09:13:35 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-12-05 09:13:35 -0200 |
commit | 8953561798e1eec6731935c578fd212289a72f01 (patch) | |
tree | b8efe4c5714602714f2687fb8365fbcc4da42fd8 /share | |
parent | 2c49897d9d2c3c709ad7e7afdd976efab06a867b (diff) | |
download | templater-8953561798e1eec6731935c578fd212289a72f01.tar.gz templater-8953561798e1eec6731935c578fd212289a72f01.tar.bz2 |
Basic module manages global Makefile
Diffstat (limited to 'share')
-rw-r--r-- | share/templater/basic/files/Makefile (renamed from share/templater/templater/files/Makefile) | 0 | ||||
-rwxr-xr-x | share/templater/basic/setup | 4 |
2 files changed, 4 insertions, 0 deletions
diff --git a/share/templater/templater/files/Makefile b/share/templater/basic/files/Makefile index 6dbbd98..6dbbd98 100644 --- a/share/templater/templater/files/Makefile +++ b/share/templater/basic/files/Makefile diff --git a/share/templater/basic/setup b/share/templater/basic/setup index b90f5b2..e0a85a8 100755 --- a/share/templater/basic/setup +++ b/share/templater/basic/setup @@ -24,6 +24,10 @@ function templater_basic { #echo "* Nothing here? :P" >> TODO.md touch ChangeLog + + if [ ! -e 'Makefile' ]; then + cp $SHARE/basic/files/Makefile . + fi else templater_echo "Basic files already set" fi |