summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorrjones <rjones>2009-03-19 15:01:50 +0000
committerrjones <rjones>2009-03-19 15:01:50 +0000
commit1ef78043a28df140e5302a4e00635e3d0792dbeb (patch)
tree6ec98bed60287b1654d50564e1d5703c47a75432 /Makefile.am
downloadfebootstrap-1ef78043a28df140e5302a4e00635e3d0792dbeb.tar.gz
febootstrap-1ef78043a28df140e5302a4e00635e3d0792dbeb.tar.xz
febootstrap-1ef78043a28df140e5302a4e00635e3d0792dbeb.zip
Basic build environment and man page.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am18
1 files changed, 18 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
new file mode 100644
index 0000000..81c874a
--- /dev/null
+++ b/Makefile.am
@@ -0,0 +1,18 @@
+# febootstrap Makefile.am
+# (C) Copyright 2009 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
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program 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, write to the Free Software
+# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+#
+# Written by Richard W.M. Jones <rjones@redhat.com>