From 91cd48e4b72af1f5d1724aa3ad44eabca292babb Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Sat, 3 Sep 2005 16:16:15 +0000 Subject: [PATCH] fix distcheck Original commit message from CVS: fix distcheck --- common | 2 +- docs/htmlinstall.mak | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/common b/common index 6fa4feccd5..ddbcaa275c 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 6fa4feccd5953a16dcf78f4c2bb3eca8040114ba +Subproject commit ddbcaa275c5f41f19d5665f0c52de1f9edcb4689 diff --git a/docs/htmlinstall.mak b/docs/htmlinstall.mak index 96038d802b..f306232b74 100644 --- a/docs/htmlinstall.mak +++ b/docs/htmlinstall.mak @@ -9,7 +9,6 @@ install-data-local: html uninstall-local: for part in $(HTML_DAT); do rm -rf $(DESTDIR)$(docdir)/$(DOC)/$$part; done - if test -d $(DESTDIR)$(docdir)/$(DOC); then rmdir $(DESTDIR)$(docdir)/$(DOC); fi else install-data-local: uninstall-local: