Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 3a799f4

Browse files
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

Lines changed: 3 additions & 3 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /