~ubuntu-branches/ubuntu/quantal/virtinst/quantal-proposed

« back to all changes in this revision

Viewing changes to man/en/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Soren Hansen
  • Date: 2007-11-20 13:40:28 UTC
  • Revision ID: james.westby@ubuntu.com-20071120134028-rg0pjby0jc4mycks
Tags: upstream-0.300.1+hg20071120
ImportĀ upstreamĀ versionĀ 0.300.1+hg20071120

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
CENTER="Virtual Machine Install Tools"
 
2
 
 
3
 
 
4
all: virt-install.1 virt-image.1 virt-clone.1 virt-image.5
 
5
 
 
6
clean:
 
7
        rm *.1 *.5
 
8
 
 
9
%.1: %.pod
 
10
        pod2man --center=$(CENTER) $< $@
 
11
 
 
12
virt-image.5: virt-image-xml.pod
 
13
        pod2man --center=$(CENTER) --section=5 --name=virt-image $< $@