diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-05-01 14:49:20 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-05-01 14:49:20 -0300 |
commit | eeef3b24b5bda76aa8fd9f7ee295886512fa7a0a (patch) | |
tree | f231000b3b503f3a737ee0193a03bf1ad3ce2521 /ikiwiki/Makefile | |
parent | 22c9540446c1833af8532ff7891b915427853d93 (diff) | |
download | templates-eeef3b24b5bda76aa8fd9f7ee295886512fa7a0a.tar.gz templates-eeef3b24b5bda76aa8fd9f7ee295886512fa7a0a.tar.bz2 |
Renames ikiwiki.setup to ikiwiki.yaml
Diffstat (limited to 'ikiwiki/Makefile')
-rw-r--r-- | ikiwiki/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ikiwiki/Makefile b/ikiwiki/Makefile index e3d6344..0db794d 100644 --- a/ikiwiki/Makefile +++ b/ikiwiki/Makefile @@ -17,7 +17,7 @@ all: web web_deploy web: - @ikiwiki --setup ikiwiki.setup + @ikiwiki --setup ikiwiki.yaml @chmod +x bin/* web_deploy: |