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
_______________________________________________
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help : https://help.launchpad.net/ListHelp