diff options
Diffstat (limited to 'static/mandoc.mk')
| -rw-r--r-- | static/mandoc.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/mandoc.mk b/static/mandoc.mk index b76f40d8..5bd2765c 100644 --- a/static/mandoc.mk +++ b/static/mandoc.mk @@ -1,5 +1,5 @@ MANDOC = mandoc -MANDOCFLAGS = -T html -O fragment +MANDOCFLAGS = -T html -O fragment -I os=$(OS) TARGETS = $(patsubst %, %.html, $(MAN)) all: $(TARGETS) $(SUBDIRS) |
