Browse CVS Repository
Diff of /malonnote/Makefile.in
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 687 |
|
|
| 688 |
README.txt:README |
README.txt:README |
| 689 |
cp -p README README.txt |
cp -p README README.txt |
| 690 |
@IS_DARWIN_TRUE@app: |
@IS_DARWIN_TRUE@app: mnote |
| 691 |
@IS_DARWIN_TRUE@ rm -fr ./${APP} |
@IS_DARWIN_TRUE@ rm -fr ./${APP} |
| 692 |
@IS_DARWIN_TRUE@ mkdir -p ./${APP}/Contents/MacOS/ |
@IS_DARWIN_TRUE@ mkdir -p ./${APP}/Contents/MacOS/ |
| 693 |
@IS_DARWIN_TRUE@ mkdir -p ./${APP}/Contents/Resources/ |
@IS_DARWIN_TRUE@ mkdir -p ./${APP}/Contents/Resources/ |
| 696 |
@IS_DARWIN_TRUE@ cp -p mnote.icns ./${APP}/Contents/Resources/ |
@IS_DARWIN_TRUE@ cp -p mnote.icns ./${APP}/Contents/Resources/ |
| 697 |
@IS_DARWIN_TRUE@ echo -n "APPL????" > ./${APP}/Contents/PkgInfo |
@IS_DARWIN_TRUE@ echo -n "APPL????" > ./${APP}/Contents/PkgInfo |
| 698 |
|
|
| 699 |
|
@IS_DARWIN_TRUE@appinst: app |
| 700 |
|
@IS_DARWIN_TRUE@ cp -pr mnote.app /Applications/ |
| 701 |
|
|
| 702 |
@IS_DARWIN_TRUE@distsrc: |
@IS_DARWIN_TRUE@distsrc: |
| 703 |
@IS_DARWIN_TRUE@ cvs2cl.pl |
@IS_DARWIN_TRUE@ cvs2cl.pl |
| 704 |
@IS_DARWIN_TRUE@ make dist |
@IS_DARWIN_TRUE@ make dist |
|
|
Legend:
| Removed from v.1.10 |
|
| changed lines |
| |
Added in v.1.12 |
|
|
|