Skip to content

Commit

Permalink
rollback zmq.adoc changes
Browse files Browse the repository at this point in the history
  • Loading branch information
f18m committed Nov 1, 2023
1 parent d1fd169 commit 29a40c2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 13 deletions.
6 changes: 3 additions & 3 deletions doc/Makefile.am
Expand Up @@ -52,11 +52,11 @@ MAINTAINERCLEANFILES += $(HTML_DOC) $(MAN_DOC)
SUFFIXES=.html .adoc .3 .7

.adoc.html:
asciidoctor -b html -azmq_version=@PACKAGE_VERSION@ $<
asciidoctor --backend html --attribute zmq_version=@PACKAGE_VERSION@ $<
.adoc.3:
asciidoctor --backend manpage --attribute zmq_output_format=manpage --attribute zmq_version=@PACKAGE_VERSION@ $<
asciidoctor --backend manpage --attribute zmq_version=@PACKAGE_VERSION@ $<
.adoc.7:
asciidoctor --backend manpage --attribute zmq_output_format=manpage --attribute zmq_version=@PACKAGE_VERSION@ $<
asciidoctor --backend manpage --attribute zmq_version=@PACKAGE_VERSION@ $<

dist-hook : $(MAN_DOC) $(HTML_DOC)

Expand Down
13 changes: 3 additions & 10 deletions doc/zmq.adoc
@@ -1,24 +1,17 @@
ifeval::["{zmq_output_format}" == "manpage"]

= zmq(7)


== NAME
zmq - 0MQ lightweight messaging kernel, version {zmq_version}
zmq - 0MQ lightweight messaging kernel


== SYNOPSIS
*#include <zmq.h>*

*cc* ['flags'] 'files' *-lzmq* ['libraries']

endif::[]
ifeval::["{zmq_output_format}" != "manpage"]
= ZMQ API Reference
endif::[]


== DESCRIPTION
This documentation is for libzmq {zmq_version}.

The 0MQ lightweight messaging kernel is a library which extends the standard
socket interfaces with features traditionally provided by specialised
_messaging middleware_ products. 0MQ sockets provide an abstraction of
Expand Down

0 comments on commit 29a40c2

Please sign in to comment.