home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / Apps / ScreenSavers / BackSpaceViews / MailWatchView.BackModule / Source / Makefile.postamble < prev    next >
Encoding:
Makefile  |  1996-02-04  |  470 b   |  11 lines

  1. NEW_BUNDLE_EXTENSION = BackModule
  2. BINARY_EXTENSION = BackO
  3. INSTALL_BUNDLE = ${DSTROOT}/${INSTALLDIR}/${NAME}
  4.  
  5. after_install::
  6.     cp -r English.lproj/Help ${INSTALL_BUNDLE}.${BUNDLE_EXTENSION}/English.lproj
  7.     rm -r ${INSTALL_BUNDLE}.${NEW_BUNDLE_EXTENSION}
  8.     ${MV} ${INSTALL_BUNDLE}.${BUNDLE_EXTENSION} ${INSTALL_BUNDLE}.${NEW_BUNDLE_EXTENSION}
  9.     ${MV} ${INSTALL_BUNDLE}.${NEW_BUNDLE_EXTENSION}/${NAME} \
  10.     ${INSTALL_BUNDLE}.${NEW_BUNDLE_EXTENSION}/${NAME}.${BINARY_EXTENSION}
  11.