1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
|
if WITH_ICECREAM_MAN
icecc.1: $(srcdir)/man-icecc.1.xml
$(DOCBOOK2X) $<
icerun.1: $(srcdir)/man-icerun.1.xml
$(DOCBOOK2X) $<
icecc-create-env.1: $(srcdir)/man-icecc-create-env.1.xml
$(DOCBOOK2X) $<
icecc-scheduler.1: $(srcdir)/man-icecc-scheduler.1.xml
$(DOCBOOK2X) $<
iceccd.1: $(srcdir)/man-iceccd.1.xml
$(DOCBOOK2X) $<
icecream.7: $(srcdir)/man-icecream.7.xml
$(DOCBOOK2X) $<
dist_man_MANS = \
icecc.1 \
icerun.1 \
iceccd.1 \
icecc-scheduler.1 \
icecc-create-env.1 \
icecream.7
endif
EXTRA_DIST = \
man-icecc.1.xml \
man-icerun.1.xml \
man-iceccd.1.xml \
man-icecc-scheduler.1.xml \
man-icecc-create-env.1.xml \
man-icecream.7.xml
|