aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2020-05-06add `scripts` directory to EXTRA_DISTXℹ Ruoyao1-1/+1
2019-10-21Run clang-format with make checkPetri Lehtinen1-0/+2
2016-08-30jansson 2.8v2.8Petri Lehtinen1-1/+1
2014-08-26Don't use GNU-make specific export for global AM_CFLAGSBrice Goglin1-5/+0
Just define it at configure time, it's automatically set in all makefiles. Fixes #203.
2014-06-28Include android config in tarballsPetri Lehtinen1-1/+1
Issue #166.
2014-03-04Remove VS2010 project files, CMake should be used on Windows insteadPetri Lehtinen1-1/+1
Fixes #165.
2013-12-13Include CMake specific files in release tarballsPetri Lehtinen1-1/+1
Fixes #147.
2013-02-04Don't use -Werror by defaultPetri Lehtinen1-1/+1
It may be problematic when compilers add new warnings over time. ./configure && make should always just work.
2013-02-04Enable gcc specific flags in tests correctlyPetri Lehtinen1-0/+5
... and fix issues found.
2012-09-23Distribute win32 filesPetri Lehtinen1-1/+1
2011-03-10Check documentation in make distcheckPetri Lehtinen1-1/+3
It seems that the only way to do this is to use the dvi make target, as it's built in make distcheck after running configure.
2010-09-06Run Sphinx without the -W flag when building documentation1.3Petri Lehtinen1-1/+2
In "make html", don't use the -W flag with Sphinx. This makes it possible to create the documentation with Sphinx 1.0 without errors, as the warning about using old-style C markup isn't turned to an error. Don't build documentation in "make check". Instead, add a new make target "check-doc" to build the documentation with the -W flag.
2010-01-17Merge branch '1.1'Petri Lehtinen1-0/+3
Conflicts: Makefile.am
2010-01-07Add pkg-config support1.1Petri Lehtinen1-0/+3
Thanks to Sean Middleditch for contributing.
2009-11-03Build documentation in make html targetPetri Lehtinen1-4/+1
To keep the distchecks for the documentation, the documentation has to be built in the check target instead of distcheck-hook. While at it, rename doc/.build to doc/_build. This naming is the default with sphinx 0.6.2.
2009-10-25Build documentation in distcheck-hookPetri Lehtinen1-0/+5
This is to check that all the documentation files are distributed before releasing.
2009-09-08Distribute CHANGESPetri Lehtinen1-1/+1
2009-08-25Distribute appropriate filesPetri Lehtinen1-0/+1
2009-08-13Add README and API referencePetri Lehtinen1-1/+1
2009-07-09Add some testsPetri Lehtinen1-1/+1
2009-05-12Use autoconf, automake & libtoolPetri Lehtinen1-0/+1