[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / OpenXM / src / asir-contrib / plugin / os_muldif

Annotation of OpenXM/src/asir-contrib/plugin/os_muldif/Makefile, Revision 1.1

1.1     ! takayama    1: INST_DIR=../../../../lib/asir/bin
        !             2: all:
        !             3: install: all
        !             4:        @echo "Installing plugin scripts for os_muldif.rr."
        !             5:        mkdir -p ${INST_DIR}
        !             6:        cp src/risatex.sh ${INST_DIR}
        !             7:        cp src/risaout.tex ${INST_DIR}
        !             8:
        !             9: test:
        !            10:        asir -f  assert/test1.rr
        !            11: todo:
        !            12:        echo "Folder does not follow the standard hierarchy. It should follow the standard in a future release."
        !            13:
        !            14: # $OpenXM$

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>