1## Process this file with automake to create Makefile.in
2## Configure input file for elfutils.
3##
4## Copyright (C) 1996-2001, 2002, 2005 Red Hat, Inc.
5## This file is part of elfutils.
6##
7## This file is free software; you can redistribute it and/or modify
8## it under the terms of the GNU General Public License as published by
9## the Free Software Foundation; either version 3 of the License, or
10## (at your option) any later version.
11##
12## elfutils is distributed in the hope that it will be useful, but
13## WITHOUT ANY WARRANTY; without even the implied warranty of
14## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15## GNU General Public License for more details.
16##
17## You should have received a copy of the GNU General Public License
18## along with this program.  If not, see <http://www.gnu.org/licenses/>.
19EXTRA_DIST = elfutils.sgml
20
21CLEANFILES = elfutils.dvi
22
23# We need only a few special rules to generate the various output formats
24# from the SGML sources.
25.PHONY: dvi pdf html
26pdf: $(srcdir)elfutils.pdf
27dvi: $(srcdir)elfutils.dvi
28
29$(srcdir)%.dvi: %.sgml
30	db2dvi $^
31$(srcdir)%.pdf: %.sgml
32	db2pdf $^
33