Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/pdf
diff options
context:
space:
mode:
authorMartin Kretzschmar <mkretzschmar@src.gnome.org>2003-04-23 19:10:17 (GMT)
committer Martin Kretzschmar <mkretzschmar@src.gnome.org>2003-04-23 19:10:17 (GMT)
commit074b6a437f24f7f69d35520e05a0661130af3983 (patch)
tree9557cc454d68cdb5fcd0c840fee0e91d219f3a18 /pdf
parent1b8aea3e42b8c4bca292443263363a5e1575e24a (diff)
(CLEANFILES): rm GNOME_PDF.server.in on clean, not on distclean (fixes
Bug #111404)
Diffstat (limited to 'pdf')
-rw-r--r--pdf/xpdf/Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/pdf/xpdf/Makefile.am b/pdf/xpdf/Makefile.am
index bb52b3c..3a19611 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 \