Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
*** empty log message ***
- Loading branch information
Showing
with
1 addition
and
0 deletions.
-
+1
−0
Makefile.in
|
@@ -123,6 +123,7 @@ dist $(distfile): |
|
|
$(SHELL) @ac_aux_dir@/mkinstalldirs $(distdir) |
|
|
tar cf - $(DIST) | (cd $(distdir); tar xf -) |
|
|
rm -rf `find $(distdir) -name CVS` |
|
|
rm -f `find $(distdir) -name '.cvsignore'` |
|
|
rm -f `find $(distdir) -name '.#*'` |
|
|
tar cvf - $(distdir) | gzip --best >$(distfile) |
|
|
rm -rf $(distdir) |
|
|