odk/docs/idl/wikilinks.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 48e277ad1d3fc0a8f7cb3e3cf356e15f6102a17f
Author:     Stephan Bergmann <sberg...@redhat.com>
AuthorDate: Tue Apr 12 14:09:20 2022 +0200
Commit:     Stephan Bergmann <sberg...@redhat.com>
CommitDate: Tue Apr 12 16:45:24 2022 +0200

    Fix unoidl-read invocation
    
    ...that had inadvertently been missing from
    bb64cd2884beb03a2d578ada10abdb3e0df22778 "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 <sberg...@redhat.com>

diff --git a/odk/docs/idl/wikilinks.py b/odk/docs/idl/wikilinks.py
index 732c0e672c3a..742d874eafa7 100644
--- a/odk/docs/idl/wikilinks.py
+++ b/odk/docs/idl/wikilinks.py
@@ -15,7 +15,7 @@
 # Usage:
 #
 # 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:
 # python wikilinks.py < idl_chapter_refs.txt > generated_idl_chapter_refs.idl

Reply via email to