~ubuntu-branches/ubuntu/maverick/indicator-applet/maverick

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2009-02-19 16:12:01 UTC
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20090219161201-2x1b891o9vlg1bkv
Tags: upstream-0.1.1
ImportĀ upstreamĀ versionĀ 0.1.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
254
254
        po \
255
255
        docs
256
256
 
 
257
EXTRA_DIST = \
 
258
        COPYING.LIB.LGPL.2.1 \
 
259
        COPYING.LIB.LGPL.3 \
 
260
        gtk-doc.make \
 
261
        omf.make \
 
262
        xmldocs.make
 
263
 
 
264
DISTCLEANFILES = \
 
265
        indicator-applet-*.tar.gz
 
266
 
257
267
all: config.h
258
268
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
259
269
 
621
631
 
622
632
distclean-generic:
623
633
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
634
        -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
624
635
 
625
636
maintainer-clean-generic:
626
637
        @echo "This command is intended for maintainers to use"