From: Daiki Ueno Date: Wed, 30 Sep 2015 08:33:13 +0000 (+0900) Subject: build: Avoid file name length limitation of tar X-Git-Tag: v0.19.7~56 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=813429f64db6d37cfa158b0d584adb8bcb58c01d;p=thirdparty%2Fgettext.git build: Avoid file name length limitation of tar "csharpdoc" is a bit too long to accommodate long file names with the version returned from git-version-gen: tar: gettext-0.19.6.4-1e74e4/.../csharpdoc/...: file name is too long (max 99); not dumped * gettext-runtime/intl-csharp/doc: Rename from csharpdoc. * gettext-runtime/intl-cshap/Makefile.am (doc, DOC_FILES): Adjust to the directory name change. --- diff --git a/gettext-runtime/intl-csharp/ChangeLog b/gettext-runtime/intl-csharp/ChangeLog index 075ddd55d..cf10aba32 100644 --- a/gettext-runtime/intl-csharp/ChangeLog +++ b/gettext-runtime/intl-csharp/ChangeLog @@ -1,3 +1,13 @@ +2015-09-30 Daiki Ueno + + build: Avoid file name length limitation of tar + "csharpdoc" is a bit too long to accommodate long file names with + the version returned from git-version-gen: + tar: gettext-0.19.6.4-1e74e4/.../csharpdoc/...: file name is too + long (max 99); not dumped + * doc: Rename from csharpdoc. + * Makefile.am (doc, DOC_FILES): Adjust to the directory name change. + 2015-09-11 Daiki Ueno * gettext 0.19.6 released. diff --git a/gettext-runtime/intl-csharp/Makefile.am b/gettext-runtime/intl-csharp/Makefile.am index 3a8563ff5..fc754177d 100644 --- a/gettext-runtime/intl-csharp/Makefile.am +++ b/gettext-runtime/intl-csharp/Makefile.am @@ -61,24 +61,24 @@ uninstall-dll: # C# reference documentation. Requires the pnet tools. -csharpdoc: - test -d csharpdoc || mkdir csharpdoc +doc: + test -d doc || mkdir doc csdoc -flibrary-name=GNU.Gettext intl.cs | \ - csdoc2html -o csharpdoc -fmulti-file -fframes -fcombine-members -fno-namespace-directories - + csdoc2html -o doc -fmulti-file -f