~ubuntu-branches/debian/sid/scribus/sid

« back to all changes in this revision

Viewing changes to scribus/icons/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Wolfgang Sourdeau
  • Date: 2002-04-14 20:05:56 UTC
  • Revision ID: james.westby@ubuntu.com-20020414200556-s2zk5xkqj92l871g
Tags: 0.6-1
* New Upstream Release.
* Make it compile on Alpha for real.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# KDE tags expanded automatically by am_edit - $Revision: 2.1 $ 
2
 
# Makefile.in generated automatically by automake 1.4 from Makefile.am
 
2
# Makefile.in generated automatically by automake 1.4-p4 from Makefile.am
3
3
 
4
4
# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
5
5
# This Makefile.in is free software; the Free Software Foundation
237
237
subdir = scribus/icons
238
238
 
239
239
distdir: $(DISTFILES)
240
 
#>-     @for file in $(DISTFILES); do \
241
 
#>-       d=$(srcdir); \
242
 
#>-       if test -d $$d/$$file; then \
243
 
#>-         cp -pr $$/$$file $(distdir)/$$file; \
244
 
#>-       else \
245
 
#>-         test -f $(distdir)/$$file \
246
 
#>-         || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
247
 
#>-         || cp -p $$d/$$file $(distdir)/$$file || :; \
248
 
#>-       fi; \
249
 
#>-     done
250
 
#>+ 10
251
240
        @for file in $(DISTFILES); do \
252
241
          d=$(srcdir); \
253
242
          if test -d $$d/$$file; then \