Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Feb 2000 17:48:57 +0100 (CET)
From:      Palle Girgensohn <girgen@partitur.se>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        Ruslan@Shevchenko.Kiev.UA
Subject:   ports/17047: Let doc++ install documentation
Message-ID:  <200002281648.RAA82666@elbas.partitur.se>

next in thread | raw e-mail | index | archive | help

>Number:         17047
>Category:       ports
>Synopsis:       Let doc++ install documentation
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 28 08:50:01 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     Palle Girgensohn
>Release:        FreeBSD 3.3-RELEASE i386
>Organization:
Partitur
>Environment:
fresh ports tree 

	

>Description:
The devel/doc++ package does not install any documentation.
This patch makes it do just that.

	

>How-To-Repeat:

	

>Fix:
--- Makefile.orig	Mon Feb 28 17:26:53 2000
+++ Makefile	Mon Feb 28 17:39:49 2000
@@ -21,4 +21,39 @@
 GNU_CONFIGURE=	yes
 USE_GMAKE=	yes
 
+post-install:
+.if !defined(NOPORTDOCS)
+		@$(MKDIR) $(PREFIX)/share/doc/doc++
+		@cd $(WRKSRC)/doc/manual/html; $(INSTALL_DATA) ClassGraph.class \
+			ClassGraphPanel.class \
+			ClassLayout.class \
+			CommonBase.html \
+			Derived_Class.html \
+			Example.html \
+			FileInclusion.html \
+			FrequentlyAskedQuestions.html \
+			General.html \
+			HIER.html \
+			HIERjava.html \
+			InstallationInstructions.html \
+			Intermediate.html \
+			Introduction.html \
+			ManualEntries.html \
+			NavigatorButton.class \
+			Quickstart.html \
+			ReferenceManual.html \
+			Structure.html \
+			TextFormatting.html \
+			Usage.html \
+			down.gif \
+			function.html \
+			icon1.gif \
+			icon2.gif \
+			index.html \
+			logo.gif \
+			supportedHTMLmacros.html \
+			supportedTeXmacros.html \
+			$(PREFIX)/share/doc/doc++
+.endif
+
 .include <bsd.port.mk>
--- pkg/PLIST~	Sat Dec 26 06:00:45 1998
+++ pkg/PLIST	Mon Feb 28 17:32:18 2000
@@ -1,3 +1,33 @@
 bin/doc++
 bin/docify
 bin/promote
+share/doc/doc++/ClassGraph.class
+share/doc/doc++/ClassGraphPanel.class
+share/doc/doc++/ClassLayout.class
+share/doc/doc++/CommonBase.html
+share/doc/doc++/Derived_Class.html
+share/doc/doc++/Example.html
+share/doc/doc++/FileInclusion.html
+share/doc/doc++/FrequentlyAskedQuestions.html
+share/doc/doc++/General.html
+share/doc/doc++/HIER.html
+share/doc/doc++/HIERjava.html
+share/doc/doc++/InstallationInstructions.html
+share/doc/doc++/Intermediate.html
+share/doc/doc++/Introduction.html
+share/doc/doc++/ManualEntries.html
+share/doc/doc++/NavigatorButton.class
+share/doc/doc++/Quickstart.html
+share/doc/doc++/ReferenceManual.html
+share/doc/doc++/Structure.html
+share/doc/doc++/TextFormatting.html
+share/doc/doc++/Usage.html
+share/doc/doc++/down.gif
+share/doc/doc++/function.html
+share/doc/doc++/icon1.gif
+share/doc/doc++/icon2.gif
+share/doc/doc++/index.html
+share/doc/doc++/logo.gif
+share/doc/doc++/supportedHTMLmacros.html
+share/doc/doc++/supportedTeXmacros.html
+@dirrm share/doc/doc++

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200002281648.RAA82666>