Skip to content
Snippets Groups Projects
Commit 135f8ea8 authored by Kipp Cannon's avatar Kipp Cannon
Browse files

doxygen: fix extra files after distclean

parent e064aa70
No related branches found
No related tags found
No related merge requests found
if COND_DOXYGEN
all-local: doxyfile.stamp
all-local : doxyfile.stamp
doxyfile.stamp:
doxyfile.stamp :
$(DOXYGEN) Doxyfile
echo Timestamp > doxyfile.stamp
......@@ -11,11 +11,11 @@ html/% html/search/% : doxyfile.stamp
# Will uninstall work??
nobase_pkgdoc_DATA = $(wildcard html/*.*) $(wildcard html/search/*.*)
CLEANFILES = doxyfile.stamp
CLEANFILES = doxyfile.stamp gstlalinspiraldoxy.tag
clean-local : clean-local-html clean-local-latex clean-local-man
clean-local-man:
clean-local-man :
rm -rf man
clean-local-html :
......
SUBDIRS = gobject
if COND_DOXYGEN
all-local: doxyfile.stamp
all-local : doxyfile.stamp
doxyfile.stamp:
doxyfile.stamp :
$(DOXYGEN) Doxyfile
echo Timestamp > doxyfile.stamp
......@@ -13,11 +13,11 @@ html/% html/search/% : doxyfile.stamp
# Will uninstall work??
nobase_pkgdoc_DATA = $(wildcard html/*.*) $(wildcard html/search/*.*)
CLEANFILES = doxyfile.stamp
CLEANFILES = doxyfile.stamp gstlaldoxy.tag
clean-local : clean-local-html clean-local-latex clean-local-man
clean-local-man:
clean-local-man :
rm -rf man
clean-local-html :
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment