From 09d04878de9d2ffa496e1c371bed1d5e12913544 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Wed, 17 Apr 1996 15:24:58 +0000 Subject: [PATCH] GNU tar 1.13 --- scripts/Makefile.am | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 scripts/Makefile.am diff --git a/scripts/Makefile.am b/scripts/Makefile.am new file mode 100644 index 0000000..4b73dcd --- /dev/null +++ b/scripts/Makefile.am @@ -0,0 +1,20 @@ +# Makefile for GNU tar scripts. +# Copyright (C) 1994 Free Software Foundation, Inc. + +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2, or (at your option) +# any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. + +# 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. + +AUTOMAKE_OPTIONS = gnits + +EXTRA_DIST = WARNING backup-specs dump-remind level-0 level-1 weekly.new -- 2.44.0