diff --git a/Makefile.am b/Makefile.am index c35db6fd..e5a83430 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,7 +3,7 @@ ## ## Copyright (C) 2014 Petr Tesarik ## -## This file is part of elfutils. +## This file is part of libkdumpfile. ## ## This file is free software; you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published by @@ -21,6 +21,8 @@ ACLOCAL_AMFLAGS = -I m4 +SUBDIRS = doc + lib_LTLIBRARIES = libkdumpfile.la libkdumpfile_la_SOURCES = \ context.c \ diff --git a/NEWS b/NEWS index 1c6b4563..f90520fe 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,7 @@ ----- * support for IA32 (32-bit x86) architecture * verbose error reporting + * document the public API 0.1.3 ----- diff --git a/configure.ac b/configure.ac index 0b6cbe39..2f75ce44 100644 --- a/configure.ac +++ b/configure.ac @@ -38,6 +38,7 @@ kdump_COMPRESSION(snappy, SNAPPY, snappy, snappy_uncompress) AC_CONFIG_FILES([ Makefile + doc/Makefile ]) AC_OUTPUT diff --git a/doc/Makefile.am b/doc/Makefile.am new file mode 100644 index 00000000..633f0bc4 --- /dev/null +++ b/doc/Makefile.am @@ -0,0 +1,23 @@ +## Process this file with automake to create Makefile.in +## Configure input file for libkdumpfile. +## +## Copyright (C) 2014 Petr Tesarik +## +## This file is part of libkdumpfile. +## +## This file is free software; you can redistribute it and/or modify +## it under the terms of the GNU General Public License as published by +## the Free Software Foundation; either version 3 of the License, or +## (at your option) any later version. +## +## libkdumpfile is distributed in the hope that it will be useful, but +## WITHOUT ANY WARRANTY; without even the implied warranty of +## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +## GNU General Public License for more details. +## +## You should have received a copy of the GNU General Public License +## along with this program. If not, see . +## + +dist_noinst_DATA = \ + doxygen.conf