Add TODO file.
[febootstrap.git] / Makefile.am
1 # febootstrap Makefile.am
2 # (C) Copyright 2009-2011 Red Hat Inc.
3 #
4 # This program is free software; you can redistribute it and/or modify
5 # it under the terms of the GNU General Public License as published by
6 # the Free Software Foundation; either version 2 of the License, or
7 # (at your option) any later version.
8 #
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY; without even the implied warranty of
11 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12 # GNU General Public License for more details.
13 #
14 # You should have received a copy of the GNU General Public License
15 # along with this program; if not, write to the Free Software
16 # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
17 #
18 # Written by Richard W.M. Jones <rjones@redhat.com>
19
20 ACLOCAL_AMFLAGS = -I m4
21
22 SUBDIRS = lib src helper
23
24 EXTRA_DIST = \
25         .gitignore \
26         .gitmodules \
27         autogen.sh \
28         html/pod.css \
29         m4/gnulib-cache.m4 \
30         $(SOURCES)
31
32 # Maintainer website update.
33 HTMLFILES = \
34         html/febootstrap.8.html \
35         html/febootstrap-supermin-helper.8.html
36
37 WEBSITEDIR = $(HOME)/d/redhat/websites/libguestfs
38
39 website: $(HTMLFILES)
40         cp $(HTMLFILES) $(WEBSITEDIR)
41
42 CLEANFILES = $(HTMLFILES) pod2*.tmp