--- nono/doc/Makefile 2026/04/29 17:04:33 1.1.1.2 +++ nono/doc/Makefile 2026/04/29 17:04:57 1.1.1.3 @@ -11,6 +11,7 @@ TARGETS= \ index.html \ changes.html \ + upgrade-0.2.0.html \ all: ${TARGETS} @@ -20,4 +21,7 @@ index.html: index.php common.php ../lib/ changes.html: changes.php common.php php changes.php > $@ +upgrade-0.2.0.html: upgrade-0.2.0.php common.php + php upgrade-0.2.0.php > $@ + .include "../Makefile.rule"