Skip to content
This repository was archived by the owner on Jan 22, 2026. It is now read-only.

Commit e678d6d

Browse files
author
David Lutterkort
committed
Makefile to recreate amn pages from pod
1 parent 3f19e12 commit e678d6d

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

man/en/Makefile

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
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) $< $@

0 commit comments

Comments
 (0)