source@mandoc.bsd.lv
 help / color / mirror / Atom feed
* pod2mdoc: version 0.1 and some Makefile tweaks
@ 2014-11-17 18:46 schwarze
  0 siblings, 0 replies; only message in thread
From: schwarze @ 2014-11-17 18:46 UTC (permalink / raw)
  To: source

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

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

only message in thread, other threads:[~2014-11-17 18:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-11-17 18:46 pod2mdoc: version 0.1 and some Makefile tweaks 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).