We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aefba6d commit bb580c2Copy full SHA for bb580c2
1 file changed
documentation/doxygen/Makefile
@@ -83,7 +83,7 @@ doxygen: filter pyzdoc htmlfooter
83
doxygen
84
bash ./CleanNamespaces.sh
85
gzip $(DOXYGEN_IMAGE_PATH)/ROOT.tag
86
- gzip $(DOXYGEN_IMAGE_PATH)/ROOT.qch
+ gzip $(DOXYGEN_IMAGE_PATH)/ROOT.qch || find $(DOXYGEN_OUTPUT_DIRECTORY) -name "*.qch"
87
rm -rf files c1* *.ps *.eps *.png *.jpg *.tex *.svg *.pdf *.root *.xpm *.out *.dat *.dtd *.dot *.txt *.csv *.log *.rs
88
rm -rf listofclass.sh tmva* data* result* config* test* Roo* My* Freq*
89
rm -f Doxyfile_INPUT filter htmlfooter.html MDF.C pca.C
0 commit comments