diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-10-18 13:58:48 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-10-18 13:58:48 +0000 |
commit | bfb460043e3f0dd1af7b1c54abd537d742393a5d (patch) | |
tree | ba8a4583b8467d68ac2ad9a0d876b7a729252a49 /Makefile | |
parent | 3415d08a3770d6230f784e7a7f2a11e555d18fae (diff) | |
download | mandoc-bfb460043e3f0dd1af7b1c54abd537d742393a5d.tar.gz |
Fixed typo in Makefile.
Added initial scaling-units section in mdoc.7.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |