Skip to content

Commit

Permalink
Distribute the Doxygen configuration file
Browse files Browse the repository at this point in the history
This file (and the whole doc subdirectory) should be added to the
distribution tarball.

Signed-off-by: Petr Tesarik <ptesarik@suse.cz>
  • Loading branch information
Petr Tesarik committed Dec 5, 2014
1 parent d330e23 commit 9dcfc8f
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
##
## Copyright (C) 2014 Petr Tesarik <ptesarik@suse.cz>
##
## 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
Expand All @@ -21,6 +21,8 @@

ACLOCAL_AMFLAGS = -I m4

SUBDIRS = doc

lib_LTLIBRARIES = libkdumpfile.la
libkdumpfile_la_SOURCES = \
context.c \
Expand Down
1 change: 1 addition & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
-----
* support for IA32 (32-bit x86) architecture
* verbose error reporting
* document the public API

0.1.3
-----
Expand Down
1 change: 1 addition & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ kdump_COMPRESSION(snappy, SNAPPY, snappy, snappy_uncompress)

AC_CONFIG_FILES([
Makefile
doc/Makefile
])

AC_OUTPUT
23 changes: 23 additions & 0 deletions doc/Makefile.am
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
## Process this file with automake to create Makefile.in
## Configure input file for libkdumpfile.
##
## Copyright (C) 2014 Petr Tesarik <ptesarik@suse.cz>
##
## 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 <http://www.gnu.org/licenses/>.
##

dist_noinst_DATA = \
doxygen.conf

0 comments on commit 9dcfc8f

Please sign in to comment.