diff --git a/Makefile b/Makefile index 8fb2a96b3b..15dee41bd8 100644 --- a/Makefile +++ b/Makefile @@ -125,8 +125,10 @@ download2.html: _download2.html $(MAINPARTS) $(RELEASE) dl/files.html dl/files.html: dl/data/databas.db cd dl; make -changes.html: _changes.html docs/_menu.html $(MAINPARTS) +changes.html: _changes.html docs/_menu.html $(MAINPARTS) splitchange.pl _single-head-template.html _single-foot-template.html changes.t changescss.t $(ACTION) + ./splitchange.pl + cd ch && $(MAKE) gethelp.html: _gethelp.html $(MAINPARTS) $(ACTION) @@ -181,3 +183,4 @@ clean: cd rfc && make clean cd dev && make clean cd tiny && make clean + cd ch && make clean diff --git a/_changes.html b/_changes.html index 7f458974c5..316f0f938d 100644 --- a/_changes.html +++ b/_changes.html @@ -2,27 +2,8 @@
+
+ + +#ifdef PREVVERSION +🠰 PREVVERSION +#else +🠰 n/a +#endif + + + + all changes + + + +#ifdef NEXTVERSION +NEXTVERSION 🠲 +#else +pending release +#endif + + + +TITLE(Changes in VERSION - RELEASEDATE) + diff --git a/ch/Makefile b/ch/Makefile new file mode 100644 index 0000000000..1a88ff999a --- /dev/null +++ b/ch/Makefile @@ -0,0 +1,4 @@ +include make.inc + +clean: + rm -f *.gen *.html diff --git a/changes.t b/changes.t new file mode 100644 index 0000000000..1815a586c7 --- /dev/null +++ b/changes.t @@ -0,0 +1,19 @@ +#define CHG