[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gsrc-commit] trunk r8607: update c-intro-and-ref to 2022.09
From: |
Carl Hansen |
Subject: |
[Gsrc-commit] trunk r8607: update c-intro-and-ref to 2022.09 |
Date: |
Wed, 28 Sep 2022 01:52:08 -0400 (EDT) |
User-agent: |
Bazaar (2.7.0dev1) |
------------------------------------------------------------
revno: 8607
revision-id: carlhansen1234@gmail.com-20220928055201-wrhdwmgqd72sz571
parent: carlhansen@gnu.org-20220928040300-79mtmargwd3ru9c7
committer: carlhansen1234@gmail.com
branch nick: trunk
timestamp: Tue 2022-09-27 22:52:01 -0700
message:
update c-intro-and-ref to 2022.09
added:
pkg/gnu/c-intro-and-ref/ cintroandref-20220928055125-hxu5tb2hsrps4aor-1
pkg/gnu/c-intro-and-ref/Makefile makefile-20220928055125-hxu5tb2hsrps4aor-3
pkg/gnu/c-intro-and-ref/config.mk config.mk-20220928055125-hxu5tb2hsrps4aor-2
=== added directory 'pkg/gnu/c-intro-and-ref'
=== added file 'pkg/gnu/c-intro-and-ref/Makefile'
--- a/pkg/gnu/c-intro-and-ref/Makefile 1970-01-01 00:00:00 +0000
+++ b/pkg/gnu/c-intro-and-ref/Makefile 2022-09-28 05:52:01 +0000
@@ -0,0 +1,69 @@
+# Copyright ©2022 Carl Hansen
+#
+# This file is part of GSRC.
+#
+# GSRC is free software: you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# GSRC is distributed in the hope that it will be useful, but WITHOUT
+# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+# or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
+# License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with GSRC. If not, see <http://www.gnu.org/licenses/>.
+
+NAME = The GNU C Intro and Reference
+GARNAME = c-intro-and-ref
+GARVERSION = 2022.09
+HOME_URL = http://www.gnu.org/software/
+DESCRIPTION = Intro and Reference for the GNU C programming language
+define BLURB
+Intro and Reference for the GNU C programming language, as of 2022-09
+Not the same document as "GNU C reference manual"
+endef
+
+######################################################################
+# git clone https://git.savannah.gnu.org/git/c-intro-and-ref.git
+MASTER_SITES = https://git.savannah.gnu.org/
+MASTER_SUBDIR = git/
+
+BUILDDEPS = texinfo
+LIBDEPS =
+
+CONFIGURE_SCRIPTS =
+BUILD_SCRIPTS = readable
+INSTALL_SCRIPTS = theinfo
+INFO_FILES = c-intro-and-ref.info c.info
+
+WORKSRC = $(DOWNLOADDIRGIT)/$(GARNAME)
+
+GIT_PATH = $(MASTER_SITES)/$(MASTER_SUBDIR)/$(GARNAME).git
+#NOCHECKSUM = $(DISTFILES)
+WORKOBJ = $(WORKSRC)
+######################################################################
+
+include ../../../gar/gar.lib/auto.mk
+include ../../../gar/gar.lib/info.mk
+include config.mk
+
+.PHONY: install-theinfo pre-build build-readable
+
+# c not c.info, kludge
+build-readable: fetch-git
+ cd $(WORKSRC) && $(MAKE) -B c.info c.pdf c.dvi c.doc c.html c.txt
+ cd $(WORKSRC) && if [ -e c ]; then cp c c.info fi
+ cd $(WORKSRC) && cp c.info c-intro-and-ref.info
+ $(MAKECOOKIE)
+
+
+#install info doc
+
+
+install-theinfo: build-readable
+ $(INSTALL_INFO) $(WORKSRC)/c.info
+ $(MAKECOOKIE)
+
+
=== added file 'pkg/gnu/c-intro-and-ref/config.mk'
--- a/pkg/gnu/c-intro-and-ref/config.mk 1970-01-01 00:00:00 +0000
+++ b/pkg/gnu/c-intro-and-ref/config.mk 2022-09-28 05:52:01 +0000
@@ -0,0 +1,4 @@
+## Configuration options for gnu-c-manual ##
+
+CONFIGURE_OPTS ?=
+BUILD_OPTS ?=
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Gsrc-commit] trunk r8607: update c-intro-and-ref to 2022.09,
Carl Hansen <=