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
|
||||
$@index: $@path
|
||||
|
||||
$@path: $@pages'
|
||||
$@path: $@files'
|
||||
$@path: $@pages' $@files'
|
||||
echo "[gallery] "$$@
|
||||
mkdir -p $$(dir $$@)
|
||||
$$(MAKEPAGES) $$(MPFLAGS) gallery -t "$*title" -o "$$@" \
|
||||
|
|
Loading…
Reference in a new issue