17 lines
594 B
Makefile
17 lines
594 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 \
|
|
files/clients.sql
|
|
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
|
|
|
|
files/clients.sql: templates/clients.sql.template
|
|
sigil -p -f templates/clients.sql.template > files/clients.sql
|