From ccf3d05cd0c4cc6829021493fb0ad0c024213cb1 Mon Sep 17 00:00:00 2001 From: Benny Malengier Date: Mon, 26 Jan 2009 08:31:23 +0000 Subject: [PATCH] =?UTF-8?q?#2533=20Parallel=20install=20fails=20with=20-j8?= =?UTF-8?q?=20for=20make=20=20-=20patch=20by=20Diego=20Petten=C3=B2=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit svn: r11731 --- src/docgen/Makefile.am | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/docgen/Makefile.am b/src/docgen/Makefile.am index 2a8bc1fb0..76e077498 100644 --- a/src/docgen/Makefile.am +++ b/src/docgen/Makefile.am @@ -23,11 +23,9 @@ docgen_PYTHON = \ TextBufDoc.py \ GtkPrint.py -docgen_DATA = \ +dist_docgen_DATA = \ gtkprintpreview.glade -dist_docgen_DATA = $(docgen_DATA) - # Clean up all the byte-compiled files MOSTLYCLEANFILES = *pyc *pyo