gsrc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gsrc-commit] trunk r8609: update c-intro-and-ref to 2022.09


From: Carl Hansen
Subject: [Gsrc-commit] trunk r8609: update c-intro-and-ref to 2022.09
Date: Thu, 29 Sep 2022 01:37:02 -0400 (EDT)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 8609
revision-id: carlhansen@gnu.org-20220929053657-jf1pjrbjrxmh9bm7
parent: carlhansen@gnu.org-20220928181618-zmy02aghp67bd1w3
committer: Carl Hansen <carlhansen@gnu.org>
branch nick: trunk
timestamp: Wed 2022-09-28 22:36:57 -0700
message:
  update c-intro-and-ref to 2022.09
added:
  pkg/gnu/c-intro-and-ref/sha256sums 
sha256sums-20220928223327-ud3kuaj3oyatzcw2-1
modified:
  pkg/gnu/c-intro-and-ref/Makefile makefile-20220928055125-hxu5tb2hsrps4aor-3
=== modified file 'pkg/gnu/c-intro-and-ref/Makefile'
--- a/pkg/gnu/c-intro-and-ref/Makefile  2022-09-28 05:52:01 +0000
+++ b/pkg/gnu/c-intro-and-ref/Makefile  2022-09-29 05:36:57 +0000
@@ -1,6 +1,7 @@
 # Copyright ©2022 Carl Hansen
 #
-# This file is part of GSRC.
+# This file is part of GSRC, the GNU Source Release Collection.
+# http://www.gnu.org/software/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
@@ -14,6 +15,8 @@
 #
 # You should have received a copy of the GNU General Public License
 # along with GSRC.  If not, see <http://www.gnu.org/licenses/>.
+# 
+# Send bug reports and comments about GSRC problems to bug-gsrc@gnu.org
 
 NAME = The GNU C Intro and Reference 
 GARNAME = c-intro-and-ref
@@ -22,13 +25,13 @@
 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"
+Tutorial. 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/
+MASTER_SITES = https://git.savannah.gnu.org
+MASTER_SUBDIR = git
 
 BUILDDEPS = texinfo
 LIBDEPS =
@@ -36,34 +39,44 @@
 CONFIGURE_SCRIPTS =
 BUILD_SCRIPTS = readable
 INSTALL_SCRIPTS = theinfo
-INFO_FILES = c-intro-and-ref.info c.info
+INFO_FILES = c-intro-and-ref.info 
 
 WORKSRC = $(DOWNLOADDIRGIT)/$(GARNAME)
+WORKOBJ = $(WORKSRC)
 
 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
+.PHONY: install-theinfo  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
+#   c.dvi c.pdf
+build-readable: fetch-git  
+       cd $(WORKSRC)  && $(MAKE) -f Makefile     c.info   c.doc c.html c.txt 
+       #skipping    cd $(WORKSRC)  && $(MAKE) -f Makefile    c.dvi
+       cd $(WORKSRC)  && $(MAKE) -f Makefile    c.pdf
        cd $(WORKSRC)  &&   cp  c.info   c-intro-and-ref.info
-       $(MAKECOOKIE)
-
-
-#install info doc
-
-
-install-theinfo:  build-readable
-       $(INSTALL_INFO)    $(WORKSRC)/c.info
+       cd $(WORKSRC)  &&   cp  c.doc    c-intro-and-ref.doc 
+       cd $(WORKSRC)  &&   cp  c.html   c-intro-and-ref.html
+       cd $(WORKSRC)  &&   cp  c.txt    c-intro-and-ref.txt
+       #skipping cd $(WORKSRC)  &&   cp  c.dvi    c-intro-and-ref.dvi 
+       cd $(WORKSRC)  &&   cp  c.pdf    c-intro-and-ref.pdf
+       #$(MAKECOOKIE)
+
+c-intro-and-ref.info c-intro-and-ref.doc c-intro-and-ref.html 
c-intro-and-ref.txt c-intro-and-ref.pdf: build-readable
+
+
+
+install-theinfo:  c-intro-and-ref.info c-intro-and-ref.doc 
c-intro-and-ref.html c-intro-and-ref.txt c-intro-and-ref.pdf
+       $(INSTALL_INFO)    $(WORKSRC)/c-intro-and-ref.info
+       $(INSTALL_DOCS)    $(WORKSRC)/c-intro-and-ref.txt
+       $(INSTALL_DOCS)    $(WORKSRC)/c-intro-and-ref.pdf
+       $(INSTALL_DOCS)    $(WORKSRC)/c-intro-and-ref.html
+       $(INSTALL_DOCS)    $(WORKSRC)/c-intro-and-ref.doc
        $(MAKECOOKIE)
 
 

=== added file 'pkg/gnu/c-intro-and-ref/sha256sums'

reply via email to

[Prev in Thread] Current Thread [Next in Thread]