Skip to content

Commit

Permalink
Remove latex and html folders in doc/clean-local to make distclean pass.
Browse files Browse the repository at this point in the history
  • Loading branch information
joudinet committed Jul 26, 2013
1 parent dee8e8e commit 846146e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions doc/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
if HAVE_DOXYGEN
directory = $(top_srcdir)/doc/man/man3/
# directory = $(top_srcdir)/doc/man/man3/

dist_man_MANS = $(directory)/man_page_1.3 $(directory)/man_page_2.3
$(directory)/man_page_1.3: doxyfile.stamp
$(directory)/man_page_2.3: doxyfile.stamp
# dist_man_MANS = $(directory)/man_page_1.3 $(directory)/man_page_2.3
# $(directory)/man_page_1.3: doxyfile.stamp
# $(directory)/man_page_2.3: doxyfile.stamp

doxyfile.stamp:
$(DOXYGEN) Doxyfile
Expand All @@ -13,6 +13,6 @@ CLEANFILES = doxyfile.stamp

all-local: doxyfile.stamp
clean-local:
rm -rf $(top_srcdir)/doc/man
rm -rf latex html
rm -f doxyfile.stamp
endif

0 comments on commit 846146e

Please sign in to comment.