Skip to content

Commit

Permalink
Include the positive version of the option too
Browse files Browse the repository at this point in the history
  • Loading branch information
martinthomson committed Jun 29, 2023
1 parent ab9bc27 commit 10f9400
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion config.mk
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ XML2RFC_ID_BASE_URL := https://datatracker.ietf.org/doc/html/
XML2RFC_OPTS := -q --rfc-base-url $(XML2RFC_RFC_BASE_URL) --id-base-url $(XML2RFC_ID_BASE_URL)
# Target-specific options.
XML2RFC_TEXT := --text
ifneq (true,$(TEXT_PAGINATION))
ifeq (true,$(TEXT_PAGINATION))
XML2RFC_TEXT += --pagination
else
XML2RFC_TEXT += --no-pagination
endif
XML2RFC_CSS := $(LIBDIR)/v3.css
Expand Down

0 comments on commit 10f9400

Please sign in to comment.