summaryrefslogtreecommitdiff
path: root/doc/amhello/Makefile.am
diff options
context:
space:
mode:
authorAlexandre Duret-Lutz <adl@gnu.org>2006-08-19 13:28:25 +0000
committerAlexandre Duret-Lutz <adl@gnu.org>2006-08-19 13:28:25 +0000
commit1a0147fd7004be0e827eead070139f3c4b479fe8 (patch)
tree5aa5dd59b9e77b6692683b8c991d472fc386cc71 /doc/amhello/Makefile.am
parent221ccb4611ce6c657f56efa0598c4d702ddd484a (diff)
downloadautomake-1a0147fd7004be0e827eead070139f3c4b479fe8.tar.gz
* doc/automake.texi (Autotools Introduction) New chapter.
Thanks to Ben Pfaff and Ralf Wildenhues for comments. (Auxiliary Programs, Install, Dist, Third-Party Makefiles) (distcleancheck): More cross references. * doc/amhello/configure.ac, doc/amhello/README, doc/amhello/Makefile.am, doc/amhello/src/Makefile.am, doc/amhello/src/main.c: New files. * doc/Makefile.am (dist_noinst_DATA): Distribute them. ($(srcdir)/amhello-1.0.tar.gz): New rule. (dist_doc_DATA): Install amhello-1.0.tar.gz. * Makefile.am (SUBDIRS): Update comment.
Diffstat (limited to 'doc/amhello/Makefile.am')
-rw-r--r--doc/amhello/Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/amhello/Makefile.am b/doc/amhello/Makefile.am
new file mode 100644
index 000000000..a69ace362
--- /dev/null
+++ b/doc/amhello/Makefile.am
@@ -0,0 +1,6 @@
+## Copyright (C) 2006 Free Software Foundation, Inc.
+## This Makefile.am is free software; the Free Software Foundation
+## gives unlimited permission to copy, distribute and modify it.
+
+SUBDIRS = src
+dist_doc_DATA = README