mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-19 18:11:31 +00:00
Fix apibuild.py and update/regenerate localizations
* docs/apibuild.py: fix the parser with another Win32 keyword * po/*: updated a couple of translations and regenerated daniel
This commit is contained in:
parent
45062390a6
commit
103ee5d4c2
@ -1,3 +1,8 @@
|
||||
Tue Jan 20 16:35:24 CET 2009 Daniel Veillard <veillard@redhat.com>
|
||||
|
||||
* docs/apibuild.py: fix the parser with another Win32 keyword
|
||||
* po/*: updated a couple of translations and regenerated
|
||||
|
||||
Tue Jan 20 14:50:58 CET 2009 Jim Meyering <meyering@redhat.com>
|
||||
|
||||
fix "make syntax-check" failures
|
||||
|
@ -27,6 +27,9 @@ included_files = {
|
||||
ignored_words = {
|
||||
"ATTRIBUTE_UNUSED": (0, "macro keyword"),
|
||||
"VIR_DEPRECATED": (0, "macro keyword"),
|
||||
"WINAPI": (0, "Windows keyword"),
|
||||
"__declspec": (3, "Windows keyword"),
|
||||
"__stdcall": (0, "Windows keyword"),
|
||||
}
|
||||
|
||||
ignored_functions = {
|
||||
|
@ -20,7 +20,7 @@ index.html: examples.xml examples.xsl $(top_srcdir)/docs/site.xsl
|
||||
install-data-local:
|
||||
$(mkinstalldirs) $(DESTDIR)$(HTML_DIR)
|
||||
-@INSTALL@ -m 0644 $(srcdir)/*.html $(srcdir)/*.c $(srcdir)/*.xml \
|
||||
$(srcdir)/*.xsl $(DESTDIR)$(HTML_DIR)
|
||||
$(srcdir)/*.xsl $(srcdir)/*.res $(DESTDIR)$(HTML_DIR)
|
||||
|
||||
EXTRA_DIST=examples.xsl index.py examples.xml
|
||||
|
||||
|
1604
po/bn_IN.po
1604
po/bn_IN.po
File diff suppressed because it is too large
Load Diff
1599
po/en_GB.po
1599
po/en_GB.po
File diff suppressed because it is too large
Load Diff
1597
po/eu_ES.po
1597
po/eu_ES.po
File diff suppressed because it is too large
Load Diff
1601
po/libvirt.pot
1601
po/libvirt.pot
File diff suppressed because it is too large
Load Diff
1732
po/pt_BR.po
1732
po/pt_BR.po
File diff suppressed because it is too large
Load Diff
1612
po/sr@latin.po
1612
po/sr@latin.po
File diff suppressed because it is too large
Load Diff
1608
po/zh_CN.po
1608
po/zh_CN.po
File diff suppressed because it is too large
Load Diff
1599
po/zh_TW.po
1599
po/zh_TW.po
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user