make `make underlays` work in a clean tree that has not been built
parent
62dd02aa79
commit
49761c1f04
|
@ -74,9 +74,15 @@ underlays_copy_stamp:
|
||||||
install -d underlays/empty
|
install -d underlays/empty
|
||||||
touch $@
|
touch $@
|
||||||
|
|
||||||
underlays: underlays_copy_stamp
|
underlays: ../ikiwiki.out underlays_copy_stamp
|
||||||
../ikiwiki.out -libdir .. -setup underlay.setup -refresh
|
../ikiwiki.out -libdir .. -setup underlay.setup -refresh
|
||||||
|
|
||||||
|
../ikiwiki.out: ../Makefile
|
||||||
|
make -C .. ikiwiki.out
|
||||||
|
|
||||||
|
../Makefile: ../Makefile.PL
|
||||||
|
cd .. && ./Makefile.PL
|
||||||
|
|
||||||
../underlays/locale: po2wiki_stamp
|
../underlays/locale: po2wiki_stamp
|
||||||
po2wiki_stamp: po2wiki underlays_copy_stamp
|
po2wiki_stamp: po2wiki underlays_copy_stamp
|
||||||
PERL5LIB=.. ./po2wiki underlay.setup
|
PERL5LIB=.. ./po2wiki underlay.setup
|
||||||
|
|
Loading…
Reference in New Issue