From 813429f64db6d37cfa158b0d584adb8bcb58c01d Mon Sep 17 00:00:00 2001 From: Daiki Ueno Date: Wed, 30 Sep 2015 17:33:13 +0900 Subject: [PATCH] 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. --- gettext-runtime/intl-csharp/ChangeLog | 10 ++++++++++ gettext-runtime/intl-csharp/Makefile.am | 20 +++++++++---------- .../{csharpdoc => doc}/GNU_Gettext.html | 0 .../GNU_Gettext_GettextResourceManager.html | 0 .../GNU_Gettext_GettextResourceSet.html | 0 .../intl-csharp/{csharpdoc => doc}/begin.html | 0 .../intl-csharp/{csharpdoc => doc}/index.html | 0 .../{csharpdoc => doc}/namespaces.html | 0 8 files changed, 20 insertions(+), 10 deletions(-) rename gettext-runtime/intl-csharp/{csharpdoc => doc}/GNU_Gettext.html (100%) rename gettext-runtime/intl-csharp/{csharpdoc => doc}/GNU_Gettext_GettextResourceManager.html (100%) rename gettext-runtime/intl-csharp/{csharpdoc => doc}/GNU_Gettext_GettextResourceSet.html (100%) rename gettext-runtime/intl-csharp/{csharpdoc => doc}/begin.html (100%) rename gettext-runtime/intl-csharp/{csharpdoc => doc}/index.html (100%) rename gettext-runtime/intl-csharp/{csharpdoc => doc}/namespaces.html (100%) 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