summaryrefslogtreecommitdiff
path: root/doc/Makefile.am
AgeCommit message (Collapse)Author
2010-09-04Revert "Added clean target that deletes generated man pages"Martin Lucina
This reverts commit 6cd90304476c1c6873d67068009def63e520b848.
2010-09-04Revert "Reverting 'clean' change to Makefile"Martin Lucina
This reverts commit c51de31f2fd31f782e419bfac2fb8d40d689f3e3.
2010-09-04Revert "Removed wip zmq_deviced from master"Martin Lucina
This reverts commit de0173754cc82f6c08875a892892f043a804554c.
2010-08-11Removed wip zmq_deviced from masterPieter Hintjens
2010-08-04Reverting 'clean' change to MakefilePieter Hintjens
2010-08-04Added clean target that deletes generated man pagesPieter Hintjens
2010-06-30asciidoc.conf was missing from distribution tarballMartin Lucina
2010-06-03Documentation: zmq_errno(3)Martin Lucina
2010-05-31Documentation updatesMartin Lucina
Add getsockopt to Makefile.am
2010-03-13ZMQ_NOFLUSH and zmq_flush obsoletedMartin Sustrik
2010-03-09Add dependency for zmq_epgm.7Martin Lucina
2010-03-09Hack, zmq_epgm.7 needs to be copied from zmq_pgm.7Martin Lucina
2010-03-09Documentation rewriteMartin Lucina
2010-02-27python binding removedMartin Sustrik
2010-02-18Never build docs from tarball releasesMartin Lucina
This fixes the build_doc logic to work as advertised and never try to (re)build documentation when working with a tarball release.
2010-02-11Integrate version numbering into autoconfMartin Lucina
configure.in is now the master source for the package version number, this propagates to src/platform.hpp (for zmq_version) and doc/Makefile.am (for documentation generation) automagically.
2010-02-11ZMQII-72: Add zmq_version function (documentation)Martin Sustrik
2010-02-10Convert documentation to AsciiDocMartin Lucina