Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-2-2
Commits
977378fa
Commit
977378fa
authored
Nov 04, 2006
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* trying to repair gettext 0.16 documentation on MacOS-X
parent
7078d5da
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
49 additions
and
0 deletions
+49
-0
extras/contrib/src/Makefile
extras/contrib/src/Makefile
+1
-0
extras/contrib/src/Patches/gettext-MacOSX.patch
extras/contrib/src/Patches/gettext-MacOSX.patch
+48
-0
No files found.
extras/contrib/src/Makefile
View file @
977378fa
...
@@ -407,6 +407,7 @@ gettext: gettext-$(GETTEXT_VERSION).tar.gz
...
@@ -407,6 +407,7 @@ gettext: gettext-$(GETTEXT_VERSION).tar.gz
$(EXTRACT_GZ)
$(EXTRACT_GZ)
ifdef
HAVE_DARWIN_OS
ifdef
HAVE_DARWIN_OS
(
cd
$@
;
./autogen.sh
)
(
cd
$@
;
./autogen.sh
)
patch
-p
0 < Patches/gettext-macosx.patch
endif
endif
.intl
:
gettext .iconv
.intl
:
gettext .iconv
...
...
extras/contrib/src/Patches/gettext-MacOSX.patch
0 → 100644
View file @
977378fa
diff -ruN gettext/gettext-runtime/libasprintf/Makefile.am gettext.old/gettext-runtime/libasprintf/Makefile.am
--- gettext/gettext-runtime/libasprintf/Makefile.am 2006-10-20 13:49:02.000000000 +0200
+++ gettext.old/gettext-runtime/libasprintf/Makefile.am 2006-11-03 01:30:44.000000000 +0100
@@ -98,7 +98,7 @@
# make autosprintf.pdf
all-local: html-local
-install-data-local: install-html
+install-data-local:
installdirs-local: installdirs-html
uninstall-local: uninstall-html
diff -ruN gettext/gettext-runtime/libasprintf/Makefile.in gettext.old/gettext-runtime/libasprintf/Makefile.in
--- gettext/gettext-runtime/libasprintf/Makefile.in 2006-11-03 01:56:38.000000000 +0100
+++ gettext.old/gettext-runtime/libasprintf/Makefile.in 2006-11-03 01:35:12.000000000 +0100
@@ -881,7 +881,7 @@
# make autosprintf.pdf
all-local: html-local
-install-data-local: install-html
+install-data-local:
installdirs-local: installdirs-html
uninstall-local: uninstall-html
# autosprintf.dvi and autosprintf.ps are already known to automake.
diff -ruN gettext/gettext-runtime/man/Makefile.in gettext.old/gettext-runtime/man/Makefile.in
--- gettext/gettext-runtime/man/Makefile.in 2006-11-03 01:56:28.000000000 +0100
+++ gettext.old/gettext-runtime/man/Makefile.in 2006-11-03 02:15:57.000000000 +0100
@@ -695,6 +695,8 @@
$(MAN2HTML) $(srcdir)/bind_textdomain_codeset.3.in | sed -e '/CreationDate:/d' > t-$@
mv t-$@ $@
+install-html: install-html-local
+
install-html-local:
$(mkdir_p) $(DESTDIR)$(htmldir)
for file in $(man_HTML); do \
diff -ruN gettext/gettext-tools/man/Makefile.in gettext.old/gettext-tools/man/Makefile.in
--- gettext/gettext-tools/man/Makefile.in 2006-11-03 01:57:09.000000000 +0100
+++ gettext.old/gettext-tools/man/Makefile.in 2006-11-03 01:52:46.000000000 +0100
@@ -802,6 +802,8 @@
$(MAN2HTML) `if test -f autopoint.1; then echo .; else echo $(srcdir); fi`/autopoint.1 | sed -e '/CreationDate:/d' > t-$@
mv t-$@ $@
+install-html: install-html-local
+
install-html-local:
$(mkdir_p) $(DESTDIR)$(htmldir)
for file in $(man_HTML); do \
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment