summaryrefslogtreecommitdiffstats
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-05-25 17:40:23 -0400
committerMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-05-25 17:40:23 -0400
commit201e727a1fc571f3a56763dc044a58504cc89af6 (patch)
treed0022b589fdfb386c288ceabc0ed1eca535f1800 /MANIFEST.in
parentfd989ad95135e5e018cf69966be60ee99c9b6280 (diff)
downloadthird_party-cobbler-201e727a1fc571f3a56763dc044a58504cc89af6.tar.gz
third_party-cobbler-201e727a1fc571f3a56763dc044a58504cc89af6.tar.xz
third_party-cobbler-201e727a1fc571f3a56763dc044a58504cc89af6.zip
Starting to add i18n to cobbler using rhpl
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in18
1 files changed, 6 insertions, 12 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index e15b039..eda9acd 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -2,19 +2,13 @@ include loaders/COPYING_ELILO
include loaders/elilo-3.6-ia64.efi
include loaders/menu.c32
include config/cobbler.conf
-include templates/dhcp.template
-include templates/dnsmasq.template
-include templates/pxeprofile.template
-include templates/pxedefault.template
-include templates/pxesystem.template
-include templates/pxesystem_ia64.template
-include kickstarts/kickstart_fc5.ks
-include kickstarts/kickstart_fc6.ks
-include kickstarts/kickstart_fc6_domU.ks
-include kickstarts/default.ks
+include config/rsync.exclude
+include config/cobblerd
+recursive-include templates *.template
+recursive-include kickstarts *.ks
include docs/cobbler.1.gz
include COPYING AUTHORS README CHANGELOG NEWS
-include config/rsync.exclude
include scripts/watcher.py
include scripts/cobblerd
-include config/cobblerd
+recursive-include po *.pot
+recursive-include po *.po