Skip to content

Commit 3a799f4

Browse files
committed
Move IETF specs to the specs folder
1 parent f6fbd19 commit 3a799f4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Makefile

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ OUT = \
66

77
all: $(VENV) $(OUT)
88

9-
%.txt: %.xml
9+
%.txt: specs/%.xml
1010
$(XML2RFC) --text $< -o $@
1111

12-
%.pdf: %.xml
12+
%.pdf: specs/%.xml
1313
$(XML2RFC) --pdf $< -o $@
1414

15-
%.html: %.xml
15+
%.html: specs/%.xml
1616
$(XML2RFC) --html $< -o $@
1717

1818
json-schema.tar.gz: $(OUT)
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)