fix makefile generation a bit
This commit is contained in:
parent
e7af795f7f
commit
493f176ea1
1 changed files with 1 additions and 2 deletions
|
@ -60,8 +60,7 @@ dependGallery' (GalleryInfo {title, prefix, filters}) infos' build data_ tmp =
|
||||||
in [b|@0
|
in [b|@0
|
||||||
$@index: $@path
|
$@index: $@path
|
||||||
|
|
||||||
$@path: $@pages'
|
$@path: $@pages' $@files'
|
||||||
$@path: $@files'
|
|
||||||
echo "[gallery] "$$@
|
echo "[gallery] "$$@
|
||||||
mkdir -p $$(dir $$@)
|
mkdir -p $$(dir $$@)
|
||||||
$$(MAKEPAGES) $$(MPFLAGS) gallery -t "$*title" -o "$$@" \
|
$$(MAKEPAGES) $$(MPFLAGS) gallery -t "$*title" -o "$$@" \
|
||||||
|
|
Loading…
Reference in a new issue