From 014f94da0d00b8b7793ca413417c85a9290db97f Mon Sep 17 00:00:00 2001 From: alexhudson Date: Sun, 8 Jul 2007 19:57:27 +0000 Subject: [PATCH] 'make distclean' fix for po/ files --- Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 1da9c58..5934246 100644 --- a/Makefile.am +++ b/Makefile.am @@ -71,8 +71,7 @@ install-data-hook:: SUBDIRS = \ $(IMPORT_SUBDIRS) \ - import/log4c \ - po + import/log4c doxygen/html: if test "$(DOXYGEN)" != NO_DOXYGEN; then \