summaryrefslogtreecommitdiff
path: root/src/bin
diff options
context:
space:
mode:
authorrob rob@31f1291d-b8d6-0310-a050-a5561fc1590b <rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2005-05-02 19:02:12 +0000
committerrob rob@31f1291d-b8d6-0310-a050-a5561fc1590b <rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2005-05-02 19:02:12 +0000
commite0583918834a3f8683e430adf3923ea89d2a449a (patch)
treeff36ada734c3874d3be1a806e3a2b994386b54ed /src/bin
parent49491770383e66f1b8074d8b0f80026e3086e9d8 (diff)
BUILD : 1.7.8 (753) BUGS : N/a NOTES : Merged anope-dev with trunk
git-svn-id: svn://svn.anope.org/anope/trunk@753 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@516 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/bin')
-rwxr-xr-xsrc/bin/am8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/bin/am b/src/bin/am
index c8e693b2e..44a091c1c 100755
--- a/src/bin/am
+++ b/src/bin/am
@@ -423,6 +423,14 @@ NOTES : ";
}
system("indent -kr -nut $prefix/*.c");
system("rm -f $prefix/*~");
+ if (-d "src/core") {
+ system("indent -kr -nut src/core/*.c");
+ system("rm -f src/core/*~");
+ }
+ if (-d "src/protocol") {
+ system("indent -kr -nut src/protocol/*.c");
+ system("rm -f src/protocol/*~");
+ }
print "*** Bumping the revision number...\n";
# Re-write the control file