We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df3532f commit 63de5b1Copy full SHA for 63de5b1
1 file changed
Makefile
@@ -12,8 +12,8 @@ CONTRIBUTORS_OUT_DIR = contributors
12
CONTRIBUTORS = $(wildcard $(CONTRIBUTORS_SRC_DIR)/*.md)
13
PAGES_SRC_DIR = pagesource
14
PAGES_SRC = $(wildcard $(PAGES_SRC_DIR)/*.xml)
15
+PAGES_SRC += xeps.xml
16
PAGES = $(subst $(PAGES_SRC_DIR)/,,$(PAGES_SRC:.xml=.html))
-PAGES_SRC += "xeps.xml"
17
REDIRECTS_DIR = pageredirects
18
REDIRECTS_SRC = $(wildcard $(REDIRECTS_DIR)/*.html)
19
REDIRECTS = $(subst $(REDIRECTS_DIR)/,,$(REDIRECTS_SRC))
0 commit comments