◊(Local Yarn Code "Check-in [eafa8b45]")

Overview
Comment:Fix dependency bug in makefile
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: eafa8b45f8f3f94436ec3de6d13d096c336a0b413f0622cfebe40918f9be4c78
User & Date: joel on 2019-06-16 19:08:30
Other Links: manifest | tags
Context
2019-06-16
20:20
Use titles from poems as article title if no other title supplied check-in: 7843fa34 user: joel tags: trunk
19:08
Fix dependency bug in makefile check-in: eafa8b45 user: joel tags: trunk
17:41
Add image-link tag check-in: 41875538 user: joel tags: trunk
Changes

Modified makefile from [aa8d4f57] to [676239cf].

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# SPDX-License-Identifier: BlueOak-1.0.0
# This file is licensed under the Blue Oak Model License 1.0.0.

SHELL = /bin/bash

# ~~~ Variables used by rules ~~~
#

core-files := pollen.rkt dust.rkt
html-deps  := snippets-html.rkt tags-html.rkt

article-sources := $(wildcard articles/*.poly.pm)
articles-html   := $(patsubst %.poly.pm, %.html, $(article-sources))
articles-pdf    := $(patsubst %.poly.pm, %.pdf,  $(article-sources))

series-sources  := $(wildcard series/*.poly.pm)
series-html     := $(patsubst %.poly.pm, %.html, $(series-sources))









|







1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# SPDX-License-Identifier: BlueOak-1.0.0
# This file is licensed under the Blue Oak Model License 1.0.0.

SHELL = /bin/bash

# ~~~ Variables used by rules ~~~
#

core-files := pollen.rkt dust.rkt
html-deps  := snippets-html.rkt tags-html.rkt crystalize.rkt

article-sources := $(wildcard articles/*.poly.pm)
articles-html   := $(patsubst %.poly.pm, %.html, $(article-sources))
articles-pdf    := $(patsubst %.poly.pm, %.pdf,  $(article-sources))

series-sources  := $(wildcard series/*.poly.pm)
series-html     := $(patsubst %.poly.pm, %.html, $(series-sources))