summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRobin Norwood <rnorwood@redhat.com>2007-09-25 10:33:03 -0400
committerRobin Norwood <rnorwood@redhat.com>2007-09-25 10:33:03 -0400
commit5024f7f62ff32345660fae783ac7a97d506fe1da (patch)
treef27c302f2593ccd8517730a0d7d45e9832824b00 /Makefile
parent7d543b6cf1d721c2e9f7ed88a230172870a9f558 (diff)
downloadthird_party-func-5024f7f62ff32345660fae783ac7a97d506fe1da.tar.gz
third_party-func-5024f7f62ff32345660fae783ac7a97d506fe1da.tar.xz
third_party-func-5024f7f62ff32345660fae783ac7a97d506fe1da.zip
Renamed server to minion and client to overlord
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index b831591..30029a5 100755
--- a/Makefile
+++ b/Makefile
@@ -20,8 +20,8 @@ clean:
# python tests/tests.py
# -rm -rf /tmp/_cobbler-*
-messages: server/*.py
- xgettext -k_ -kN_ -o $(MESSAGESPOT) server/*.py
+messages: minion/*.py
+ xgettext -k_ -kN_ -o $(MESSAGESPOT) minion/*.py
sed -i'~' -e 's/SOME DESCRIPTIVE TITLE/func/g' -e 's/YEAR THE PACKAGE'"'"'S COPYRIGHT HOLDER/2007 Red Hat, inc. /g' -e 's/FIRST AUTHOR <EMAIL@ADDRESS>, YEAR/Adrian Likins <alikins@redhat.com>, 2007/g' -e 's/PACKAGE VERSION/func $(VERSION)-$(RELEASE)/g' -e 's/PACKAGE/func/g' $(MESSAGESPOT)