← Back to team overview

kicad-developers team mailing list archive

Help search is not CMakeList var dependend

 

I would like to adjust the path to the conventions in force in used by me PLD Linux distribution. Meanwhile, it is not that easy, because the paths are hard-coded with hard to find way.
In:'~/rpm/BUILD/kicad-sources-BZR.5967-main/INSTALL.txt':
 50:${prefix}/share/doc/kicad/               - Various documentation.
 51:${prefix}/share/doc/kicad/help           - Interactive help.
In:'~/rpm/BUILD/kicad-sources-BZR.5967-main/CMakeLists.txt':
343:    set( KICAD_DOCS share/doc/kicad
Searching for regex:'\.Add\(\s*wxT\(\s*"((share)|(doc)|(kicad))"'...
In:'~/rpm/BUILD/kicad-sources-BZR.5967-main/common/searchhelpfilefullpath.cpp':
 87:    subdirs.Add( wxT( "share" ) );
 88:    subdirs.Add( wxT( "doc" ) );
 89:    subdirs.Add( wxT( "kicad" ) );
 98:    altsubdirs.Add( wxT( "doc" ) );

--
Best Regards,
LordBlick