summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* tests: add initial support of unit testingValery Ivanov2022-03-121-0/+4
| | | | Signed-off-by: Valery Ivanov <ivalery111@gmail.com>
* Let release target depend on doc, even if building without doxygenJoachim Nilsson2019-10-111-1/+4
| | | | | | | If we have doxygen installed then configure should find it, and if so we should build man pages and include in tarball. Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
* Clean up generated man pages on distcheck and disable HTMLJoachim Nilsson2019-10-101-1/+1
| | | | Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
* Only include doc: and dist-hook: target when Doxygen is enabledJoachim Nilsson2019-10-101-4/+4
| | | | Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
* doc: Restore distribution of generated man pagesJoachim Nilsson2019-10-101-0/+4
| | | | | | | | | - All generated content should be kept out of git - End users should not need to have doxygen installed - Manual pages should be included in dist tar/zip files, for downstream packagers and end-users Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
* Do not package or distribute map-pblock-typesSam Roberts2019-10-091-1/+1
|
* Makefile: Simplify doc_DATA and EXTRA_DIST slightlyJoachim Nilsson2019-10-081-3/+2
| | | | Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
* Revert "Remove libnet-config, replaced by pkg-config support"Joachim Nilsson2019-10-071-1/+3
| | | | | | | | This reverts the removal of libnet-config.in from commit b4063cc. The reason being it is easier to maintain it during a transitional period, for compatibility with existing projects. Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
* Add helper rules to check GIT tag & build tar/zip + md5 filesJoachim Nilsson2019-10-061-0/+36
| | | | Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
* Add simplified Markdown style ChangeLog based on doc/CHANGELOGJoachim Nilsson2019-10-051-2/+2
| | | | | | | | Initial import is pretty much a verbatim import of doc/CHANGELOG, only the v1.2 section has been slightly pruned in content. This section will likely see more changes/simplification before the v1.2 GA release. Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
* Relocate scripts/ to bin/ and .bat file to win32/Joachim Nilsson2019-09-291-6/+2
| | | | Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
* Simplify and clean up top Makefile.am a bitJoachim Nilsson2019-09-291-45/+19
| | | | Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
* Generate Doxyfile from configure script to handle out-of-tree buildsJoachim Nilsson2019-09-291-6/+0
| | | | | | | | | | - Relocate doc/libnet.doxygen.conf --> Doxgen.in - Clean up duplicate DX_INIT_DOXYGEN() from configure.ac - Simplify Makefile.am - Disable PDF and CHM files by default - ax_prog_doxygen.m4: Don't remove doc/ before building doc/ Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
* Relocate license file to top directoryJoachim Nilsson2019-09-281-1/+3
| | | | | | | | - Move to top directory, where GitHub looks for it - Name the file LICENSE, COPYING is customary for GPL'ed works - Adjust file header to match standard BSD 2-clause style Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
* Merge branch 'master' of https://github.com/sgeto/libnet into sgeto-masterJoachim Nilsson2019-09-281-7/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: .gitignore .travis.yml BUILD-FROM-GIT.txt Makefile.am Makefile.am.common Prepare acinclude.m4 autogen.sh configure.ac doc/html/Makefile.am doc/html/closed.png doc/html/globals_func.html doc/html/tab_s.png doc/libnet.doxygen.conf doc/man/Makefile.am doc/man/man3/Makefile.am doc/man/man3/libnet-functions.h.3 doc/man/man3/libnet-macros.h.3 include/libnet.h include/libnet/Makefile.am libnet/acinclude.m4 libnet/libnet-config.in libnet/m4/acinclude.m4 lua/Makefile lua/msvcbuild.bat sample/Makefile.am scripts/Push src/libnet_link_win32.c win32/Makefile.am
* Use standard autotools doxygen support.Barak A. Pearlmutter2019-09-281-0/+5
| | | | | | | | | | | | Generation of PDF doxygen documentation is enabled by default, can be disabled with $ ./configure --disable-doxygen-pdf This uses ax_prog_doxygen.m4 which is part of the GNU autoconf archive. A copy of /usr/share/aclocal/ax_prog_doxygen.m4 is put in m4/ This is invoked in configure.ac, and requires a macro in Makefile.am
* Include otherwise-ignored stuff from git repo in "make dist".Barak A. Pearlmutter2019-09-281-1/+2
|
* Remove libnet-config, replaced by pkg-config supportJoachim Nilsson2019-09-241-2/+0
| | | | | | Fixes https://github.com/libnet/libnet/issues/45 Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
* Add a libnet.pc for pkg-config, to replace libnet-configJoachim Nilsson2019-09-241-0/+2
| | | | Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
* Move libnet/ content to top of git repoSam Roberts2019-09-231-0/+15
1. Moved scripts into libnet/scripts/, moved debian/ into libnet/, and other top-level content into libnet/. 2. Moved libnet/* up to ./