[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gsrc-commit] trunk r9378: update c.intro.and.ref to 2023.07
From: |
Carl Hansen |
Subject: |
[Gsrc-commit] trunk r9378: update c.intro.and.ref to 2023.07 |
Date: |
Sat, 1 Jul 2023 16:42:37 -0400 (EDT) |
User-agent: |
Bazaar (2.7.0dev1) |
------------------------------------------------------------
revno: 9378
revision-id: carlhansen1234@gmail.com-20230701204233-viqjot1l10156g3g
parent: carlhansen1234@gmail.com-20230630235702-9hbda3auhc2mte6k
committer: carlhansen1234@gmail.com
branch nick: trunk
timestamp: Sat 2023-07-01 13:42:33 -0700
message:
update c.intro.and.ref to 2023.07
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-10-24 03:23:28 +0000
+++ b/pkg/gnu/c.intro.and.ref/Makefile 2023-07-01 20:42:33 +0000
@@ -1,4 +1,4 @@
-# Copyright ©2022 Carl Hansen
+# Copyright ©2022-2023 Carl Hansen
#
# This file is part of GSRC, the GNU Source Release Collection.
# http://www.gnu.org/software/gsrc
@@ -20,7 +20,7 @@
NAME = The GNU C Intro and Reference
GARNAME = c.intro.and.ref
-GARVERSION = 2022.10
+GARVERSION = 2023.07
HOME_URL = http://www.gnu.org/software/
DESCRIPTION = Intro and Reference for the GNU C programming language
define BLURB
@@ -40,66 +40,64 @@
BUILDDEPS = texinfo
LIBDEPS =
-CONFIGURE_SCRIPTS =
-BUILD_SCRIPTS = readable
+#BUILD_SCRIPTS = readable
INSTALL_SCRIPTS = theinfo
INFO_FILES = c.intro.and.ref.info c.info
WORKSRC = $(DOWNLOADDIRGIT)/$(GARNAME)
WORKOBJ = $(WORKSRC)
-#NOCHECKSUM = $(DISTFILES)
######################################################################
-include ../../../gar/gar.lib/auto.mk
+include ../../../gar/gar.lib/autotools.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.intro.and.ref.doc c.intro.and.ref.html c.intro.and.ref.txt c.info c.info-1
c.info-2 c.info-3
+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.info c.info-1 c.info-2 c.info-3
# c.intro.and.ref.pdf
-$(INSTALLABLES): build-readable
+$(INSTALLABLES): post-build
fetch: fetch-git
-# c.dvi c.pdf some bug
-build-readable:
- cd $(WORKSRC) && $(MAKE) -f Makefile c.info c.doc c.html c.txt
- #skipping cd $(WORKSRC) && $(MAKE) -f Makefile c.dvi
- #skipping not working for me cd $(WORKSRC) && $(MAKE) -f Makefile
c.pdf
+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
+
+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.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
- # skipping cd $(WORKSRC) && cp c.pdf c.intro.and.ref.pdf
- #$(MAKECOOKIE)
-
-
-
+ cd $(WORKSRC) && cp c.pdf c.intro.and.ref.pdf
+
+#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.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_DOCS) $(WORKSRC)/c.intro.and.ref.pdf
$(INSTALL_INFO) $(WORKSRC)/c.info
$(INSTALL_INFO) $(WORKSRC)/c.info-1
$(INSTALL_INFO) $(WORKSRC)/c.info-2
$(INSTALL_INFO) $(WORKSRC)/c.info-3
- $(INSTALL_DOCS) $(WORKSRC)/c.txt
- $(INSTALL_DOCS) $(WORKSRC)/c.html
- $(INSTALL_DOCS) $(WORKSRC)/c.doc
$(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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Gsrc-commit] trunk r9378: update c.intro.and.ref to 2023.07,
Carl Hansen <=