From 34a948125a4d37222023db622da945f85f7d7495 Mon Sep 17 00:00:00 2001 From: Ineiev Date: Sun, 30 Jul 2023 09:03:15 +0000 Subject: [PATCH] Revert "(dist_data_DATA): New variable. Add c.pdf to distribution." This reverts commit e8e330ac1a8ff2fba3e2fe08e1e55a0306dd2bf1. --- ChangeLog | 4 ---- Makefile.am | 1 - configure.ac | 5 +++-- 3 files changed, 3 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8ba6078..9110837 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,5 @@ GNU C Intro and Reference - ChangeLog -2023-07-25 Ineiev - - * Makefile.am (dist_data_DATA): New variable. Add c.pdf to distribution. - * configure.ac: Bump version to 0.0-rc2. ----- diff --git a/Makefile.am b/Makefile.am index 63d9994..a775271 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,3 +1,2 @@ info_TEXINFOS = c.texi c_TEXINFOS = cpp.texi fp.texi fdl.texi gpl.texi -dist_data_DATA = c.pdf diff --git a/configure.ac b/configure.ac index 61852f8..8896838 100644 --- a/configure.ac +++ b/configure.ac @@ -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])