diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2000-07-11 08:00:08 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2000-07-11 08:00:08 +0000 |
commit | 25bfc1474f1a7af00930e30a747e16e95343a4b4 (patch) | |
tree | 43be5f24b27ca30243dca0909341c0a6db8783c6 /devel/doc++/Makefile | |
parent | e1003bbd4492da6cbaccb6c3cd6c3771903d787f (diff) |
Notes
Diffstat (limited to 'devel/doc++/Makefile')
-rw-r--r-- | devel/doc++/Makefile | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/devel/doc++/Makefile b/devel/doc++/Makefile index 7c713d5ffd4b..b8348baade88 100644 --- a/devel/doc++/Makefile +++ b/devel/doc++/Makefile @@ -6,7 +6,7 @@ # PORTNAME= doc++ -PORTVERSION= 3.4.2 +PORTVERSION= 3.4.4 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SUNSITE} \ http://www.linuxsupportline.com/~doc++/ @@ -25,31 +25,35 @@ ADDITIONAL_DOCS= ClassGraph.class \ ClassGraphPanel.class \ ClassLayout.class \ CommonBase.html \ + CommandLineOptions.html \ + ConfigurationFile.html \ Derived_Class.html \ Example.html \ FileInclusion.html \ FrequentlyAskedQuestions.html \ General.html \ + GeneralInformations.html \ HIER.html \ HIERjava.html \ InstallationInstructions.html \ Intermediate.html \ Introduction.html \ ManualEntries.html \ + ManualEntryFields.html \ NavigatorButton.class \ Quickstart.html \ ReferenceManual.html \ Structure.html \ + Tags.html \ TextFormatting.html \ Usage.html \ - down.gif \ function.html \ icon1.gif \ icon2.gif \ index.html \ - logo.gif \ supportedHTMLmacros.html \ - supportedTeXmacros.html + supportedTeXmacros.html \ + toc.html post-install: .if !defined(NOPORTSDOCS) |