pub by default
Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
This commit is contained in:
parent
cf1c705515
commit
d4a81e118c
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -4,6 +4,8 @@ BROWSER=conkeror
|
||||||
#IKIWIKI=ikiwikitest.sh
|
#IKIWIKI=ikiwikitest.sh
|
||||||
IKIWIKI=ikiwiki
|
IKIWIKI=ikiwiki
|
||||||
|
|
||||||
|
pub:
|
||||||
|
git push --mirror
|
||||||
all:
|
all:
|
||||||
$(IKIWIKI) --refresh --setup ikiwiki.setup
|
$(IKIWIKI) --refresh --setup ikiwiki.setup
|
||||||
|
|
||||||
|
@ -22,8 +24,6 @@ view:
|
||||||
clean: all
|
clean: all
|
||||||
rm -rf ${DESTDIR}
|
rm -rf ${DESTDIR}
|
||||||
|
|
||||||
pub:
|
|
||||||
git push --mirror
|
|
||||||
|
|
||||||
#public: ask public-f
|
#public: ask public-f
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue