Skip to content

Commit

Permalink
[skip-ci] restore the full Makefile (root-project#17402)
Browse files Browse the repository at this point in the history
  • Loading branch information
couet authored Jan 10, 2025
1 parent e10a74e commit bdabcaf
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion documentation/doxygen_s3/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ define MkDir
+@[ -d $1 ] || mkdir -p $1
endef

all: filter folders mathjax js images doxygen replaceCollaborationDiagrams
all: filter folders mathjax js images doxygen replaceCollaborationDiagrams notebooks rootWork

filter:
`root-config --cxx` -o filter filter.cxx -std=c++14 -O2
Expand Down Expand Up @@ -63,7 +63,9 @@ doxygen: filter pyzdoc
./makehtmlfooter.sh > htmlfooter.html
./makeinput.sh
doxygen
bash ./CleanNamespaces.sh
gzip $(DOXYGEN_IMAGE_PATH)/ROOT.tag
gzip $(DOXYGEN_IMAGE_PATH)/ROOT.qch
rm -rf files c1* *.ps *.eps *.png *.jpg *.tex *.svg *.pdf *.root *.xpm *.out *.dat *.dtd *.dot *.txt *.csv *.log *.rs
rm -rf listofclass.sh tmva* data* result* config* test* Roo* My* Freq*
rm -f Doxyfile_INPUT filter htmlfooter.html MDF.C pca.C
Expand All @@ -79,6 +81,13 @@ replaceCollaborationDiagrams: doxygen collaborationDiagrams
tutorialWorklist_py: doxygen
tutorialWorklist_root: doxygen

notebooks: tutorialWorklist_py makeNotebooks.sh
cp ../../tutorials/analysis/unfold/*.xml ../../tutorials/analysis/unfold/*.dtd $(DOXYGEN_NOTEBOOK_PATH)/
bash ./makeNotebooks.sh $< -j$(NJOB)
rm -f $(DOXYGEN_NOTEBOOK_PATH)/*.root

rootWork: tutorialWorklist_root
xargs -L 1 -P 12 root < $<

clean:
rm -rf $(DOXYGEN_OUTPUT_DIRECTORY) tutorialWorklist_py tutorialWorklist_root CleanNamespaces.sh

0 comments on commit bdabcaf

Please sign in to comment.