From 70ec19d462fc0972f1209871808b4f02e904103b Mon Sep 17 00:00:00 2001 From: alba <> Date: Sat, 3 Aug 2002 14:42:29 +0000 Subject: [PATCH] dist: really works --- LDP/lampadas/Makefile | 4 +++- LDP/lampadas/exclude | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/LDP/lampadas/Makefile b/LDP/lampadas/Makefile index e9603fd3..ffaab6b6 100644 --- a/LDP/lampadas/Makefile +++ b/LDP/lampadas/Makefile @@ -47,4 +47,6 @@ xsl: dist: today=`date "+%Y-%m-%d"`; \ - tar -X exclude -vzcf lampadas-${today}.tar.gz . + pwd=`pwd`; \ + dir=`basename $$pwd`; \ + tar -C .. -X exclude -vzcf lampadas-$$today.tar.gz $$dir diff --git a/LDP/lampadas/exclude b/LDP/lampadas/exclude index a9b6979c..c36e2401 100644 --- a/LDP/lampadas/exclude +++ b/LDP/lampadas/exclude @@ -8,3 +8,4 @@ */pylib/test/* */www/old-perl */www/old-perl/* +*/doc/manpage.*