Browse Source

pub by default

Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
master
Nico Schottelius 9 years ago
parent
commit
d4a81e118c
  1. 4
      Makefile

4
Makefile

@ -4,6 +4,8 @@ BROWSER=conkeror
#IKIWIKI=ikiwikitest.sh
IKIWIKI=ikiwiki
pub:
git push --mirror
all:
$(IKIWIKI) --refresh --setup ikiwiki.setup
@ -22,8 +24,6 @@ view:
clean: all
rm -rf ${DESTDIR}
pub:
git push --mirror
#public: ask public-f

Loading…
Cancel
Save