1
0
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:
Adam
2010-06-25 20:00:21 -04:00
parent cbcead4e89
commit 03fbc7d281
167 changed files with 2981 additions and 542 deletions
+4 -4
View File
@@ -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)