aboutsummaryrefslogtreecommitdiff
path: root/share/templater/sphinx
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/sphinx
parentbfa39cbb7f27181980a408a3d9e691cc4f1623c0 (diff)
downloadtemplater-2da1b4416c5a8fca5db31e20657c182b8a59376b.tar.gz
templater-2da1b4416c5a8fca5db31e20657c182b8a59376b.tar.bz2
Global Makefile
Diffstat (limited to 'share/templater/sphinx')
-rw-r--r--share/templater/sphinx/files/Makefile.sphinx (renamed from share/templater/sphinx/files/Makefile)0
-rwxr-xr-xshare/templater/sphinx/setup8
2 files changed, 1 insertions, 7 deletions
diff --git a/share/templater/sphinx/files/Makefile b/share/templater/sphinx/files/Makefile.sphinx
index 6f8ddaa..6f8ddaa 100644
--- a/share/templater/sphinx/files/Makefile
+++ b/share/templater/sphinx/files/Makefile.sphinx
diff --git a/share/templater/sphinx/setup b/share/templater/sphinx/setup
index ec70c1e..b378ac3 100755
--- a/share/templater/sphinx/setup
+++ b/share/templater/sphinx/setup
@@ -19,13 +19,7 @@ function templater_sphinx {
cp $SHARE/sphinx/files/conf.py .
- if [ ! -e "Makefile" ]; then
- cp $SHARE/sphinx/files/Makefile .
- #elif ! grep -q sphinx Makefile; then
- # grep -v '^#' $SHARE/sphinx/files/Makefile >> Makefile
- else
- cp $SHARE/ikiwiki/files/Makefile Makefile.sphinx
- fi
+ __templater_install_makefile $SHARE/sphinx/files/Makefile.sphinx
if [ ! -d "_static" ]; then
cp -r $SHARE/sphinx/files/_static .