packagekit/man/Makefile.am

24 lines
290 B
Makefile
Raw Normal View History

2007-08-23 09:11:59 -07:00
EXTRA_DIST = \
pkcon.sgml \
pkmon.sgml
if HAVE_DOCBOOK2MAN
man_MANS = \
pkcon.1 \
pkmon.1
endif
if HAVE_DOCBOOK2MAN
pkcon.1: pkcon.sgml
docbook2man $? > /dev/null
2007-08-23 09:11:59 -07:00
pkmon.1: pkmon.sgml
docbook2man $? > /dev/null
2007-08-23 09:11:59 -07:00
endif
clean-local :
rm -f *~
rm -f *.1
rm -f manpage.*