home *** CD-ROM | disk | FTP | other *** search
Makefile | 1996-02-04 | 470 b | 11 lines |
- NEW_BUNDLE_EXTENSION = BackModule
- BINARY_EXTENSION = BackO
- INSTALL_BUNDLE = ${DSTROOT}/${INSTALLDIR}/${NAME}
-
- after_install::
- cp -r English.lproj/Help ${INSTALL_BUNDLE}.${BUNDLE_EXTENSION}/English.lproj
- rm -r ${INSTALL_BUNDLE}.${NEW_BUNDLE_EXTENSION}
- ${MV} ${INSTALL_BUNDLE}.${BUNDLE_EXTENSION} ${INSTALL_BUNDLE}.${NEW_BUNDLE_EXTENSION}
- ${MV} ${INSTALL_BUNDLE}.${NEW_BUNDLE_EXTENSION}/${NAME} \
- ${INSTALL_BUNDLE}.${NEW_BUNDLE_EXTENSION}/${NAME}.${BINARY_EXTENSION}
-