gsrc-commit
[Top][All Lists]
Advanced

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

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


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

------------------------------------------------------------
revno: 8613
revision-id: carlhansen@gnu.org-20220929203509-25fnns8aub5l2ndo
parent: carlhansen@gnu.org-20220929063013-k83lk0s1vx4rvklw
committer: Carl Hansen <carlhansen@gnu.org>
branch nick: trunk
timestamp: Thu 2022-09-29 13:35:09 -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 06:30:13 +0000
+++ b/pkg/gnu/c-intro-and-ref/Makefile  2022-09-29 20:35:09 +0000
@@ -58,7 +58,8 @@
 .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-intro-and-ref.doc c-intro-and-ref.html c-intro-and-ref.txt 
c-intro-and-ref.pdf
+c-intro-and-ref.doc c-intro-and-ref.html c-intro-and-ref.txt 
+# c-intro-and-ref.pdf
 
 $(INSTALLABLES): build-readable  
 
@@ -66,30 +67,30 @@
 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
+       #skipping   not working for me 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
        #skipping cd $(WORKSRC)  &&   cp  c.dvi    c-intro-and-ref.dvi 
-       cd $(WORKSRC)  &&   cp  c.pdf    c-intro-and-ref.pdf
+       # skipping cd $(WORKSRC)  &&   cp  c.pdf    c-intro-and-ref.pdf
        #$(MAKECOOKIE)
 
 
 
 
 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
-       $(INSTALL_DOCS)    $(WORKSRC)/c-intro-and-ref.doc
+       $(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
+       $(INSTALL_DOCS)    $(WORKSRC)/c.intro.and.ref.doc
        $(MAKECOOKIE)
 
 


reply via email to

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