From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from localhost (fantadrom.bsd.lv [local]) by fantadrom.bsd.lv (OpenSMTPD) with ESMTPA id 3937b0fc for ; Thu, 23 May 2019 12:07:24 -0500 (EST) Date: Thu, 23 May 2019 12:07:24 -0500 (EST) X-Mailinglist: mandoc-source Reply-To: source@mandoc.bsd.lv MIME-Version: 1.0 From: schwarze@mandoc.bsd.lv To: source@mandoc.bsd.lv Subject: docbook2mdoc: TODO: generate better .Sx lines X-Mailer: activitymail 1.26, http://search.cpan.org/dist/activitymail/ Content-Type: text/plain; charset=utf-8 Message-ID: Log Message: ----------- TODO: generate better .Sx lines Modified Files: -------------- docbook2mdoc: Makefile Added Files: ----------- docbook2mdoc: TODO Revision Data ------------- --- /dev/null +++ TODO @@ -0,0 +1,10 @@ +************************************************************************ +* Official docbook2mdoc TODO. +* $Id: TODO,v 1.1 2019/05/23 17:06:53 schwarze Exp $ +************************************************************************ + +- generate better .Sx lines + For example, when translating an element, the ID needs to + be tranbslated to the title using a table of ID attributes. + mail to bentley@ 20 May 2019 19:45:06 +0200 + loc *** exist ** algo ** size ** imp *** Index: Makefile =================================================================== RCS file: /home/cvs/mdocml/docbook2mdoc/Makefile,v retrieving revision 1.30 retrieving revision 1.31 diff -LMakefile -LMakefile -u -p -r1.30 -r1.31 --- Makefile +++ Makefile @@ -6,7 +6,7 @@ PREFIX = /usr/local HEADS = xmalloc.h node.h parse.h reorg.h macro.h format.h SRCS = xmalloc.c node.c parse.c reorg.c macro.c docbook2mdoc.c tree.c main.c OBJS = xmalloc.o node.o parse.o reorg.o macro.o docbook2mdoc.o tree.o main.o -DISTFILES = Makefile NEWS docbook2mdoc.1 +DISTFILES = Makefile NEWS TODO docbook2mdoc.1 all: docbook2mdoc -- To unsubscribe send an email to source+unsubscribe@mandoc.bsd.lv