1 # this make file is only used during development
2 # the main makefile in the newlisp-x.x.x/ will
3 # normally peform the installation below
8 jar cmf Manifest guiserver.jar
*.class images
/*.png
12 -install -d
/usr
/share
/newlisp
/guiserver
13 -install -d
/usr
/share
/doc
/newlisp
/guiserver
14 -install -m
644 guiserver.jar
/usr
/share
/newlisp
/
15 -install -m
644 guiserver.lsp
/usr
/share
/newlisp
/
16 -install -m
644 index.html
/usr
/share
/doc
/newlisp
/guiserver
/
17 -install -m
644 guiserver.lsp.html
/usr
/share
/doc
/newlisp
/guiserver
/
18 -install -m
755 newlisp-edit.lsp
/usr
/bin
/newlisp-edit