1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00

o New port gnat-doc-texi version 3.13p: Documentation for the GNAT

compiler
o Slave port of gnat-doc-html

PR:		30363
Submitted by:	John Merryweather Cooper <jmcoopr@webmail.bmi.net>
This commit is contained in:
Mario Sergio Fujikawa Ferreira 2001-12-05 06:07:24 +00:00
parent ac6fb9b5e8
commit 5fd1ae2fe2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=51057
2 changed files with 12 additions and 0 deletions

View File

@ -52,6 +52,7 @@
SUBDIR += gnat-doc-html
SUBDIR += gnat-doc-info
SUBDIR += gnat-doc-ps
SUBDIR += gnat-doc-texi
SUBDIR += gnat-glade
SUBDIR += gnomebasic
SUBDIR += gnustep-base

View File

@ -0,0 +1,11 @@
# New ports collection makefile for: gnat-doc-texi
# Date created: 04 Sept 2001
# Whom: John Merryweather Cooper <jmcoopr@webmail.bmi.net>
#
# $FreeBSD$
#
DOCFORMAT= texi
MASTERDIR= ${.CURDIR}/../gnat-doc-html
.include "${MASTERDIR}/Makefile"