]> git.uio.no Git - u/mrichter/AliRoot.git/blame_incremental - html/.rootrc
Rearrangement of the doc
[u/mrichter/AliRoot.git] / html / .rootrc
... / ...
CommitLineData
1# Path used by dynamic loader to find shared libraries and macros
2# Paths are different for Unix and Windows. The example shows the defaults
3# for all ROOT applications for either Unix or Windows.
4Unix.*.Root.DynamicPath: .:$(ROOTSYS)/lib
5Unix.*.Root.MacroPath: .:$(ROOTSYS)/macros:$(ALICE_ROOT)/macros
6WinNT.*.Root.DynamicPath: ./;$(ROOTSYS);$(ROOTSYS)/bin;$(PATH)
7WinNT.*.Root.MacroPath: ./;$(ROOTSYS)/macros
8
9
10# THtml specific settings.
11Root.Html.OutputDir: roothtml
12Unix.*.Root.Html.SourceDir: ../ALIROOT/:../CASTOR/:../EVGEN/:../FMD/:../ITS/:../MUON/:../PDF/:../PHOS/:../PMD/:../RICH/:../STEER/:../STRUCT/:../TGeant3/:../TOF/:../TPC/:../TRD/:../ZDC/:../CPV:../START
13#WinNT.*.Root.Html.SourceDir: ./
14#Root.Html.Author: //*-- Author :
15#Root.Html.Author: Fons Rademakers
16#Root.Html.Copyright: * Copyright
17#Root.Html.LastUpdate: //*CMZ :
18#Root.Html.Description: //____________________
19Root.Html.Root: http://root.cern.ch/root/html
20#Root.Html.SearchEngine: ../Search.phtml
21
22# Rint (interactive ROOT executable) specific alias, logon and logoff macros
23Rint.Load: rootalias.C
24Rint.Logon: rootlogon.C
25Rint.Logoff: rootlogoff.C
26Rint.History: $(HOME)/.root_hist
27
28