From 870847d8fda7a461e4027c192d68bbb48030cfd2 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Fri, 27 Jul 2007 01:18:49 +0000 Subject: [PATCH] Exclude .lib.xmlid --- xsl/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xsl/Makefile b/xsl/Makefile index 2af482dc8..1b6e3cc2c 100644 --- a/xsl/Makefile +++ b/xsl/Makefile @@ -40,7 +40,8 @@ DISTRIB_EXCLUDES = \ .param.stripped \ .param.xmlid \ .lib.dbkns \ - .lib.stripped + .lib.stripped \ + .lib.xmlid # value of DISTRIB_PACKAGES is a space-separated list of any # directory names that should be packaged as separate zip/tar -- 2.50.1