Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cduce
cduce
Commits
b5edb16a
Commit
b5edb16a
authored
Oct 05, 2007
by
Pietro Abate
Browse files
[r2003-05-25 18:40:06 by cvscast] packaging
Original author: cvscast Date: 2003-05-25 18:40:06+00:00
parent
5a85aa54
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
b5edb16a
...
@@ -36,7 +36,7 @@ website: web/files
...
@@ -36,7 +36,7 @@ website: web/files
# Packaging
# Packaging
DISTRIB
=
$(DIRS)
tools web depend INSTALL CHANGES LICENSE README doc
DISTRIB
=
$(DIRS)
tools web depend INSTALL
INSTALL.WIN32
CHANGES LICENSE README doc
PACKAGE
=
cduce-
$(VERSION)
PACKAGE
=
cduce-
$(VERSION)
.PHONY
:
package
.PHONY
:
package
...
@@ -48,7 +48,7 @@ package:
...
@@ -48,7 +48,7 @@ package:
(
cd
$(PACKAGE)
;
\
(
cd
$(PACKAGE)
;
\
rm
-f
types/IDEAS
;
\
rm
-f
types/IDEAS
;
\
headache
-h
../header
$(DEPEND)
)
headache
-h
../header
$(DEPEND)
)
tar
czf
$(PACKAGE)
.tar.gz
--exclude
CVS
--exclude
IDEAS
$(PACKAGE)
tar
czf
$(PACKAGE)
.tar.gz
--exclude
CVS
--exclude
".#*"
--exclude
IDEAS
$(PACKAGE)
rm
-Rf
$(PACKAGE)
rm
-Rf
$(PACKAGE)
Write
Preview
Markdown
is supported
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