13 lines
451 B
Makefile
13 lines
451 B
Makefile
|
packer-manifest.json: wallabag.json \
|
||
|
scripts/dependencies.sh \
|
||
|
scripts/nginx.sh \
|
||
|
scripts/redis.sh \
|
||
|
scripts/wallabag.sh \
|
||
|
files/wallabag-nginx.conf \
|
||
|
files/entries.json \
|
||
|
files/wallabag-params.yml
|
||
|
packer build wallabag.json
|
||
|
|
||
|
files/wallabag-params.yml: templates/wallabag-params.yml.template
|
||
|
sigil -p -f templates/wallabag-params.yml.template > files/wallabag-params.yml
|