Fix handling of subdirectories when running XQuery OPML generators

This commit is contained in:
~lucidiot 2023-11-22 23:56:13 +01:00
parent a109a6b810
commit c6c970ff05
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
.PHONY: all validate
all: css/sprites.css $(patsubst xquery/opml/%.xqy,opml/%.opml,$(wildcard xquery/opml/*.xqy))
all: css/sprites.css $(patsubst xquery/opml/%.xqy,opml/%.opml,$(wildcard xquery/opml/*.xqy) $(wildcard xquery/opml/*/*.xqy))
USER_AGENT:="RSRSSS/1.0 (+https://envs.net/~lucidiot/rsrsss/feed.xml)"
export XIDEL_OPTIONS:=--silent --user-agent=$(USER_AGENT) --wait=1 --trace-stack