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-05-19 20:35:51 (GMT)
committer Martin Kretzschmar <mkretzschmar@src.gnome.org>2003-05-19 20:35:51 (GMT)
commit7a112fdded8981ed47c028b2087c2eeb62ec8a59 (patch)
tree1c200f9fd3950edc83d2d1a76e4eb74be2f4725e /pdf
parentcf1b6d43eb5c4e42245686a0b5005cf490cfad09 (diff)
Version 0.102
* configure.in: Version 0.102 * xpdf/Makefile.am: don't do the DONT_DIST_SOURCE thing, breaks the distcheck
Diffstat (limited to 'pdf')
-rw-r--r--pdf/xpdf/Makefile.am13
1 files changed, 7 insertions, 6 deletions
diff --git a/pdf/xpdf/Makefile.am b/pdf/xpdf/Makefile.am
index a8c3a23..53fbbdb 100644
--- a/pdf/xpdf/Makefile.am
+++ b/pdf/xpdf/Makefile.am
@@ -271,8 +271,9 @@ ui_DATA = \
CLEANFILES = \
$(server_DATA) \
- $(server_in_files:.server.in.in=.server.in) \
- $(BUILT_SOURCES)
+ $(server_in_files:.server.in.in=.server.in)
+
+# $(marshal_sources)
EXTRA_DIST = $(stock_DATA) \
gpdf-marshal.list \
@@ -283,8 +284,8 @@ EXTRA_DIST = $(stock_DATA) \
DONT_DIST_SOURCE = $(marshal_sources)
-dist-hook:
- for file in $(DONT_DIST_SOURCE) ; do \
- rm -f $(distdir)/$$file ; \
- done
+# dist-hook:
+# for file in $(DONT_DIST_SOURCE) ; do \
+# rm -f $(distdir)/$$file ; \
+# done