mirror of
https://github.com/json-c/json-c.git
synced 2026-03-31 02:49:06 +08:00
Issue #113: Add more files to EXTRA_DIST and a dist-hook to get distcheck to at least not fail.
This commit is contained in:
10
Makefile.am
10
Makefile.am
@@ -1,5 +1,13 @@
|
|||||||
|
|
||||||
EXTRA_DIST = README.html README-WIN32.html config.h.win32 doc json-c.vcproj
|
EXTRA_DIST = README.md README.html README-WIN32.html
|
||||||
|
EXTRA_DIST += config.h.win32 json-c.vcproj json-c.vcxproj json-c.vcxproj.filters
|
||||||
|
EXTRA_DIST += Doxyfile doc
|
||||||
|
|
||||||
|
dist-hook:
|
||||||
|
test -d "$(distdir)/doc" || mkdir "$(distdir)/doc"
|
||||||
|
chmod -R u+w "$(distdir)/doc"
|
||||||
|
cd "$(distdir)" && doxygen
|
||||||
|
|
||||||
SUBDIRS = . tests
|
SUBDIRS = . tests
|
||||||
|
|
||||||
lib_LTLIBRARIES = libjson-c.la
|
lib_LTLIBRARIES = libjson-c.la
|
||||||
|
|||||||
Reference in New Issue
Block a user