Skip to content
Snippets Groups Projects
Commit 85573f32 authored by Thomas Jahns's avatar Thomas Jahns :cartwheel:
Browse files

doc: Use Makefile variable for doxygen invocation.

parent f24ef56a
No related branches found
No related tags found
No related merge requests found
#
# doc/Makefile --- Makefile for yaxt
#
......@@ -42,12 +41,20 @@
# NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
DOXYGEN = doxygen
html/index.html: ../configure.ac Doxyfile.in
cd .. && ./scripts/generate_doc.pl configure.ac \
doc/Doxyfile.in doc/Doxyfile && \
doxygen doc/Doxyfile
$(DOXYGEN) doc/Doxyfile
clean:
rm -rf html/
#
# Local Variables:
# coding: utf-8
# show-trailing-whitespace: t
# End:
#
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