From 0df34ec5ddb92ce7e3bcbb4f0eb24e30955ba3a1 Mon Sep 17 00:00:00 2001 From: Fritz Elfert Date: Sun, 11 Aug 2002 01:41:45 +0000 Subject: - Fixed setting of CFLAGS and CXXFLAGS: With --enable-debug, disable -O - Removed ccmalloc support. Now using valgrind - Added missing mainainer-clean-local targets - Fixed uninitialized array in IOwatch, reported by valgrind. - Fixed missing definition of LC_ALL if compiling without -O - Fixed invalid access to datapump thread (not yet created), reported by valgrind. - Fixed wrong parameters of QRegExp when using QT 3.x - Fixed KTar initialization which has changed in KDE 3.x --- kde2/doc/de/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'kde2/doc/de') diff --git a/kde2/doc/de/Makefile.am b/kde2/doc/de/Makefile.am index 96e877a..4ea6f6d 100644 --- a/kde2/doc/de/Makefile.am +++ b/kde2/doc/de/Makefile.am @@ -6,3 +6,6 @@ EXTRA_DIST = index.docbook.in index.docbook: index.docbook.in cat index.docbook.in | perl -e 'while (<>) { if (/\$$Date:\s+(.*)\s+\$$/) { $$d=$$1; } s/__DATE__/$$d/; s/__VERSION__/$(VERSION)/; print; }' > index.docbook + +maintainer-clean-local: + rm -f Makefile.in -- cgit v1.2.3