1
0
mirror of https://github.com/anope/anope.git synced 2026-06-28 07:36:37 +02:00

BUILD : 1.7.4 (266) BUGS : N/A NOTES : Added include/Makefile to svn

git-svn-id: svn://svn.anope.org/anope/trunk@266 31f1291d-b8d6-0310-a050-a5561fc1590b


git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@171 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b
2004-07-19 14:20:24 +00:00
parent faf3709fd8
commit 338bb6d327
3 changed files with 26 additions and 2 deletions
+20
View File
@@ -0,0 +1,20 @@
all: services.h extern.h pseudo.h version.h
version.h: Makefile version.sh services.h pseudo.h messages.h $(SRCS)
sh version.sh
services.h: sysconf.h config.h extern.h
touch $@
extern.h: slist.h
touch $@
pseudo.h: commands.h timeout.h encrypt.h datafiles.h slist.h
touch $@
clean:
(rm -f language.h)
distclean: clean
(rm -f sysconf.h version.h)
+1 -1
View File
@@ -40,7 +40,7 @@ spotless: clean
rm -f language.h index
cat: cat.l langcomp index
cat: cat.l langcomp index
./langcomp $@.l
de: de.l langcomp index
./langcomp $@.l
+5 -1
View File
@@ -8,10 +8,14 @@
VERSION_MAJOR="1"
VERSION_MINOR="7"
VERSION_PATCH="4"
VERSION_BUILD="265"
VERSION_BUILD="266"
# $Log$
#
# BUILD : 1.7.4 (266)
# BUGS : N/A
# NOTES : Added include/Makefile to svn
#
# BUILD : 1.7.4 (265)
# BUGS : N/A
# NOTES : Only forgot 2 changes :)