aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2011-03-22 10:02:50 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2011-03-22 10:02:50 +0000
commit51b80f5088ac30124cca09023af7fcccc4b63653 (patch)
tree6e72b34b84a3d4edba03a3d64ac79c6407b07fab /Makefile
parent5757872d63af1fe9378c98a39f40ebe5017a8b92 (diff)
downloadmandoc-51b80f5088ac30124cca09023af7fcccc4b63653.tar.gz
mandoc-51b80f5088ac30124cca09023af7fcccc4b63653.tar.zst
mandoc-51b80f5088ac30124cca09023af7fcccc4b63653.zip
Step 3: consolidate manuals. The parse functions in mdoc.h, roff.h, and
man.h are now part of libmandoc.h, so remove these from their respective manuals (they're no longer public-facing and we don't need a libmandoc.3 (yet?)). Before that, move the juicy data (parse tree syntax) into new-born mandoc.3. Peck around in Makefile and index.sgml to reflect reality.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile34
1 files changed, 17 insertions, 17 deletions
diff --git a/Makefile b/Makefile
index d0a2dd34..376de4b2 100644
--- a/Makefile
+++ b/Makefile
@@ -97,32 +97,32 @@ HEADS = mdoc.h libmdoc.h man.h libman.h term.h \
libmandoc.h html.h chars.h out.h main.h \
mandoc.h libroff.h
-GSGMLS = mandoc.1.sgml mdoc.3.sgml mdoc.7.sgml \
- mandoc_char.7.sgml man.7.sgml man.3.sgml roff.7.sgml \
- roff.3.sgml tbl.7.sgml eqn.7.sgml
+GSGMLS = mandoc.1.sgml mdoc.7.sgml \
+ mandoc_char.7.sgml man.7.sgml mandoc.3.sgml roff.7.sgml \
+ tbl.7.sgml eqn.7.sgml
SGMLS = index.sgml
-XHTMLS = mandoc.1.xhtml mdoc.3.xhtml \
- man.3.xhtml mdoc.7.xhtml man.7.xhtml mandoc_char.7.xhtml \
- roff.7.xhtml roff.3.xhtml tbl.7.xhtml eqn.7.xhtml
+XHTMLS = mandoc.1.xhtml \
+ mandoc.3.xhtml mdoc.7.xhtml man.7.xhtml mandoc_char.7.xhtml \
+ roff.7.xhtml tbl.7.xhtml eqn.7.xhtml
HTMLS = ChangeLog.html index.html man.h.html mdoc.h.html \
- mandoc.h.html mandoc.1.html mdoc.3.html \
- man.3.html mdoc.7.html man.7.html mandoc_char.7.html \
- roff.7.html roff.3.html tbl.7.html eqn.7.html
+ mandoc.h.html mandoc.1.html \
+ mandoc.3.html mdoc.7.html man.7.html mandoc_char.7.html \
+ roff.7.html tbl.7.html eqn.7.html
-PSS = mandoc.1.ps mdoc.3.ps man.3.ps mdoc.7.ps man.7.ps \
- mandoc_char.7.ps roff.7.ps roff.3.ps tbl.7.ps eqn.7.ps
+PSS = mandoc.1.ps mandoc.3.ps mdoc.7.ps man.7.ps \
+ mandoc_char.7.ps roff.7.ps tbl.7.ps eqn.7.ps
-PDFS = mandoc.1.pdf mdoc.3.pdf man.3.pdf mdoc.7.pdf man.7.pdf \
- mandoc_char.7.pdf roff.7.pdf roff.3.pdf tbl.7.pdf eqn.7.pdf
+PDFS = mandoc.1.pdf mandoc.3.pdf mdoc.7.pdf man.7.pdf \
+ mandoc_char.7.pdf roff.7.pdf tbl.7.pdf eqn.7.pdf
XSLS = ChangeLog.xsl
-TEXTS = mandoc.1.txt mdoc.3.txt man.3.txt mdoc.7.txt man.7.txt \
+TEXTS = mandoc.1.txt mandoc.3.txt mdoc.7.txt man.7.txt \
mandoc_char.7.txt ChangeLog.txt \
- roff.7.txt roff.3.txt tbl.7.txt eqn.7.txt
+ roff.7.txt tbl.7.txt eqn.7.txt
EXAMPLES = example.style.css
@@ -134,8 +134,8 @@ MD5S = mdocml-$(VERSION).md5
TARGZS = mdocml-$(VERSION).tar.gz
-MANS = mandoc.1 mdoc.3 mdoc.7 mandoc_char.7 man.7 \
- man.3 roff.7 roff.3 tbl.7 eqn.7
+MANS = mandoc.1 mdoc.7 mandoc_char.7 man.7 \
+ mandoc.3 roff.7 tbl.7 eqn.7
BINS = mandoc