Skip to content
Snippets Groups Projects
Commit 5e0d0935 authored by rhatto's avatar rhatto
Browse files

Updates Makefile

parent 62af8374
Branches
No related tags found
No related merge requests found
......@@ -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/
all:
pandoc -t beamer slides.md -o slides.pdf
pandoc -t beamer ../fisl.mdwn -o slides.pdf
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment