Skip to content

Commit

Permalink
TO REVERT: disable CleanNamespaces.sh
Browse files Browse the repository at this point in the history
this executable is only generated when docs for
tutorials are built, but we are currently not
doing that for faster debugging so it fails
  • Loading branch information
jolly-chen committed Apr 25, 2024
1 parent 5c58345 commit 3188c4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/doxygen/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,12 @@ doxygen: filter pyzdoc
./makehtmlfooter.sh > htmlfooter.html
./makeinput.sh
doxygen
bash ./CleanNamespaces.sh
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
rm -f greek.gif hsumanim.gif mathsymb.gif parallelcoordtrans.gif
rm -rf files c1* *.ps *.png *.svg *.pdf *.root *.xpm *.out *.dat *.dtd *.dot *.txt listofclass.sh
# bash ./CleanNamespaces.sh

collaborationDiagrams:
bash ./makeCollaborationDiagrams.sh
Expand Down

0 comments on commit 3188c4c

Please sign in to comment.