diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-07-13 11:33:02 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-07-13 11:33:02 -0300 |
commit | 5e0d09354cfc1f66390719dc29dca5ddba08224a (patch) | |
tree | ae48df0d33b5a62b95a6e743713baaf0d9c0c26e | |
parent | 62af83748fa68112d54609b608fbbc4bfd2677b2 (diff) | |
download | blog-5e0d09354cfc1f66390719dc29dca5ddba08224a.tar.gz blog-5e0d09354cfc1f66390719dc29dca5ddba08224a.tar.bz2 |
Updates Makefile
-rw-r--r-- | Makefile | 4 | ||||
-rw-r--r-- | fisl/Makefile | 2 | ||||
-rw-r--r-- | static.mdwn | 2 |
3 files changed, 4 insertions, 4 deletions
@@ -14,8 +14,8 @@ # Place - Suite 330, Boston, MA 02111-1307, USA # -wiki: +web: @ikiwiki --setup ikiwiki.setup -wiki_deploy: +web_deploy: @rsync -avz --delete www/ blog:/var/sites/rhatto/www/ diff --git a/fisl/Makefile b/fisl/Makefile index fb7444f..9809cb1 100644 --- a/fisl/Makefile +++ b/fisl/Makefile @@ -1,2 +1,2 @@ all: - pandoc -t beamer slides.md -o slides.pdf + pandoc -t beamer ../fisl.mdwn -o slides.pdf diff --git a/static.mdwn b/static.mdwn index eaab29b..734df0e 100644 --- a/static.mdwn +++ b/static.mdwn @@ -34,7 +34,7 @@ It's a good pratice to keep your work under version control: ## Add a bit of sofistication -* Use [this Makefile](/Makefile) as an starting point to refresh and publish your wiki by simply running `make`. +* Use [this Makefile](/Makefile) as an starting point to refresh and publish your wiki by simply running `make web`. * Use a [complete ikiwiki template](https://git.sarava.org/?p=templates.git;a=tree;f=ikiwiki;h=HEAD) and change to your needs. * If you're a automation junkie, try the [puppet-ikiwiki](https://git.sarava.org/puppet-ikiwiki.git) module. |