summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-10-31 06:38:08 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-10-31 06:38:08 +0000
commitb0baeff81281262ab015b5dc86991a2fb5edfb51 (patch)
tree540d1f165ee79b529f9ad1f96807ffc965d3b718
parent3bc13ae36f9a72aa5b64fa3570824944da87854b (diff)
downloadmandoc-b0baeff81281262ab015b5dc86991a2fb5edfb51.tar.gz
mandoc-b0baeff81281262ab015b5dc86991a2fb5edfb51.tar.zst
mandoc-b0baeff81281262ab015b5dc86991a2fb5edfb51.zip
Fixed in make dist (in version 1.9.12).VERSION_1_9_12
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c021c5f1..50f2daf4 100644
--- a/Makefile
+++ b/Makefile
@@ -58,7 +58,7 @@ HEADS = mdoc.h libmdoc.h man.h libman.h term.h \
libmandoc.h html.h chars.h out.h main.h
GSGMLS = mandoc.1.sgml mdoc.3.sgml mdoc.7.sgml manuals.7.sgml \
mandoc_char.7.sgml man.7.sgml man.3.sgml
-SGMLS = index.sgml $(GSGMLS)
+SGMLS = index.sgml
XSLS = ChangeLog.xsl
HTMLS = index.html mandoc.1.html mdoc.3.html ChangeLog.html \
man.3.html mdoc.7.html man.7.html mandoc_char.7.html \