Revert "(dist_data_DATA): New variable. Add c.pdf to distribution."

This reverts commit e8e330ac1a.
This commit is contained in:
Ineiev 2023-07-30 09:03:15 +00:00
parent cccbcdd34e
commit 34a948125a
3 changed files with 3 additions and 7 deletions

View File

@ -1,9 +1,5 @@
GNU C Intro and Reference - ChangeLog
2023-07-25 Ineiev <ineiev@gnu.org>
* Makefile.am (dist_data_DATA): New variable. Add c.pdf to distribution.
* configure.ac: Bump version to 0.0-rc2.
-----

View File

@ -1,3 +1,2 @@
info_TEXINFOS = c.texi
c_TEXINFOS = cpp.texi fp.texi fdl.texi gpl.texi
dist_data_DATA = c.pdf

View File

@ -1,8 +1,9 @@
# 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-rc2], [c-manual@gnu.org],
[c-intro-and_ref], [https://www.gnu.org/software/c-intro-and-ref/])
AC_INIT([GNU C Intro And Reference], [0.0-rc1], [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])