summaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-10-18 13:58:48 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-10-18 13:58:48 +0000
commit10774a5fd33c7741558a28dfd9fca92d3133fd61 (patch)
tree2add20319e794b258e68f5602d52030658ff91f7 /Makefile
parentfed65dbd741c3ee7e0a61c1acc0ac5d42f6d811a (diff)
downloadmandoc-10774a5fd33c7741558a28dfd9fca92d3133fd61.tar.gz
mandoc-10774a5fd33c7741558a28dfd9fca92d3133fd61.tar.zst
mandoc-10774a5fd33c7741558a28dfd9fca92d3133fd61.zip
Fixed typo in Makefile.
Added initial scaling-units section in mdoc.7.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7164d040..73f2835a 100644
--- a/Makefile
+++ b/Makefile
@@ -237,7 +237,7 @@ mandoc: $(MAINOBJS) libmdoc.a libman.a
.1.1.txt .3.3.txt .7.7.txt:
./mandoc $(MANDOCFLAGS) $< | col -b > $@
-.1.1.sgml 3.3.sgml .7.7.sgml:
+.1.1.sgml .3.3.sgml .7.7.sgml:
./mandoc $(MANDOCFLAGS) $(MANDOCHTML) $< > $@
.tar.gz.md5: