34 lines
894 B
Plaintext
34 lines
894 B
Plaintext
GNU C Intro and Reference - ChangeLog
|
|
|
|
2023-10-09 Ineiev <ineiev@gnu.org>
|
|
|
|
Release 0.0.
|
|
|
|
* configure.ac: Set release to 0.0.
|
|
* c.texi: Cite release number.
|
|
* version.texi (EDITION, VERSION): Use VERSION instead of EDITION;
|
|
set to 0.0-git.
|
|
* NEWS: Update.
|
|
|
|
2023-09-25 Ineiev <ineiev@gnu.org>
|
|
|
|
Add Autotools system in parallel with Makefile.
|
|
|
|
* Makefile.am:
|
|
* version.texi:
|
|
* configure.ac: New files.
|
|
* c.texi: Include version.texi.
|
|
* Makefile: Add copyright and license notices,
|
|
gather common dependencies in $(SOURCES), use $< and $@ in rules.
|
|
|
|
|
|
-----
|
|
|
|
Copyright (C) 2022, 2023 Free Software Foundation, Inc.
|
|
Copyright (C) 2022, 2023 Richard Stallman
|
|
|
|
Copying and distribution of this file, with or without modification,
|
|
are permitted in any medium without royalty provided the copyright
|
|
notice and this notice are preserved. This file is offered as-is,
|
|
without any warranty.
|