~ubuntu-branches/ubuntu/oneiric/muse-el/oneiric

« back to all changes in this revision

Viewing changes to examples/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Michael W. Olson (GNU address)
  • Date: 2008-01-09 15:51:46 UTC
  • mto: This revision was merged to the branch mainline in revision 6.
  • Revision ID: james.westby@ubuntu.com-20080109155146-vkc4ohnzv96spdpm
Tags: upstream-3.11
ImportĀ upstreamĀ versionĀ 3.11

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
.PHONY: all examples clean realclean distclean fullclean
2
2
.PRECIOUS: %.html %.pdf %.info
3
3
 
4
 
include ../Makefile.defs
 
4
DEFS = $(shell test -f ../Makefile.defs && echo ../Makefile.defs \
 
5
        || echo ../Makefile.defs.default)
 
6
 
 
7
include $(DEFS)
5
8
 
6
9
EXAMPLES = QuickStart.html QuickStart.pdf QuickStart.info
7
10