Fix unoidl-read invocation
...that had inadvertently been missing from
bb64cd2884
"Add unoidl-read to the SDK"
Change-Id: I4003e1dede9c8d6caf036534f4c3d0e59a24da14
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132903
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
# Usage:
|
# Usage:
|
||||||
#
|
#
|
||||||
# In core, generate a file letting us know what kinds of entities to declare:
|
# In core, generate a file letting us know what kinds of entities to declare:
|
||||||
# cat <(make -s cmd cmd='LD_LIBRARY_PATH=$(INSTDIR)/program $(INSTDIR)/sdk/bin/unoidl-read --summary $(INSTDIR)/program/types.rdb') <(make -s cmd cmd='LD_LIBRARY_PATH=$(INSTDIR)/program $(INSTDIR)/sdk/bin/unoidl-read --summary $(INSTDIR)/program/types.rdb $(INSTDIR)/program/types/offapi.rdb') | LC_ALL=C sort | LC_ALL=C uniq > /tmp/kinds
|
# cat <(make -s cmd cmd='$(INSTDIR)/sdk/bin/unoidl-read --summary $(INSTDIR)/program/types.rdb') <(make -s cmd cmd='$(INSTDIR)/sdk/bin/unoidl-read --summary $(INSTDIR)/program/types.rdb $(INSTDIR)/program/types/offapi.rdb') | LC_ALL=C sort | LC_ALL=C uniq > /tmp/kinds
|
||||||
#
|
#
|
||||||
# Run the script while feeding it the chapter references and output the fake IDL:
|
# Run the script while feeding it the chapter references and output the fake IDL:
|
||||||
# python wikilinks.py < idl_chapter_refs.txt > generated_idl_chapter_refs.idl
|
# python wikilinks.py < idl_chapter_refs.txt > generated_idl_chapter_refs.idl
|
||||||
|
Reference in New Issue
Block a user