mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
0ee8f5e9ca
libxo - A Library for Generating Text, XML, JSON, and HTML Output The libxo library allows an application to generate text, XML, JSON, and HTML output using a common set of function calls. The application decides at run time which output style should be produced. The application calls a function "xo_emit" to product output that is described in a format string. A "field descriptor" tells libxo what the field is and what it means. Sponsored by: DARPA, AFRL
48 lines
980 B
Plaintext
48 lines
980 B
Plaintext
--- libxo/Makefile.in.orig 2014-11-18 07:39:34 UTC
|
|
+++ libxo/Makefile.in
|
|
@@ -352,25 +352,25 @@ libxoinc_HEADERS = \
|
|
libxo_la_SOURCES = \
|
|
libxo.c
|
|
|
|
-man_MANS = \
|
|
- libxo.3 \
|
|
- xo_attr.3 \
|
|
- xo_create.3 \
|
|
- xo_emit.3 \
|
|
- xo_err.3 \
|
|
- xo_finish.3 \
|
|
- xo_flush.3 \
|
|
- xo_format.5 \
|
|
- xo_no_setlocale.3 \
|
|
- xo_open_container.3 \
|
|
- xo_open_list.3 \
|
|
- xo_parse_args.3 \
|
|
- xo_set_allocator.3 \
|
|
- xo_set_flags.3 \
|
|
- xo_set_info.3 \
|
|
- xo_set_options.3 \
|
|
- xo_set_style.3 \
|
|
- xo_set_writer.3
|
|
+#man_MANS = \
|
|
+# libxo.3 \
|
|
+# xo_attr.3 \
|
|
+# xo_create.3 \
|
|
+# xo_emit.3 \
|
|
+# xo_err.3 \
|
|
+# xo_finish.3 \
|
|
+# xo_flush.3 \
|
|
+# xo_format.5 \
|
|
+# xo_no_setlocale.3 \
|
|
+# xo_open_container.3 \
|
|
+# xo_open_list.3 \
|
|
+# xo_parse_args.3 \
|
|
+# xo_set_allocator.3 \
|
|
+# xo_set_flags.3 \
|
|
+# xo_set_info.3 \
|
|
+# xo_set_options.3 \
|
|
+# xo_set_style.3 \
|
|
+# xo_set_writer.3
|
|
|
|
EXTRA_DIST =
|
|
all: xoconfig.h
|