Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 320731
Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +3 lines)
Line  Link Here
0
-- man/Makefile.am
0
++ man/Makefile.am
Lines 5-13 Link Here
5
	pm-powersave.8		\
5
	pm-powersave.8		\
6
	pm-action.8
6
	pm-action.8
7
7
8
if HAVE_XMLTO
9
man_MANS = $(pm_mans)
8
man_MANS = $(pm_mans)
10
endif
11
9
12
EXTRA_DIST =			\
10
EXTRA_DIST =			\
13
	on_ac_power.xml		\
11
	on_ac_power.xml		\
Lines 20-30 Link Here
20
MAINTAINERCLEANFILES =		\
18
MAINTAINERCLEANFILES =		\
21
	$(pm_mans)
19
	$(pm_mans)
22
20
21
if HAVE_XMLTO
23
.xml.1:
22
.xml.1:
24
	$(XMLTO) man $<
23
	$(XMLTO) man $<
25
24
26
.xml.8:
25
.xml.8:
27
	$(XMLTO) man $<
26
	$(XMLTO) man $<
27
endif
28
28
29
install-data-hook: install-man
29
install-data-hook: install-man
30
	@if test -f $(DESTDIR)$(mandir)/man8/pm-action.8; then \
30
	@if test -f $(DESTDIR)$(mandir)/man8/pm-action.8; then \

Return to bug 320731