Skip to content

Commit f8ef523

Browse files
committed
Use latest pre-release trld features
1 parent 2438e81 commit f8ef523

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

source/saogf/Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,10 @@
66

77
saogf: build/saogf-patch.ttl
88

9+
# NOTE the below uses some new features in trld that are at the time of writing only available in th dev branch https://github.com/niklasl/trld/tree/dev/trld
10+
# To run with the reeased version you need to remove flags -r (recompact) and -s (sort)
911
build/saogf-patch.ttl: build saogf-from-ktg.rq saogf-insert-missing.ru genres.ttl genreforms.ttl marcmatches.ttl marcmatches-music.ttl saogf-patches.ttl saogf-musik-patches.ttl
10-
((cat genres.ttl genreforms.ttl marcmatches.ttl marcmatches-music.ttl ; oxrq -f saogf-insert-missing.ru genres.ttl genreforms.ttl) | oxrq -itrig -f saogf-from-ktg.rq ; cat saogf-patches.ttl saogf-musik-patches.ttl) | trld -ittl -ottl > $@.TMP # deactivated tentative patch with null redir!
12+
((cat genres.ttl genreforms.ttl marcmatches.ttl marcmatches-music.ttl ; oxrq -f saogf-insert-missing.ru genres.ttl genreforms.ttl) | oxrq -itrig -f saogf-from-ktg.rq ; cat saogf-patches.ttl saogf-musik-patches.ttl) | trld -ittl -r -ottl -s > $@.TMP # deactivated tentative patch with null redir!
1113
mv $@.TMP $@
1214

1315
#test: saogf cache/saogf.ttl

0 commit comments

Comments
 (0)