cygwin release

This commit is contained in:
Bill Hoffman 2002-08-28 09:04:45 -04:00
parent 2e8880bae0
commit 92cb867aa5
2 changed files with 4 additions and 4 deletions

View File

@ -40,7 +40,7 @@ CFLAGS=""
CXXFLAGS="" CXXFLAGS=""
PREFIX="/usr/local" PREFIX="/usr/local"
INSTALL_SUBDIRS="bin share doc" INSTALL_SUBDIRS="bin share doc"
DOC_DIR="/doc/cmake"
# Functions can be replaced by configuration file. # Functions can be replaced by configuration file.
# Create extra files in the installation tree. This allows # Create extra files in the installation tree. This allows

View File

@ -36,11 +36,11 @@ CreateExtraFiles
# Create the manifest file. # Create the manifest file.
echo "Writing MANIFEST..." echo "Writing MANIFEST..."
${MKDIR} -p ${INSTALL_DIR}${PREFIX}/doc/cmake ${MKDIR} -p ${INSTALL_DIR}${PREFIX}${DOC_DIR}
${TOUCH} ${INSTALL_DIR}${PREFIX}/doc/cmake/MANIFEST ${TOUCH} ${INSTALL_DIR}${PREFIX}${DOC_DIR}/MANIFEST
cd ${INSTALL_DIR}${PREFIX} cd ${INSTALL_DIR}${PREFIX}
FILES=`${FIND} ${INSTALL_SUBDIRS} -type f |sed 's/^\.\///'` FILES=`${FIND} ${INSTALL_SUBDIRS} -type f |sed 's/^\.\///'`
${CAT} >> ${INSTALL_DIR}${PREFIX}/doc/cmake/MANIFEST <<EOF ${CAT} >> ${INSTALL_DIR}${PREFIX}${DOC_DIR}/MANIFEST <<EOF
${FILES} ${FILES}
EOF EOF