aboutsummaryrefslogtreecommitdiffstats
path: root/autogen/README
diff options
context:
space:
mode:
authorStefan Monnier2011-03-21 12:42:16 -0400
committerStefan Monnier2011-03-21 12:42:16 -0400
commitcafdcef32d55cbb44389d7e322e7f973cbb72dfd (patch)
tree7ee0c41ea8a589650ce6f4311fb10e61a63807b9 /autogen/README
parenta08a25d7aaf251aa18f2ef747be53734bc55cae9 (diff)
parent4e05e67e4cd0bc1b0a4ef3176a4d0d91c6b3738e (diff)
downloademacs-cafdcef32d55cbb44389d7e322e7f973cbb72dfd.tar.gz
emacs-cafdcef32d55cbb44389d7e322e7f973cbb72dfd.zip
Merge from trunk
Diffstat (limited to 'autogen/README')
-rw-r--r--autogen/README14
1 files changed, 14 insertions, 0 deletions
diff --git a/autogen/README b/autogen/README
new file mode 100644
index 00000000000..a16dc93c48a
--- /dev/null
+++ b/autogen/README
@@ -0,0 +1,14 @@
1This directory contains some pre-built generated files.
2Most people do not need to use these files - instead you should
3generate them yourself using eg `autogen.sh'.
4
5File: Destination: Created by:
6configure ../ autoconf
7config.in ../src autoheader * also used by MSDOS bzr build
8aclocal.m4 ../ aclocal
9Makefile.in ../lib automake
10
11There are also some scripts:
12
13copy_autogen - copy pre-built generated files into place
14update_autogen - regenerate generated files (for maintainers)