X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=Makefile.am;h=c40c769a2985826df971016a48703f117467971f;hb=359718fa6c7ff177ef3413552f57a174d7205102;hp=81c874a96cb244df0babaec01b463a9449605821;hpb=1ef78043a28df140e5302a4e00635e3d0792dbeb;p=febootstrap.git diff --git a/Makefile.am b/Makefile.am index 81c874a..c40c769 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ # febootstrap Makefile.am -# (C) Copyright 2009 Red Hat Inc. +# (C) Copyright 2009-2011 Red Hat Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -16,3 +16,27 @@ # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # # Written by Richard W.M. Jones + +ACLOCAL_AMFLAGS = -I m4 + +SUBDIRS = lib src helper + +EXTRA_DIST = \ + .gitignore \ + .gitmodules \ + autogen.sh \ + html/pod.css \ + m4/gnulib-cache.m4 \ + $(SOURCES) + +# Maintainer website update. +HTMLFILES = \ + html/febootstrap.8.html \ + html/febootstrap-supermin-helper.8.html + +WEBSITEDIR = $(HOME)/d/redhat/websites/libguestfs + +website: $(HTMLFILES) + cp $(HTMLFILES) $(WEBSITEDIR) + +CLEANFILES = $(HTMLFILES) pod2*.tmp