DIR=../../../release/admin/doc X00=repocafe X01=configtest X02=mail-watchers X03=mk_guest_list X04=mk_stats X05=new-commit-hook X06=setup-data X07=setup-db X08=setup-vhost X09=upd-admins X10=upd-xusers R00=${DIR}/${X00}.html ${DIR}/${X00}.1 ${DIR}/${X00}.txt R01=${DIR}/${X01}.html ${DIR}/${X01}.1 ${DIR}/${X01}.txt R02=${DIR}/${X02}.html ${DIR}/${X02}.1 ${DIR}/${X02}.txt R03=${DIR}/${X03}.html ${DIR}/${X03}.1 ${DIR}/${X03}.txt R04=${DIR}/${X04}.html ${DIR}/${X04}.1 ${DIR}/${X04}.txt R05=${DIR}/${X05}.html ${DIR}/${X05}.1 ${DIR}/${X05}.txt R06=${DIR}/${X06}.html ${DIR}/${X06}.1 ${DIR}/${X06}.txt R07=${DIR}/${X07}.html ${DIR}/${X07}.1 ${DIR}/${X07}.txt R08=${DIR}/${X08}.html ${DIR}/${X08}.1 ${DIR}/${X08}.txt R09=${DIR}/${X09}.html ${DIR}/${X09}.1 ${DIR}/${X09}.txt R10=${DIR}/${X10}.html ${DIR}/${X10}.1 ${DIR}/${X10}.txt RELEASE=${R00} ${R01} ${R02} ${R03} ${R04} ${R05} ${R06} ${R07} \ ${R08} ${R09} ${R10} doc: ${RELEASE} ${DIR}/%.html : %.html cp $< $@ ${DIR}/%.1 : %.1 cp $< $@ ${DIR}/%.txt : %.txt cp $< $@