mirror of
https://github.com/anope/anope.git
synced 2026-07-04 23:13:13 +02:00
Changed the versioning system to use git
This commit is contained in:
+4
-4
@@ -1,8 +1,8 @@
|
||||
|
||||
all: services.h extern.h version.h
|
||||
./version ../src/version.sh version.h
|
||||
|
||||
version.h: Makefile version.sh services.h $(SRCS)
|
||||
sh version.sh ../version.log $@
|
||||
version.h: Makefile services.h version.cpp $(SRCS)
|
||||
$(CC) version.cpp -o version
|
||||
|
||||
services.h: sysconf.h config.h extern.h
|
||||
touch $@
|
||||
@@ -11,4 +11,4 @@ clean:
|
||||
(rm -f language.h)
|
||||
|
||||
distclean: clean
|
||||
(rm -f sysconf.h version.h)
|
||||
(rm -f sysconf.h version.h version)
|
||||
|
||||
Reference in New Issue
Block a user