1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/www/libepc/files/patch-docs_reference_libepc_Makefile.in
Koop Mast b972efc4bb Add libepc. The Easy Publish and Consume library provides an easy method to:
* publish data per HTTPS
    * announce that information via DNS-SD
    * find that information
    * and finally consume it

You can use this library as key/value store published to the network,
using encryption, authentication and service discovery.
2008-03-24 22:19:11 +00:00

12 lines
428 B
Plaintext

--- docs/reference/libepc/Makefile.in.orig 2008-03-24 11:01:18.000000000 +0100
+++ docs/reference/libepc/Makefile.in 2008-03-24 11:01:41.000000000 +0100
@@ -224,7 +224,7 @@ AUTOMAKE_OPTIONS = 1.6
# of using the various options.
# The name of the module, e.g. 'glib'.
-DOC_MODULE = libepc-1.0
+DOC_MODULE = libepc
# The top-level SGML file. You can change this if you want to.
DOC_MAIN_SGML_FILE = $(DOC_MODULE)-docs.xml