190b6713cSmrg 290b6713cSmrgappmandir = $(APP_MAN_DIR) 390b6713cSmrgappman_PRE = iceauth.man 490b6713cSmrgappman_DATA = $(appman_PRE:man=$(APP_MAN_SUFFIX)) 590b6713cSmrg 690b6713cSmrgEXTRA_DIST = $(appman_PRE) 790b6713cSmrgCLEANFILES = $(appman_DATA) 890b6713cSmrgSUFFIXES = .$(APP_MAN_SUFFIX) .man 990b6713cSmrg 1090b6713cSmrg# String replacements in MAN_SUBSTS now come from xorg-macros.m4 via configure 1190b6713cSmrg.man.$(APP_MAN_SUFFIX): 1290b6713cSmrg $(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $< > $@ 13