This commit is contained in:
Ed Hartnett 2011-07-20 23:59:53 +00:00
parent ebd6b34027
commit 9cc97dfe93

View File

@ -209,13 +209,13 @@ if HAVE_DOXYGEN
# $(directory)/man_page_1.3: doxyfile.stamp
# $(directory)/man_page_2.3: doxyfile.stamp
doxyfile.stamp: @NETCDF_DOC_CODE_FILES@
$(DOXYGEN) Doxyfile
echo Timestamp > doxyfile.stamp
# doxyfile.stamp: @NETCDF_DOC_CODE_FILES@
# $(DOXYGEN) Doxyfile
# echo Timestamp > doxyfile.stamp
CLEANFILES = doxyfile.stamp
# CLEANFILES = doxyfile.stamp
all-local: doxyfile.stamp
clean-local:
rm -rf $(top_srcdir)/man4/man
# all-local: doxyfile.stamp
# clean-local:
# rm -rf $(top_srcdir)/man4/man
endif