Changeset 3578 for Makefile.am
- Timestamp:
- May 15, 2009, 1:59:19 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile.am
r3577 r3578 1 1 ACLOCAL_AMFLAGS = -I m4 2 SUBDIRS = docu source sample 2 3 EXTRA_DIST = etc/* INSTALL LICENSE README bootstrap 3 SUBDIRS = docu source sample 4 5 # hook to remove all .svn files before rolling the tarball 6 dist-hook: 7 find $(distdir) -name '.[a-zA-Z0-9]*' | xargs rm -rf
Note: See TracChangeset
for help on using the changeset viewer.