diff options
author | Reuben Thomas <rrt@sc3d.org> | 2007-12-15 14:17:00 +0000 |
---|---|---|
committer | Reuben Thomas <rrt@sc3d.org> | 2007-12-15 14:17:00 +0000 |
commit | a9f3b404def8eb39a643db542d70572da042e9e3 (patch) | |
tree | 244480bc607d729c1b8ce6fadbabf625d543bd46 | |
parent | 07afd554fe68dbc1ba470ad75830276ad3560a5d (diff) | |
download | plptools-a9f3b404def8eb39a643db542d70572da042e9e3.tar.gz plptools-a9f3b404def8eb39a643db542d70572da042e9e3.tar.bz2 plptools-a9f3b404def8eb39a643db542d70572da042e9e3.zip |
Add plpfuse.h to headers.
Add "release" target to Makefile.am.
Updates to .po files.
-rw-r--r-- | Makefile.am | 21 | ||||
-rw-r--r-- | plpfuse/Makefile.am | 2 | ||||
-rw-r--r-- | po/de.po | 8 | ||||
-rw-r--r-- | po/sv.po | 8 |
4 files changed, 30 insertions, 9 deletions
diff --git a/Makefile.am b/Makefile.am index 362b489..9178eda 100644 --- a/Makefile.am +++ b/Makefile.am @@ -13,3 +13,24 @@ install-data-local: dist-local: kdoc -d doc/api -n libplp --strip-h-path lib/*.h + +NOTES = release-notes + +release: distcheck + @cvs tag rel-`echo $(VERSION) | sed -e 's/\./-/g'` && \ + read -e -p "SourceForge login: " USER && \ + read -r -s -p "Password: " PASSWORD && \ + echo -e "Release focus:\n\ + 1 Initial FreshMeat announcement\n\ + 2 Documentation\n\ + 3 Code cleanup\n\ + 4 Minor feature enhancements\n\ + 5 Major feature enhancements\n\ + 6 Minor bug fixes\n\ + 7 Major bug fixes\n\ + 8 Minor security fixes\n\ + 9 Major security fixes" && \ + read -e -p "Choice: " FOCUS && \ + $$VISUAL $(NOTES) && \ + copher -u $$USER -P $$PASSWORD -p $(PACKAGE) -k $(PACKAGE) -r $(VERSION) -N $(NOTES) $(PACKAGE)-$(VERSION).tar.gz && \ + fm-submit --no-stdin -p $(PACKAGE) -v $(VERSION) -c "`cat $(NOTES)`" -r $$FOCUS diff --git a/plpfuse/Makefile.am b/plpfuse/Makefile.am index 19c7db0..b8860c0 100644 --- a/plpfuse/Makefile.am +++ b/plpfuse/Makefile.am @@ -4,4 +4,4 @@ sbin_PROGRAMS = plpfuse plpfuse_LDADD = $(LIB_PLP) $(INTLLIBS) -lfuse plpfuse_SOURCES = main.cc fuse.c -EXTRA_DIST = rfsv_api.h +EXTRA_DIST = rfsv_api.h plpfuse.h @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: plptools 0.11\n" "Report-Msgid-Bugs-To: plptools-developers@lists.sourceforge.net\n" -"POT-Creation-Date: 2007-12-14 00:24+0000\n" +"POT-Creation-Date: 2007-12-15 13:57+0000\n" "PO-Revision-Date: 2002-07-16 21:39 CET\n" "Last-Translator: Fritz Elfert <felfert@to.com>\n" "Language-Team: Deutsch <de@li.org>\n" @@ -1506,7 +1506,7 @@ msgstr "SIBO" msgid "EPOC" msgstr "EPOC" -#: plpfuse/main.cc:266 +#: plpfuse/main.cc:268 #, fuzzy msgid "" "Usage: plpfuse [OPTION...] MOUNTPOINT\n" @@ -1535,12 +1535,12 @@ msgstr "" " Vorgabe für HOST ist 127.0.0.1\n" " Vorgabe für PORT ist " -#: plpfuse/main.cc:333 +#: plpfuse/main.cc:355 #, fuzzy msgid "plpfuse version " msgstr "ncpd Version " -#: plpfuse/main.cc:352 plpfuse/main.cc:357 +#: plpfuse/main.cc:374 plpfuse/main.cc:379 #, fuzzy msgid "plpfuse: could not connect to ncpd" msgstr "plpftp: Konnte ncpd nicht kontaktieren." @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: plptools 0.11\n" "Report-Msgid-Bugs-To: plptools-developers@lists.sourceforge.net\n" -"POT-Creation-Date: 2007-12-14 00:24+0000\n" +"POT-Creation-Date: 2007-12-15 13:57+0000\n" "PO-Revision-Date: 2002-07-11 09:10+0200\n" "Last-Translator: Daniel Brahneborg <basic@chello.se>\n" "Language-Team: SWEDISH <SE@li.org>\n" @@ -1481,7 +1481,7 @@ msgstr "" msgid "EPOC" msgstr "" -#: plpfuse/main.cc:266 +#: plpfuse/main.cc:268 #, fuzzy msgid "" "Usage: plpfuse [OPTION...] MOUNTPOINT\n" @@ -1511,11 +1511,11 @@ msgstr "" " Om inget är angivet är VÄRD 127.0.0.1\n" " och PORT är " -#: plpfuse/main.cc:333 +#: plpfuse/main.cc:355 msgid "plpfuse version " msgstr "" -#: plpfuse/main.cc:352 plpfuse/main.cc:357 +#: plpfuse/main.cc:374 plpfuse/main.cc:379 #, fuzzy msgid "plpfuse: could not connect to ncpd" msgstr "plpftp: kunde inte få kontakt med ncpd" |