mirror of
https://gitlab.freedesktop.org/upower/upower.git
synced 2026-05-15 21:38:09 +02:00
19 lines
317 B
Makefile
19 lines
317 B
Makefile
if MAN_PAGES_ENABLED
|
|
|
|
man_MANS = \
|
|
upower.1 \
|
|
upowerd.8 \
|
|
UPower.7
|
|
|
|
%.1 %.7 %.8 : %.xml
|
|
$(XSLTPROC) -nonet http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $<
|
|
|
|
endif # MAN_PAGES_ENABLED
|
|
|
|
EXTRA_DIST= \
|
|
upower.xml \
|
|
upowerd.xml \
|
|
UPower.xml
|
|
|
|
clean-local:
|
|
rm -f *~ *.[178]
|