Develop and Download Open Source Software

Browse CVS Repository

Diff of /malonnote/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.4 by maloninc, Sat Jul 30 10:55:16 2005 UTC revision 1.6 by maloninc, Mon Aug 1 10:46:20 2005 UTC
# Line 31  mnote_SOURCES =       \ Line 31  mnote_SOURCES =       \
31          mnDef.h           \          mnDef.h           \
32          mnDialog.h        \          mnDialog.h        \
33          mnDialog.cpp      \          mnDialog.cpp      \
34            mnHtmlWindow.cpp  \
35            mnHtmlWindow.h    \
36          ${RESSRC}          ${RESSRC}
37                    
38  readme:README.txt README.euc  readme:README.txt README.euc
# Line 54  app: Line 56  app:
56          cp -p mnote.icns ./${APP}/Contents/Resources/          cp -p mnote.icns ./${APP}/Contents/Resources/
57          echo -n "APPL????" > ./${APP}/Contents/PkgInfo          echo -n "APPL????" > ./${APP}/Contents/PkgInfo
58    
59    distsrc:
60            cvs2cl.pl
61            make dist
62            mv ${DIST_ARCHIVES} ${MY_DIST_DIR}-src.tar.gz
63    
64  distosx:  distosx:
65          mkdir ${MY_DIST_DIR}          mkdir ${MY_DIST_DIR}
66          cp  -r  ${APP} ${MY_DIST_DIR}          cp  -r  ${APP} ${MY_DIST_DIR}

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.6

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26