source@mandoc.bsd.lv
 help / color / mirror / Atom feed
* mdocml: Split mandoc_escape(3), mandoc_malloc(3), and mchars_alloc(3)
@ 2014-08-05  5:51 schwarze
  0 siblings, 0 replies; only message in thread
From: schwarze @ 2014-08-05  5:51 UTC (permalink / raw)
  To: source

Log Message:
-----------
Split mandoc_escape(3), mandoc_malloc(3), and mchars_alloc(3)
out of mandoc(3), adding lots of new information.

Tags:
----
VERSION_1_12

Modified Files:
--------------
    mdocml:
        Makefile

Revision Data
-------------
Index: Makefile
===================================================================
RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/Makefile,v
retrieving revision 1.395.2.24
retrieving revision 1.395.2.25
diff -LMakefile -LMakefile -u -p -r1.395.2.24 -r1.395.2.25
--- Makefile
+++ Makefile
@@ -181,10 +181,13 @@ DISTFILES	 = LICENSE \
 		   mandoc.h \
 		   mandoc_aux.h \
 		   mandoc_char.7 \
+		   mandoc_escape.3 \
 		   mandoc_html.3 \
+		   mandoc_malloc.3 \
 		   mandocdb.8 \
 		   mandocdb.h \
 		   manpath.h \
+		   mchars_alloc.3 \
 		   mdoc.7 \
 		   mdoc.h \
 		   msec.in \
@@ -278,7 +281,10 @@ WWW_MANS	 = apropos.1.html \
 		   preconv.1.html \
 		   whatis.1.html \
 		   mandoc.3.html \
+		   mandoc_escape.3.html \
 		   mandoc_html.3.html \
+		   mandoc_malloc.3.html \
+		   mchars_alloc.3.html \
 		   tbl.3.html \
 		   eqn.7.html \
 		   man.7.html \
@@ -336,7 +342,8 @@ base-install: base-build
 	$(INSTALL_LIB) man.h mandoc.h mandoc_aux.h mdoc.h \
 		$(DESTDIR)$(INCLUDEDIR)
 	$(INSTALL_MAN) mandoc.1 preconv.1 demandoc.1 $(DESTDIR)$(MANDIR)/man1
-	$(INSTALL_MAN) mandoc.3 tbl.3 $(DESTDIR)$(MANDIR)/man3
+	$(INSTALL_MAN) mandoc.3 mandoc_escape.3 mandoc_malloc.3 \
+		mchars_alloc.3 tbl.3 $(DESTDIR)$(MANDIR)/man3
 	$(INSTALL_MAN) man.7 mdoc.7 roff.7 eqn.7 tbl.7 mandoc_char.7 \
 		$(DESTDIR)$(MANDIR)/man7
 	$(INSTALL_DATA) example.style.css $(DESTDIR)$(EXAMPLEDIR)
--
 To unsubscribe send an email to source+unsubscribe@mdocml.bsd.lv

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-08-05  5:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-08-05  5:51 mdocml: Split mandoc_escape(3), mandoc_malloc(3), and mchars_alloc(3) schwarze

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).