Mercurial > hg > MonetDB-extend
view Makefile @ 44:44031912920c
Recurse when making the documentation.
author | Sjoerd Mullender <sjoerd@acm.org> |
---|---|
date | Thu, 10 Jun 2021 16:27:54 +0200 (2021-06-10) |
parents | da896864dbbd |
children | 68263b10998e |
line wrap: on
line source
# This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # # Copyright 2013-2021 MonetDB B.V. all: doc: README.html README.pdf for d in reverse regexp gmean; do make -C $$d; done README.html: README.rst rst2html -d README.rst > README.html README.pdf: README.rst rst2pdf README.rst clean: rm -f README.html README.pdf