Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
ACGtk
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
6
Issues
6
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
ACG
dev
ACGtk
Commits
89f620aa
Commit
89f620aa
authored
Oct 22, 2008
by
POGODALLA Sylvain
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
No commit message
No commit message
parent
c6310e4a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
4 deletions
+10
-4
Makefile.in
Makefile.in
+9
-3
src/utils/version.ml
src/utils/version.ml
+1
-1
No files found.
Makefile.in
View file @
89f620aa
...
...
@@ -17,11 +17,12 @@
# #
##########################################################################
PHONY
:
config byte opt clean superclean install tar
PHONY
:
config byte opt clean superclean install tar
version release
BINARIES
=
acgc acgc.opt acg acg.opt
RELEASE
=
$(
shell
date
"+acg-%y-%m-%d"
)
VERSION
=
$(
shell
date
"+%Y-%m-%d"
)
RELEASE
=
acg-
$(VERSION)
AR_EXCLUDE
=
...
...
@@ -62,9 +63,14 @@ config: configure
configure
:
config/configure.ac
cd
$
(
<D
)
&&
autoconf
&&
mv
configure .. &
cd
..
tar
:
superclean
tar
:
version
superclean
if
test
-a
../
$(RELEASE)
;
then
rm
../
$(RELEASE)
;
fi
cd
..
&&
ln
-s
trunk
$(RELEASE)
&&
cd
trunk
tar
cvfz
$(RELEASE)
.tar.gz
-C
..
-h
$(RELEASE)
--exclude
=
"*
\.
svn*"
--exclude
"
$(RELEASE)
/data"
--exclude
"
$(RELEASE)
/src/data"
--exclude
"
$(RELEASE)
/src/*.old"
--exclude
"
$(RELEASE)
/*.tar*"
if
test
-a
../
$(RELEASE)
;
then
rm
../
$(RELEASE)
;
fi
./configure
version
:
sed
-i
's/@VERSION@/
$(VERSION)
/'
src/utils/version.ml
release
:
\ No newline at end of file
src/utils/version.ml
View file @
89f620aa
...
...
@@ -17,7 +17,7 @@
(* *)
(**************************************************************************)
DEFINE
VERSION
=
"
081021
"
DEFINE
VERSION
=
"
@VERSION@
"
let
version
=
VERSION
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