summaryrefslogtreecommitdiffstats
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
commitbfb460043e3f0dd1af7b1c54abd537d742393a5d (patch)
treeba8a4583b8467d68ac2ad9a0d876b7a729252a49 /Makefile
parent3415d08a3770d6230f784e7a7f2a11e555d18fae (diff)
downloadmandoc-bfb460043e3f0dd1af7b1c54abd537d742393a5d.tar.gz
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: