# Generated automatically from Makefile.in by configure.
#
# Makefile for ipfm docs
#

include ../Makefile.common

SED_SCRIPT=-e "s__CONFIGURATION_FILE$(CONFIGURATION_FILE)g" \
           -e "s__LOGFILE$(LOG_FILE)g"

all: man

man: ipfm.8 ipfm.conf.5

ipfm.8: ipfm.man Makefile ../Makefile.common
	@echo "Generating ipfm.8" && $(SED) $(SED_SCRIPT) ipfm.man > ipfm.8

ipfm.conf.5: ipfm.conf.man Makefile ../Makefile.common
	@echo "Generating ipfm.conf.5" && $(SED) $(SED_SCRIPT) ipfm.conf.man > ipfm.conf.5

clean:
	$(RM) ipfm.8 ipfm.conf.5
