From: Lennart Poettering Date: Fri, 13 Jul 2012 20:47:46 +0000 (+0200) Subject: build-sys: don't install sd-readahead.h as include file, but as documentation X-Git-Tag: v187~89 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=9a1d54166307bbe51b33018a93e77688311eab14 build-sys: don't install sd-readahead.h as include file, but as documentation sd-readahead.h is supposed to be a drop-in API, nothing people should ever link to or could make use without also adding sd-readahead.c to their sources. Hence, don't install this header file into INCLUDES, but instead install it as DOCS. --- diff --git a/Makefile.am b/Makefile.am index 8e91e4977..3dfe8a25e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2577,7 +2577,8 @@ systemd_readahead_LDADD = \ libsystemd-daemon.la \ libudev.la -pkginclude_HEADERS += \ +dist_doc_DATA += \ + src/readahead/sd-readahead.c \ src/systemd/sd-readahead.h rootlibexec_PROGRAMS += \ diff --git a/TODO b/TODO index 333db58fd..3bf6ef8df 100644 --- a/TODO +++ b/TODO @@ -75,8 +75,6 @@ Features: * Document: - PID 1 D-Bus API - - Journal C API manual pages - - scheduled shutdown API * introduce Type=pid-file @@ -245,8 +243,6 @@ Features: * write RPM spec macros for presets -* journal: write man pages for API - * journal: extend hash tables as we go * journal: API for looking for retrieving "all values of this field"