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

« back to all changes in this revision

Viewing changes to texi/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Michael W. Olson (GNU address)
  • Date: 2008-01-09 15:51:46 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20080109155146-0wwzermvvzs9rqzo
Tags: 3.11-3ubuntu1
* Merge with with Debian unstable (LP: #137284). Remaining Ubuntu changes:
  - Keep manual.
  - Set Ubuntu MOTU to be Maintainer

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
.PHONY: all info-only doc clean realclean distclean fullclean install
2
2
.PRECIOUS: %.info %.html
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
all: doc
7
10
 
23
26
install: $(MANUAL).info
24
27
        [ -d $(INFODIR) ] || install -d $(INFODIR)
25
28
        install -m 0644 $(MANUAL).info $(INFODIR)/$(MANUAL)
26
 
        $(INSTALLINFO) $(INFODIR)/$(MANUAL)
 
29
        $(call install_info,$(MANUAL))