]> gitweb.fluxo.info Git - blog.git/commitdiff
Updates Makefile
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 13 Jul 2015 14:33:02 +0000 (11:33 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 13 Jul 2015 14:33:02 +0000 (11:33 -0300)
Makefile
fisl/Makefile
static.mdwn

index 635ffef8000a4868ae1ae55afa70e061eaf5b33c..e39b5e365d15033a2351d438f07fdb4a87db00e8 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -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/
index fb7444fbc3307c8c0332e3c11808f9c3887c6490..9809cb178026619eb0a9508887677af2a9aa6b79 100644 (file)
@@ -1,2 +1,2 @@
 all:
-               pandoc -t beamer slides.md -o slides.pdf
+               pandoc -t beamer ../fisl.mdwn -o slides.pdf
index eaab29bc628ea89adb206efa948cad6059eef76e..734df0eb0e2f7d1bd41f1cdce8ce8b007757977f 100644 (file)
@@ -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.