mirror of https://github.com/Cisco-Talos/clamav
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
397 B
14 lines
397 B
DOCS = annotated.html classes.html dir_*.html doxygen.* dynsections.js \
|
|
files.html functions*.html globals*.html graph_legend.html index.html \
|
|
jquery.js mspack*.html search struct*.html tab* *.map *.md5 *.png
|
|
|
|
all: index.html
|
|
|
|
clean:
|
|
-rm -rf $(DOCS) installdox
|
|
|
|
index.html: @top_srcdir@/mspack/mspack.h Doxyfile
|
|
doxygen
|
|
|
|
mspack_docs.zip: index.html
|
|
zip -9r $@ $(DOCS) szdd_kwaj_format.html
|
|
|