gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r9587: update c-intro-and-ref to 0.0


From: Carl Hansen
Subject: [Gsrc-commit] trunk r9587: update c-intro-and-ref to 0.0
Date: Sun, 15 Oct 2023 19:03:44 -0400 (EDT)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 9587
revision-id: carlhansen@gnu.org-20231015230336-yo3zjpr7k1vy8jee
parent: carlhansen@gnu.org-20231015044648-w1eoew0l3bu93b7x
committer: carlhansen@gnu.org
branch nick: trunk
timestamp: Sun 2023-10-15 16:03:36 -0700
message:
  update c-intro-and-ref to 0.0
renamed:
  pkg/gnu/c.intro.and.ref/ => pkg/gnu/c-intro-and-ref/ 
cintroandref-20220928055125-hxu5tb2hsrps4aor-1
modified:
  pkg/gnu/c-intro-and-ref/Makefile makefile-20220928055125-hxu5tb2hsrps4aor-3
  pkg/gnu/c-intro-and-ref/sha256sums 
sha256sums-20220928223327-ud3kuaj3oyatzcw2-1
=== renamed directory 'pkg/gnu/c.intro.and.ref' => 'pkg/gnu/c-intro-and-ref'
=== modified file 'pkg/gnu/c-intro-and-ref/Makefile'
--- a/pkg/gnu/c.intro.and.ref/Makefile  2023-09-24 06:29:17 +0000
+++ b/pkg/gnu/c-intro-and-ref/Makefile  2023-10-15 23:03:36 +0000
@@ -19,88 +19,57 @@
 # 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
-GARVERSION = 2023.09
+GARNAME = c-intro-and-ref
+GARVERSION = 0.0
+#GARVERSION = 2023.10.09
 HOME_URL = http://www.gnu.org/software/
-DESCRIPTION = Intro and Reference for the  GNU C programming language
+DESCRIPTION = Intro and Reference for the GNU C programming language
 define BLURB
-Intro and Reference for the  GNU C programming language, as of 2022.
+Intro and Reference for the  GNU C programming language, as of 2023.
 Tutorial. Not the same document as "GNU C reference manual"
 endef
 
-#HINT might have to "make" twice, weird error messages, bogus
+
+# HINT: if you want html, edit the enclosed Makefile
 ######################################################################
-#    git clone https://git.savannah.gnu.org/git/c.intro.and.ref.git
-MASTER_SITES = https://git.savannah.gnu.org
-MASTER_SUBDIR = git
 
-GIT_PATH = $(MASTER_SITES)/$(MASTER_SUBDIR)/c-intro-and-ref.git
-GIT_REVISION =
+MASTER_SITES = $(MASTER_GNU)
+MASTER_SUBDIR = $(GARNAME)/
+DISTFILES = $(DISTNAME).tar.gz
+SIGFILES = $(DISTNAME).tar.gz.sig
 
 BUILDDEPS = texinfo
 LIBDEPS =
 
-CONFIGURE_SCRIPTS = 
-#BUILD_SCRIPTS = readable
 INSTALL_SCRIPTS = theinfo
-INFO_FILES = c.intro.and.ref.info c.info
-
-WORKSRC = $(DOWNLOADDIRGIT)/$(GARNAME)
-WORKOBJ = $(WORKSRC)
 
 ######################################################################
 
 include ../../../gar/gar.lib/autotools.mk
-#include ../../../gar/gar.lib/info.mk
+include ../../../gar/gar.lib/info.mk
 include config.mk
 
-.PHONY: install-theinfo  build-readable
-
-INSTALLABLES = c.intro.and.ref.info c.intro.and.ref.info-1 \
-     c.intro.and.ref.info-2 c.intro.and.ref.info-3 \
-     c.info c.info-1 c.info-2 c.info-3 c.intro.and.ref.pdf
-
-#     c.intro.and.ref.doc c.intro.and.ref.html c.intro.and.ref.txt \
-
-$(INSTALLABLES): post-build
-
-fetch: fetch-git
-
-pre-configure: fetch-git
-#      cd $(WORKSRC) && autoreconf -vif
-
-# c.doc  c.dvi c.txt c.pdf some bug
-#skipping    cd $(WORKSRC)  && $(MAKE) -f Makefile    c.dvi
-#skipping   not working for me cd $(WORKSRC)  && $(MAKE) -f Makefile    c.pdf
+.PHONY: post-build install-theinfo
+
 
 post-build: build   
-       cd $(WORKSRC)  && $(MAKE) -f Makefile     c.info     c.pdf
-       cd $(WORKSRC)  &&   cp  c.info   c.intro.and.ref.info
-       cd $(WORKSRC)  &&   cp  c.info-1   c.intro.and.ref.info-1
-       cd $(WORKSRC)  &&   cp  c.info-2   c.intro.and.ref.info-2
-       cd $(WORKSRC)  &&   cp  c.info-3   c.intro.and.ref.info-3
-       cd $(WORKSRC)  &&   cp  c.pdf    c.intro.and.ref.pdf
+       cd $(WORKSRC)  &&   cp  c.info   c-intro-and-ref.info
+       cd $(WORKSRC)  &&   cp  c.info-1   c-intro-and-ref.info-1
+       cd $(WORKSRC)  &&   cp  c.info-2   c-intro-and-ref.info-2
+       cd $(WORKSRC)  &&   cp  c.info-3   c-intro-and-ref.info-3
+       cd $(WORKSRC)  &&   cp  c.pdf    c-intro-and-ref.pdf
 
-#cd $(WORKSRC)  &&   cp -a  c.html   c.intro.and.ref.html
+#cd $(WORKSRC)  &&   cp -a  c.html   c-intro-and-ref.html
 
 install-theinfo:  $(INSTALLABLES)
-       $(INSTALL_INFO)    $(WORKSRC)/c.intro.and.ref.info
-       $(INSTALL_INFO)    $(WORKSRC)/c.intro.and.ref.info-1
-       $(INSTALL_INFO)    $(WORKSRC)/c.intro.and.ref.info-2
-       $(INSTALL_INFO)    $(WORKSRC)/c.intro.and.ref.info-3
-       $(INSTALL_DOCS)    $(WORKSRC)/c.intro.and.ref.pdf
+       $(INSTALL_INFO)    $(WORKSRC)/c-intro-and-ref.info
+       $(INSTALL_INFO)    $(WORKSRC)/c-intro-and-ref.info-1
+       $(INSTALL_INFO)    $(WORKSRC)/c-intro-and-ref.info-2
+       $(INSTALL_INFO)    $(WORKSRC)/c-intro-and-ref.info-3
+       $(INSTALL_DOCS)    $(WORKSRC)/c-intro-and-ref.pdf
+       $(INSTALL_DOCS)    $(WORKSRC)/c.pdf
        $(INSTALL_INFO)    $(WORKSRC)/c.info
        $(INSTALL_INFO)    $(WORKSRC)/c.info-1
        $(INSTALL_INFO)    $(WORKSRC)/c.info-2
        $(INSTALL_INFO)    $(WORKSRC)/c.info-3
-       $(MAKECOOKIE)
-
-
-#$(INSTALL_DOCS)    $(WORKSRC)/c.intro.and.ref.html
-#      $(INSTALL_DOCS)    $(WORKSRC)/c.html
-#$(INSTALL_DOCS)    $(WORKSRC)/c.intro.and.ref.doc
-#      $(INSTALL_DOCS)    $(WORKSRC)/c.txt
-#      $(INSTALL_DOCS)    $(WORKSRC)/c.doc
-#      $(INSTALL_DOCS)    $(WORKSRC)/c.intro.and.ref.txt
-
 

=== modified file 'pkg/gnu/c-intro-and-ref/sha256sums'
--- a/pkg/gnu/c.intro.and.ref/sha256sums        2022-09-29 05:36:57 +0000
+++ b/pkg/gnu/c-intro-and-ref/sha256sums        2023-10-15 23:03:36 +0000
@@ -0,0 +1,2 @@
+d5fa39fd1433e2c4c0ea5638c0162ebee6ec00ffed628621237b10025171eb4a  
download/c-intro-and-ref-0.0.tar.gz
+00456a504e73973da1c722bc086d6e04bf0d5537e5ef74d98ddc10726c8c5fe2  
download/c-intro-and-ref-0.0.tar.gz.sig


reply via email to

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