Skip to content

Commit 63de5b1

Browse files
committed
Ensure xeps.html file gets built
1 parent df3532f commit 63de5b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ CONTRIBUTORS_OUT_DIR = contributors
1212
CONTRIBUTORS = $(wildcard $(CONTRIBUTORS_SRC_DIR)/*.md)
1313
PAGES_SRC_DIR = pagesource
1414
PAGES_SRC = $(wildcard $(PAGES_SRC_DIR)/*.xml)
15+
PAGES_SRC += xeps.xml
1516
PAGES = $(subst $(PAGES_SRC_DIR)/,,$(PAGES_SRC:.xml=.html))
16-
PAGES_SRC += "xeps.xml"
1717
REDIRECTS_DIR = pageredirects
1818
REDIRECTS_SRC = $(wildcard $(REDIRECTS_DIR)/*.html)
1919
REDIRECTS = $(subst $(REDIRECTS_DIR)/,,$(REDIRECTS_SRC))

0 commit comments

Comments
 (0)