From: Martin Kretzschmar Date: Wed, 23 Apr 2003 19:10:17 +0000 (+0000) Subject: (CLEANFILES): rm GNOME_PDF.server.in on clean, not on distclean (fixes X-Git-Tag: GPDF_0_101~2 X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=commitdiff_plain;h=074b6a437f24f7f69d35520e05a0661130af3983;p=evince.git (CLEANFILES): rm GNOME_PDF.server.in on clean, not on distclean (fixes Bug #111404) --- diff --git a/pdf/xpdf/Makefile.am b/pdf/xpdf/Makefile.am index bb52b3c4..3a196119 100644 --- a/pdf/xpdf/Makefile.am +++ b/pdf/xpdf/Makefile.am @@ -252,8 +252,10 @@ uidir = $(datadir)/gnome-2.0/ui ui_DATA = \ gpdf-control-ui.xml -CLEANFILES = $(server_DATA) $(BUILT_SOURCES) -DISTCLEANFILES = $(server_in_files:.server.in.in=.server.in) +CLEANFILES = \ + $(server_DATA) \ + $(server_in_files:.server.in.in=.server.in) \ + $(BUILT_SOURCES) EXTRA_DIST = $(stock_DATA) \ gpdf-marshal.list \