Skip to content

Commit 16b7421

Browse files
committed
Fix clean files in docu build
1 parent b28ce1d commit 16b7421

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/api/Makefile.am

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,9 @@
3333
MAINTAINERCLEANFILES = Makefile.in stamp-vti
3434

3535
CLEANFILES = *.html *.pdf *.ma *.mas \
36-
*.png *.eps fix_png \
37-
doxygen.config doxygen-pdf.config
36+
malloc-std.png malloc-x1.png malloc-x2.png \
37+
*.eps fix_png \
38+
doxygen.config main_page.dox doxygen-pdf.config
3839

3940
EXTRA_DIST = dox.css dox_html_header dox_html_footer \
4041
doxygen.config.in \

0 commit comments

Comments
 (0)