Skip to content

Commit

Permalink
documentation is now only built by target 'doc'
Browse files Browse the repository at this point in the history
  • Loading branch information
Michel Schanen committed May 2, 2014
1 parent 8e6dfe8 commit ba486d7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 16 deletions.
14 changes: 13 additions & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
SUBDIRS = src doc
SUBDIRS = src

EXTRA_DIST = examples interfaces test doc



doxyfile.stamp:
@echo "Generating documentation using doxygen..."
cd doc ; doxygen Doxyfile.in >& doxygen.log ; echo Timestamp > ../doxyfile.stamp

CLEANFILES = doxyfile.stamp

doc: doxyfile.stamp
clean-local:
rm -rf ./doc/latex
rm -rf ./doc/html
rm -f doxyfile.stamp
15 changes: 0 additions & 15 deletions doc/Makefile.am

This file was deleted.

0 comments on commit ba486d7

Please sign in to comment.