gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] /srv/bzr/gsrc/trunk r1245: clean up texinfo


From: Brandon Invergo
Subject: [Gsrc-commit] /srv/bzr/gsrc/trunk r1245: clean up texinfo
Date: Wed, 21 Nov 2012 18:49:49 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 1245
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Wed 2012-11-21 18:49:49 +0100
message:
  clean up texinfo
added:
  gnu/texinfo/config.mk
modified:
  gnu/texinfo/Makefile
=== modified file 'gnu/texinfo/Makefile'
--- a/gnu/texinfo/Makefile      2010-06-29 14:12:16 +0000
+++ b/gnu/texinfo/Makefile      2012-11-21 17:49:49 +0000
@@ -1,17 +1,20 @@
 GARNAME = texinfo
 GARVERSION = 4.13
 RELEASE = a
+HOME_URL = http://www.gnu.org/software/texinfo/
+DESCRIPTION = The GNU documentation system
+
+######################################################################
 
 MASTER_SITES = $(MASTER_GNU)
-MASTER_SUBDIR = texinfo/
-
+MASTER_SUBDIR = $(GARNAME)/
 DISTFILES = $(DISTNAME)$(RELEASE).tar.gz
 SIGFILES = $(DISTNAME)$(RELEASE).tar.gz.sig
 
 BUILDDEPS = ncurses
-# LIBDEPS = 
+LIBDEPS = 
 
-HOME_URL = http://www.gnu.org/software/texinfo/
-DESCRIPTION = GNU Texinfo, the GNU documentation system
+######################################################################
 
 include ../../gar.lib/auto.mk
+include config.mk

=== added file 'gnu/texinfo/config.mk'
--- a/gnu/texinfo/config.mk     1970-01-01 00:00:00 +0000
+++ b/gnu/texinfo/config.mk     2012-11-21 17:49:49 +0000
@@ -0,0 +1,4 @@
+## Configuration options for texinfo ##
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=


reply via email to

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