facf0c92e0
Red Bear OS is a full fork. All sources must be available from git clone with zero network access. Removed gitignore rules that excluded fetched source trees under recipes/*/source/, local/recipes/kde/*/source/, local/recipes/qt/*/source/, and vendor source trees. Build artifacts (target/, build/, source.tar, *.o, *.so) remain excluded. 127291 files added — kernel, relibc, base, bootloader, pkgar, all KDE/Qt frameworks, mesa, wayland, DRM drivers, and every other recipe source.
54 lines
907 B
Plaintext
54 lines
907 B
Plaintext
IFDEF(INCWSLEVEL)(\
|
|
INCWSLEVEL()\
|
|
)(\
|
|
STARTDEF()
|
|
)
|
|
INCLUDEFILE(zmacros.yo)
|
|
|
|
def(startmenu)(0)(DELLINE)
|
|
def(endmenu)(0)(DELLINE)
|
|
def(menu)(1)(DELLINE)
|
|
def(texinode)(4)(DELLINE)
|
|
def(cindex)(1)(DELLINE)
|
|
|
|
def(sect)(1)(
|
|
SECTHEAD
|
|
ARG1
|
|
)
|
|
|
|
def(em)(1)(ARG1)
|
|
def(bf)(1)(ARG1)
|
|
def(tt)(1)(ARG1)
|
|
def(uref)(1)(ARG1)
|
|
def(var)(1)(ARG1)
|
|
def(nofill)(1)(ARG1)
|
|
|
|
def(startitem)(0)(NEXTLINE DELLINE)
|
|
def(enditem)(0)(DELLINE)
|
|
def(item)(2)(
|
|
ARG1+USECHARTABLE(indent2)ARG2 DELLINE +USECHARTABLE(standard))
|
|
|
|
def(startlist)(0)(DELLINE)
|
|
def(endlist)(0)(DELLINE)
|
|
def(list)(1)( ARG1)
|
|
|
|
DEFINECHARTABLE(standard)(
|
|
'\n' = "\n"
|
|
)
|
|
DEFINECHARTABLE(indent2)(
|
|
'\n' = "\n "
|
|
)
|
|
|
|
IFDEF(DECWSLEVEL)(\
|
|
DECWSLEVEL()\
|
|
)(\
|
|
ENDDEF()\
|
|
)\
|
|
------------------------
|
|
META-FAQ for the Z Shell
|
|
------------------------
|
|
|
|
The latest version of this META-FAQ can be found at any of the FTP sites
|
|
listed below.
|
|
INCLUDEFILE(Zsh/metafaq.yo)\
|