annotate examples/module.mk @ 31198:863730dd0f83 stable

nextpow2: Fix for input between 0.5 and 1 (bug #62947). * scripts/general/nextpow2.m: Switch to a naïve implementation using log2 with a single output argument and ceil.
author Markus Mützel <markus.muetzel@gmx.de>
date Wed, 24 Aug 2022 17:15:34 +0200
parents c2c528319260
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
23495
8308417aff1c use automake %reldir% feature
John W. Eaton <jwe@octave.org>
parents: 23409
diff changeset
1 %canon_reldir%_EXTRA_DIST =
20366
9b44691a3520 provide per-directory clean targets
John W. Eaton <jwe@octave.org>
parents: 20342
diff changeset
2
28403
2aa43d1c8c0d use separate module.mk files for examples/code and examples/data directories
John W. Eaton <jwe@octave.org>
parents: 24360
diff changeset
3 include %reldir%/code/module.mk
2aa43d1c8c0d use separate module.mk files for examples/code and examples/data directories
John W. Eaton <jwe@octave.org>
parents: 24360
diff changeset
4 include %reldir%/data/module.mk
20307
c3c1fb44f9b5 eliminate recursive make invocations in doc directory tree
John W. Eaton <jwe@octave.org>
parents: 20293
diff changeset
5
23495
8308417aff1c use automake %reldir% feature
John W. Eaton <jwe@octave.org>
parents: 23409
diff changeset
6 %canon_reldir%_EXTRA_DIST += \
28403
2aa43d1c8c0d use separate module.mk files for examples/code and examples/data directories
John W. Eaton <jwe@octave.org>
parents: 24360
diff changeset
7 %reldir%/code/COPYING
20366
9b44691a3520 provide per-directory clean targets
John W. Eaton <jwe@octave.org>
parents: 20342
diff changeset
8
23495
8308417aff1c use automake %reldir% feature
John W. Eaton <jwe@octave.org>
parents: 23409
diff changeset
9 EXTRA_DIST += $(%canon_reldir%_EXTRA_DIST)