aboutsummaryrefslogtreecommitdiff
path: root/share/templater/pelican
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-11-17 10:13:55 -0200
committerSilvio Rhatto <rhatto@riseup.net>2017-11-17 10:13:55 -0200
commit2da1b4416c5a8fca5db31e20657c182b8a59376b (patch)
tree6b9c1215119caedd1bd51cd421da647ab9036d56 /share/templater/pelican
parentbfa39cbb7f27181980a408a3d9e691cc4f1623c0 (diff)
downloadtemplater-2da1b4416c5a8fca5db31e20657c182b8a59376b.tar.gz
templater-2da1b4416c5a8fca5db31e20657c182b8a59376b.tar.bz2
Global Makefile
Diffstat (limited to 'share/templater/pelican')
-rw-r--r--share/templater/pelican/files/Makefile.pelican (renamed from share/templater/pelican/files/Makefile)0
-rwxr-xr-xshare/templater/pelican/setup8
2 files changed, 1 insertions, 7 deletions
diff --git a/share/templater/pelican/files/Makefile b/share/templater/pelican/files/Makefile.pelican
index 45fb995..45fb995 100644
--- a/share/templater/pelican/files/Makefile
+++ b/share/templater/pelican/files/Makefile.pelican
diff --git a/share/templater/pelican/setup b/share/templater/pelican/setup
index 93375ad..71929e7 100755
--- a/share/templater/pelican/setup
+++ b/share/templater/pelican/setup
@@ -19,13 +19,7 @@ function templater_pelican {
cp $SHARE/sphinx/files/pelicanconf.py .
- if [ ! -e "Makefile" ]; then
- cp $SHARE/pelican/files/Makefile .
- #elif ! grep -q pelican Makefile; then
- # grep -v '^#' $SHARE/pelican/files/Makefile >> Makefile
- else
- cp $SHARE/ikiwiki/files/Makefile Makefile.pelican
- fi
+ __templater_install_makefile $SHARE/pelican/files/Makefile.pelican
if [ ! -d "content" ]; then
cp -r $SHARE/pelican/files/content .