Partially revert 2be997f63d.

This commit is contained in:
Ineiev 2023-07-30 09:19:05 +00:00
parent 9b3f44ce39
commit 56405a6bb8
4 changed files with 1 additions and 18 deletions

View File

@ -15,5 +15,4 @@ Nelson Beebe (assigned to the FSF)
Original authors.
Ineiev
Add AUTHORS, THANKS, NEWS, README, ChangeLog, configure.ac,
Makefile.am.
Add AUTHORS, THANKS, NEWS, README, ChangeLog.

View File

@ -1,2 +0,0 @@
info_TEXINFOS = c.texi
c_TEXINFOS = cpp.texi fp.texi fdl.texi

2
README
View File

@ -1,8 +1,6 @@
This is a distribution of GNU C Intro and Reference. For the release
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>.
Copyright (C) 2022, 2023 Free Software Foundation, Inc.

View File

@ -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