]> Dogcows Code - chaz/tar/blobdiff - Makefile.am
(distclean-local): Fixed
[chaz/tar] / Makefile.am
index be480831a477718ec1d5796fd5cbf392c24e8032..b8e5719583fab8d5d98eb01a2f97f8c41ddee1a6 100644 (file)
 
 ## You should have received a copy of the GNU General Public License
 ## along with this program; if not, write to the Free Software
-## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
-## 02111-1307, USA.
+## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+## 02110-1301, USA.
 
 ACLOCAL_AMFLAGS = -I m4
 EXTRA_DIST = ChangeLog.1 PORTS
-SUBDIRS = doc lib src scripts po tests
+SUBDIRS = doc lib rmt src scripts po tests
+
+dist-hook: 
+       -rm -f $(distdir).cpio
+       find $(distdir) | cpio -Hcrc -o | \
+          GZIP=$(GZIP_ENV) gzip -c > $(distdir).cpio.gz
+
+distclean-local:
+       -rm -f $(distdir).cpio.gz
This page took 0.022874 seconds and 4 git commands to generate.