summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore6
-rw-r--r--Makefile2
-rw-r--r--po/de_DE.po3
-rw-r--r--po/it_IT.po3
4 files changed, 12 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..0130458
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,6 @@
+*.o
+.dependencies
+*.so
+*.mo
+*.pot
+*.tgz \ No newline at end of file
diff --git a/Makefile b/Makefile
index 3fd9f4f..0e85bbc 100644
--- a/Makefile
+++ b/Makefile
@@ -114,6 +114,8 @@ dist: clean
@-rm -rf $(TMPDIR)/$(ARCHIVE)
@mkdir $(TMPDIR)/$(ARCHIVE)
@cp -a * $(TMPDIR)/$(ARCHIVE)
+ @-rm -rf $(TMPDIR)/.git
+ @-rm -f $(TMPDIR)/.gitignore
@tar czf $(PACKAGE).tgz -C $(TMPDIR) $(ARCHIVE)
@-rm -rf $(TMPDIR)/$(ARCHIVE)
@echo Distribution package created as $(PACKAGE).tgz
diff --git a/po/de_DE.po b/po/de_DE.po
index 1833654..8a692f4 100644
--- a/po/de_DE.po
+++ b/po/de_DE.po
@@ -7,10 +7,11 @@ msgid ""
msgstr ""
"Project-Id-Version: vdr-imonlcd-plugin 0.0.3\n"
"Report-Msgid-Bugs-To: <see README>\n"
-"POT-Creation-Date: 2010-10-23 17:53+0200\n"
+"POT-Creation-Date: 2010-11-19 19:23+0100\n"
"PO-Revision-Date: 2010-04-18 18:21+0200\n"
"Last-Translator: Andreas Brachold <vdr07 AT deltab de>\n"
"Language-Team: Andreas Brachold <vdr07 AT deltab de>\n"
+"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/po/it_IT.po b/po/it_IT.po
index 0a9cc39..20f55c4 100644
--- a/po/it_IT.po
+++ b/po/it_IT.po
@@ -7,10 +7,11 @@ msgid ""
msgstr ""
"Project-Id-Version: vdr-imonlcd-plugin 0.0.1\n"
"Report-Msgid-Bugs-To: <see README>\n"
-"POT-Creation-Date: 2010-10-23 18:00+0200\n"
+"POT-Creation-Date: 2010-11-19 19:23+0100\n"
"PO-Revision-Date: 2010-08-09 20:18+0100\n"
"Last-Translator: Diego Pierotto <vdr-italian@tiscali.it>\n"
"Language-Team: \n"
+"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"