Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
curry
kics
Commits
6bb47165
Commit
6bb47165
authored
Oct 09, 2007
by
bbr
Browse files
make dist now gittyfied
parent
7beb3e10
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
6bb47165
...
...
@@ -69,17 +69,7 @@ mrproper: clean
.PHONY
:
dist
dist
:
mkdir
-p
dist
rm
-f
$(SRC)
InstallDir.hs
tar
czf
$(THIS)$(DIST)
kics_src.tgz
\
$(THIS)$(LIB)
*
.curry
\
$(THIS)$(LIB)
/ExternalData
*
.hs
\
$(THIS)$(LIB)
/ExternalInstances
*
.hs
\
$(THIS)$(LIB)
/ExternalFunctions
*
.hs
\
$(THIS)$(LIB)
/External
*
.spec
\
$(THIS)$(SRC)
*
.hs
\
$(THIS)$(SRC)
*
.make
\
$(THIS)
Makefile
$(THIS)
INSTALL
\
$(THIS)$(BIN)
kghc
git archive
-v
--prefix
=
kics/ master |
gzip
>
$(THIS)$(DIST)
kics_src.tgz
cp
$(THIS)$(DIST)
kics_src.tgz ~/public_html/download/
chmod
a+r ~/public_html/download/kics_src.tgz
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment