gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r4776: update gnustandards to 2017-09-26


From: Carl Hansen
Subject: [Gsrc-commit] trunk r4776: update gnustandards to 2017-09-26
Date: Tue, 26 Sep 2017 20:51:12 -0400 (EDT)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 4776
revision-id: address@hidden
parent: address@hidden
committer: address@hidden
branch nick: trunk
timestamp: Tue 2017-09-26 17:51:06 -0700
message:
  update gnustandards to 2017-09-26
modified:
  pkg/gnu/gnustandards/Makefile  makefile-20160617014725-uokjfnggs70iry9h-895
=== modified file 'pkg/gnu/gnustandards/Makefile'
--- a/pkg/gnu/gnustandards/Makefile     2016-06-17 19:08:15 +0000
+++ b/pkg/gnu/gnustandards/Makefile     2017-09-27 00:51:06 +0000
@@ -1,4 +1,5 @@
 # Copyright © 2013, 2014 Brandon Invergo <address@hidden>
+# Copyright © 2017 Carl Hansen <address@hidden>
 #
 # This file is part of GSRC.
 #
@@ -17,45 +18,53 @@
 
 NAME = GNU Coding Standards
 GARNAME = gnustandards
-GARVERSION = 2014-05-15
-HOME_URL = http://www.gnu.org/software/gnustandards/
+GARVERSION = 2017-09-26
+HOME_URL = http://www.gnu.org/prep/
 DESCRIPTION = GNU coding standards and maintainer information
 define BLURB
-This package contains info documents outlining the GNU coding standards
-and information for GNU package maintainers.
+This package contains info documents, in texinfo source form, 
+outlining the GNU coding standards. 
+See http://www.gnu.org/prep/ to see it all online, ready to read.
 endef
 
 ######################################################################
-
-CVS_ROOT = $(MASTER_SAVANNAH_CVS)/$(GARNAME)
-MASTER_SITES = cvs//$(CVS_ROOT)
-MASTER_SUBDIR = $(GARNAME)/
-DISTFILES = $(DISTNAME).tar.gz
+#https://www.gnu.org/prep/standards/standards.texi.tar.gz
+#https://www.gnu.org/prep/maintain/maintain.texi.tar.gz
+# not in mirrors:
+MASTER_SITES = https://www.gnu.org/
+MASTER_SUBDIR = prep/standards/
+#DISTFILES =  maintain.texi.tar.gz
+DISTFILES = standards.texi.tar.gz 
 SIGFILES =
+
 NOCHECKSUM = $(DISTFILES)
 BUILD_SCRIPTS = info
 INSTALL_SCRIPTS = info
-INFO_FILES = maintain.info standards.info
+INFO_FILES =  standards.info
 COLLISIONS = share/info/dir
 
 BUILDDEPS = texinfo
 LIBDEPS =
 
+WORKSRC=$(WORKDIR)/
+
 ######################################################################
 
 include config.mk
 include ../../../gar/gar.mk
 include ../../../gar/gar.lib/info.mk
 
+# This builds/install the .info version. If you desire html,pdf, etc
+# look at texinfo documentation.
+
 build-info:
        @printf "[$(OK)build$(OFF)] $(MSG)Building info files\n$(OFF)"
-       cd $(WORKSRC) && makeinfo maintain
        cd $(WORKSRC) && makeinfo standards
        $(MAKECOOKIE)
 
 install-info:
        @printf "[$(OK)install$(OFF)] $(MSG)Installing info files\n$(OFF)"
        mkdir -p $(packageprefix)/share/info
-       $(INSTALL_INFO) $(WORKSRC)/maintain.info
        $(INSTALL_INFO) $(WORKSRC)/standards.info
        $(MAKECOOKIE)
+


reply via email to

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