Partially revert 2be997f63d
.
This commit is contained in:
parent
9b3f44ce39
commit
56405a6bb8
3
AUTHORS
3
AUTHORS
|
@ -15,5 +15,4 @@ Nelson Beebe (assigned to the FSF)
|
||||||
Original authors.
|
Original authors.
|
||||||
|
|
||||||
Ineiev
|
Ineiev
|
||||||
Add AUTHORS, THANKS, NEWS, README, ChangeLog, configure.ac,
|
Add AUTHORS, THANKS, NEWS, README, ChangeLog.
|
||||||
Makefile.am.
|
|
||||||
|
|
|
@ -1,2 +0,0 @@
|
||||||
info_TEXINFOS = c.texi
|
|
||||||
c_TEXINFOS = cpp.texi fp.texi fdl.texi
|
|
2
README
2
README
|
@ -1,8 +1,6 @@
|
||||||
This is a distribution of GNU C Intro and Reference. For the release
|
This is a distribution of GNU C Intro and Reference. For the release
|
||||||
number, see NEWS.
|
number, see NEWS.
|
||||||
|
|
||||||
For basic instructions to build and install this manual, see INSTALL.
|
|
||||||
|
|
||||||
Please send bug reports and suggestions to <c-manual@gnu.org>.
|
Please send bug reports and suggestions to <c-manual@gnu.org>.
|
||||||
|
|
||||||
Copyright (C) 2022, 2023 Free Software Foundation, Inc.
|
Copyright (C) 2022, 2023 Free Software Foundation, Inc.
|
||||||
|
|
12
configure.ac
12
configure.ac
|
@ -1,12 +0,0 @@
|
||||||
# Process this file with autoconf to produce a configure script:
|
|
||||||
# autoreconf -vi
|
|
||||||
# Public domain. Originally written by Ineiev, 2023.
|
|
||||||
AC_INIT([GNU C Intro And Reference], [0.0], [c-manual@gnu.org],
|
|
||||||
[c-intro-and_ref], [https://www.gnu.org/software/c-intro-and-ref/]
|
|
||||||
)
|
|
||||||
|
|
||||||
AC_PREREQ([2.65])
|
|
||||||
AC_CONFIG_SRCDIR([c.texi])
|
|
||||||
AM_INIT_AUTOMAKE([1.11])
|
|
||||||
AC_CONFIG_FILES([Makefile])
|
|
||||||
AC_OUTPUT
|
|
Loading…
Reference in New Issue