diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-10-20 18:31:04 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-10-20 18:31:04 +0000 |
commit | a21f689c7d038991e7e1e4c6bd124879a4c0999f (patch) | |
tree | 1f9a6924f4388745dd8a21139648fde88d792c95 /Makefile | |
parent | 876d1df1cc8e560e48b3f85261ded3cfd26091c7 (diff) | |
download | mandoc-a21f689c7d038991e7e1e4c6bd124879a4c0999f.tar.gz |
Temporarily turned off validation (mandoc -Thtml needs URI encoding!).VERSION.1.9.9
Aesthetic fixes in index.sgml.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -231,7 +231,7 @@ mandoc: $(MAINOBJS) libmdoc.a libman.a $(CC) $(CFLAGS) -o $@ $(MAINOBJS) libmdoc.a libman.a .sgml.html: - validate $< + #validate $< sed -e "s!@VERSION@!$(VERSION)!" -e "s!@VDATE@!$(VDATE)!" $< > $@ .1.1.txt .3.3.txt .7.7.txt: |