diff options
author | Andrew Fyfe <andrew@neptune-one.net> | 2007-06-04 22:49:09 +0100 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2007-06-04 22:24:29 -0400 |
commit | e0afe6e94a71a6aeb964e9624c2df4f4a2821704 (patch) | |
tree | d5215d3517be59de8583470a1dc773c894b651d8 /Makefile.am | |
parent | f32292367a078bf55a16f2cebe8fd562cd4a2d3b (diff) |
Autotool clean up.
* Add vim modeline to Makefile.am and configure.ac
* Fix white space in Makefile.am and configure.ac
* Add contrib/wget-xdelta.sh to EXTRA_DIST in Makefile.am
Signed-off-by: Andrew Fyfe <andrew@neptune-one.net>
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 700f32aa..3b8a0c35 100644 --- a/Makefile.am +++ b/Makefile.am @@ -12,3 +12,4 @@ check-local: src/pacman -p $(top_builddir)/src/pacman/pacman rm -rf $(top_builddir)/root +# vim:set ts=2 sw=2 noet: |