From 4d02494caa4e02a7f0c7f6b4160c9dc076969b5b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ralf=20Cors=C3=A9pius?= Date: Thu, 18 Oct 2007 09:51:32 +0200 Subject: [PATCH] Remove doc/librpm during maintainer-clean. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 7272e35..1362724 100644 --- a/Makefile.am +++ b/Makefile.am @@ -355,7 +355,7 @@ noinst_DATA += doc/librpm/html/index.html EXTRA_DIST += doc/librpm/html maintainer-clean-local: - rm -rf doc/librpm/html + rm -rf doc/librpm if WITH_INTERNAL_DB db.h: $(top_builddir)/db3/db.h -- 2.7.4