[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gsrc-commit] trunk r4341: artanis, fixed so info file is installed
From: |
Carl Hansen |
Subject: |
[Gsrc-commit] trunk r4341: artanis, fixed so info file is installed |
Date: |
Sun, 12 Mar 2017 01:43:30 -0500 (EST) |
User-agent: |
Bazaar (2.7.0dev1) |
------------------------------------------------------------
revno: 4341
revision-id: address@hidden
parent: address@hidden
committer: address@hidden
branch nick: trunk
timestamp: Sat 2017-03-11 22:43:13 -0800
message:
artanis, fixed so info file is installed
modified:
pkg/gnu/artanis/Makefile makefile-20160617014725-uokjfnggs70iry9h-410
=== modified file 'pkg/gnu/artanis/Makefile'
--- a/pkg/gnu/artanis/Makefile 2016-06-17 19:08:15 +0000
+++ b/pkg/gnu/artanis/Makefile 2017-03-12 06:43:13 +0000
@@ -15,7 +15,7 @@
# You should have received a copy of the GNU General Public License
# along with GSRC. If not, see <http://www.gnu.org/licenses/>.
#
-# This is an alpha version, not prefect.
+# This is an alpha version, they claim it is not prefect.
NAME = artanis
GARNAME = artanis
@@ -39,14 +39,21 @@
MASTER_SITES = $(MASTER_GNU_ALPHA)
MASTER_SUBDIR = $(GARNAME)/
DISTFILES = $(DISTNAME).tar.bz2
-SIGFILES = $(DISTNAME).tar.bz2.sig
+SIGFILES = $(DISTNAME).tar.bz2.sig
-INFO_FILES = artanis.info
+INFO_FILES = $(GARNAME).info
BUILDDEPS =
LIBDEPS =
######################################################################
include ../../../gar/gar.lib/auto.mk
-#include ../../../gar/gar.lib/info.mk # installation of artanis.info not
installed correctly , yet
+include ../../../gar/gar.lib/info.mk
include config.mk
+
+post-build:
+ (cd $(WORKSRC)/; makeinfo docs/artanis.texi )
+ $(MAKECOOKIE)
+
+
+
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Gsrc-commit] trunk r4341: artanis, fixed so info file is installed,
Carl Hansen <=