[liblouis-liblouisxml] [liblouis] r878 committed - Add a man page for the lou_trace tool

  • From: liblouis@xxxxxxxxxxxxxx
  • To: liblouis-liblouisxml@xxxxxxxxxxxxx
  • Date: Wed, 19 Dec 2012 09:32:06 +0000

Revision: 878
Author:   christian.egli@xxxxxxxxxxxxxx
Date:     Wed Dec 19 01:31:56 2012
Log:      Add a man page for the lou_trace tool

http://code.google.com/p/liblouis/source/detail?r=878

Modified:
 /trunk/man
 /trunk/man/Makefile.am

=======================================
--- /trunk/man/Makefile.am      Mon Jan 25 04:37:48 2010
+++ /trunk/man/Makefile.am      Wed Dec 19 01:31:56 2012
@@ -1,6 +1,12 @@
 # Only build man pages if configure found the HELP2MAN tool
 if HAVE_HELP2MAN
-man_MANS = lou_allround.1 lou_checkhyphens.1 lou_checktable.1 lou_debug.1 lou_translate.1
+man_MANS =                                     \
+       lou_allround.1                          \
+       lou_checkhyphens.1                      \
+       lou_checktable.1                        \
+       lou_debug.1                             \
+       lou_translate.1                         \
+       lou_trace.1
 endif

 CLEANFILES = $(man_MANS)
@@ -43,3 +49,8 @@
        $(HELP2MAN) ../tools/lou_translate$(EXEEXT) --info-page=$(PACKAGE) \
--name="A Braille translator for large scale testing of liblouis Braille translation tables" \
        --output=$@
+
+lou_trace.1: $(top_srcdir)/tools/lou_trace.c $(common_mandeps)
+       $(HELP2MAN) ../tools/lou_trace$(EXEEXT) --info-page=$(PACKAGE) \
+ --name="A tool to list all the rules that were used for a Braille translation" \
+       --output=$@
For a description of the software, to download it and links to
project pages go to http://www.abilitiessoft.com

Other related posts:

  • » [liblouis-liblouisxml] [liblouis] r878 committed - Add a man page for the lou_trace tool - liblouis