summaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-09-23 11:02:21 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-09-23 11:02:21 +0000
commit4c3d90105c77097d38322207787afff44c55ef21 (patch)
tree65eb547f2a01ebd6e7a56dbecc175880b2c76103 /Makefile
parentd39725c527266611cea7450058274529a282d4ee (diff)
downloadmandoc-4c3d90105c77097d38322207787afff44c55ef21.tar.gz
mandoc-4c3d90105c77097d38322207787afff44c55ef21.tar.zst
mandoc-4c3d90105c77097d38322207787afff44c55ef21.zip
All special characters sync'd with groff, both -Thtml and -Tascii.
Re-added text links to index.sgml (just for show).
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 1f8ac1be..7731093c 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-.SUFFIXES: .html .xml .sgml .1 .3 .7 .md5 .tar.gz .1.html .3.html .7.html
+.SUFFIXES: .html .xml .sgml .1 .3 .7 .md5 .tar.gz .1.html .3.html .7.html .1.txt .3.txt .7.txt
BINDIR = $(PREFIX)/bin
INCLUDEDIR = $(PREFIX)/include
@@ -57,6 +57,8 @@ XSLS = ChangeLog.xsl
HTMLS = index.html ChangeLog.html mandoc.1.html mdoc.3.html \
man.3.html mdoc.7.html man.7.html mandoc_char.7.html \
manuals.7.html
+TEXTS = mandoc.1.txt mdoc.3.txt man.3.txt mdoc.7.txt man.7.txt \
+ mandoc_char.7.txt manuals.7.html
EXAMPLES = example.style.css
XMLS = ChangeLog.xml
STATICS = index.css style.css external.png
@@ -66,7 +68,7 @@ MANS = mandoc.1 mdoc.3 mdoc.7 manuals.7 mandoc_char.7 \
man.7 man.3
BINS = mandoc
CLEAN = $(BINS) $(LNS) $(LLNS) $(LIBS) $(OBJS) $(HTMLS) \
- $(TARGZS) tags $(MD5S) $(XMLS)
+ $(TARGZS) tags $(MD5S) $(XMLS) $(TEXTS)
INSTALL = $(SRCS) $(HEADS) Makefile $(MANS) $(SGMLS) $(STATICS) \
$(DATAS) $(XSLS) $(EXAMPLES)
@@ -82,10 +84,10 @@ cleanlint:
dist: mdocml-$(VERSION).tar.gz
-www: all $(HTMLS) $(MD5S) $(TARGZS)
+www: all $(HTMLS) $(TEXTS) $(MD5S) $(TARGZS)
installwww: www
- install -m 0444 $(HTMLS) $(STATICS) $(PREFIX)/
+ install -m 0444 $(HTMLS) $(TEXTS) $(STATICS) $(PREFIX)/
install -m 0444 mdocml-$(VERSION).tar.gz $(PREFIX)/snapshots/
install -m 0444 mdocml-$(VERSION).md5 $(PREFIX)/snapshots/
install -m 0444 mdocml-$(VERSION).tar.gz $(PREFIX)/snapshots/mdocml.tar.gz