source@mandoc.bsd.lv
 help / color / mirror / Atom feed
From: schwarze@mdocml.bsd.lv
To: source@mdocml.bsd.lv
Subject: pod2mdoc: version 0.1 and some Makefile tweaks
Date: Mon, 17 Nov 2014 13:46:25 -0500 (EST)	[thread overview]
Message-ID: <201411171846.sAHIkP8m017814@krisdoz.my.domain> (raw)

Log Message:
-----------
version 0.1 and some Makefile tweaks

Modified Files:
--------------
    pod2mdoc:
        Makefile
        index.xml
    pod2mdoc/Regress:
        Makefile.inc

Revision Data
-------------
Index: index.xml
===================================================================
RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/pod2mdoc/index.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -Lindex.xml -Lindex.xml -u -p -r1.6 -r1.7
--- index.xml
+++ index.xml
@@ -52,8 +52,23 @@
 				Semantic content must be inferred and may be wrong.
 			</blockquote>
 			<p>
-				Contact <a href="http://kristaps.bsd.lv">Kristaps</a> with questions, but please make sure any formatting issue
+				The <span class="nm">pod2mdoc</span> utility is still in an early stage of development and far from complete.
+				However, when translating the <a href="http://www.libressl.org/">LibreSSL</a> <code>-lssl</code> manuals,
+				it has been shown that with some manual postprocessing, it is already usable for real-world tasks.
+			</p>
+			<p>
+				Contact the <a href="http://mdocml.bsd.lv/contact.html">mandoc developers</a> with questions,
+				but please make sure any formatting issue
 				hasn't already been covered in the <a href="pod2mdoc.1.html">manual</a>.
+			</p>
+			<p>
+				In addition to the release notes given below, a full <a href="ChangeLog">ChangeLog</a> is available.
+			</p>
+			<h2>
+				New in version 0.1 (November 17, 2014)
+			</h2>
+			<p>
+				Simple <code>Ft/Fo/Fa/Fc</code> parser and formatter for the SYNOPSIS.
 			</p>
 			<h2>
 				New in version 0.0.13 (July 19, 2014)
Index: Makefile
===================================================================
RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/pod2mdoc/Makefile,v
retrieving revision 1.11
retrieving revision 1.12
diff -LMakefile -LMakefile -u -p -r1.11 -r1.12
--- Makefile
+++ Makefile
@@ -1,4 +1,4 @@
-VERSION = 0.0.13
+VERSION = 0.1
 CFLAGS += -g -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings 
 WWWPREFIX = /usr/vhosts/mdocml.bsd.lv/www/htdocs/pod2mdoc
 
@@ -11,7 +11,8 @@ installwww: www
 	mkdir -p $(WWWPREFIX)/snapshots
 	install -m 0444 index.html pod2mdoc.1.html $(WWWPREFIX)
 	install -m 0444 pod2mdoc-$(VERSION).tgz $(WWWPREFIX)/snapshots
-	install -m 0444 pod2mdoc-$(VERSION).tgz $(WWWPREFIX)/snapshots/pod2mdoc.tgz
+	install -m 0444 pod2mdoc-$(VERSION).tgz \
+		$(WWWPREFIX)/snapshots/pod2mdoc.tgz
 
 dist: pod2mdoc-$(VERSION).tgz
 
@@ -28,5 +29,6 @@ pod2mdoc.1.html: pod2mdoc.1
 	mandoc -Thtml pod2mdoc.1 >$@
 
 clean:
-	rm -f pod2mdoc pod2mdoc.o pod2mdoc-$(VERSION).tgz index.html pod2mdoc.1.html
+	rm -f pod2mdoc pod2mdoc.o pod2mdoc-$(VERSION).tgz \
+		index.html pod2mdoc.1.html
 	rm -rf pod2mdoc.dSYM
Index: Makefile.inc
===================================================================
RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/pod2mdoc/Regress/Makefile.inc,v
retrieving revision 1.3
retrieving revision 1.4
diff -LRegress/Makefile.inc -LRegress/Makefile.inc -u -p -r1.3 -r1.4
--- Regress/Makefile.inc
+++ Regress/Makefile.inc
@@ -1,12 +1,12 @@
 # --- utilities ---
 
-TESTDATE = -d 'July 19, 2014'
+TESTDATE = -d 'November 17, 2014'
 POD2MAN = pod2man
-POD2MANARGS = -c 'OpenBSD Reference Manual' -r 'OpenBSD ports'
+POD2MANARGS = -c 'General Commands Manual' -r 'OpenBSD ports'
 GROFF = groff -Tascii -P -c
 MANDOC = mandoc -Tascii
 DIFF = diff -u
-POD2MDOC = /co/pod2mdoc/pod2mdoc
+POD2MDOC = ../../pod2mdoc
 
 # --- lists ---
 
--
 To unsubscribe send an email to source+unsubscribe@mdocml.bsd.lv

                 reply	other threads:[~2014-11-17 18:46 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=201411171846.sAHIkP8m017814@krisdoz.my.domain \
    --to=schwarze@mdocml.bsd.lv \
    --cc=source@mdocml.bsd.lv \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).