remove "fred" from dist
I do "make > fred" by habit, make sure these dumb files don't reach dist
This commit is contained in:
parent
99af8484d2
commit
52a7978dfe
@ -49,7 +49,9 @@ install-exec-hook:
|
||||
|
||||
dist-hook:
|
||||
# make sure we don't get any .svn dirs from EXTRA_DIST
|
||||
# also "fred" gets left around occasionally
|
||||
-find $(distdir) -name .svn -exec rm -rf {} \;
|
||||
-find $(distdir) -name fred -exec rm {} \;
|
||||
|
||||
uninstall-hook:
|
||||
# make sure we have write permission for 'rm'
|
||||
|
Loading…
Reference in New Issue
Block a user