gsrc-commit
[Top][All Lists]
Advanced

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

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


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

------------------------------------------------------------
revno: 8611
revision-id: carlhansen@gnu.org-20220929061840-1emge39wevlfxr9h
parent: carlhansen@gnu.org-20220929053949-iwot0bm3lu0uz70b
committer: Carl Hansen <carlhansen@gnu.org>
branch nick: trunk
timestamp: Wed 2022-09-28 23:18:40 -0700
message:
  update c-intro-and-ref to 2022.09
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-29 05:39:49 +0000
+++ b/pkg/gnu/c-intro-and-ref/Makefile  2022-09-29 06:18:40 +0000
@@ -34,6 +34,8 @@
 MASTER_SITES = https://git.savannah.gnu.org
 MASTER_SUBDIR = git
 
+GIT_PATH = $(MASTER_SITES)/$(MASTER_SUBDIR)/$(GARNAME).git
+
 BUILDDEPS = texinfo
 LIBDEPS =
 
@@ -45,7 +47,6 @@
 WORKSRC = $(DOWNLOADDIRGIT)/$(GARNAME)
 WORKOBJ = $(WORKSRC)
 
-GIT_PATH = $(MASTER_SITES)/$(MASTER_SUBDIR)/$(GARNAME).git
 #NOCHECKSUM = $(DISTFILES)
 ######################################################################
 
@@ -55,12 +56,20 @@
 
 .PHONY: install-theinfo  build-readable
 
-#   c.dvi c.pdf
+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-intro-and-ref.doc c-intro-and-ref.html c-intro-and-ref.txt 
c-intro-and-ref.pdf
+
+$(INSTALLABLES): build-readable  
+
+#   c.dvi c.pdf some bug
 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
+       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.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
@@ -68,12 +77,14 @@
        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-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.txt
        $(INSTALL_DOCS)    $(WORKSRC)/c-intro-and-ref.pdf
        $(INSTALL_DOCS)    $(WORKSRC)/c-intro-and-ref.html


reply via email to

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