summaryrefslogtreecommitdiff
path: root/devel/scmgit-docs
diff options
context:
space:
mode:
Diffstat (limited to 'devel/scmgit-docs')
-rw-r--r--devel/scmgit-docs/Makefile11
-rw-r--r--devel/scmgit-docs/PLIST3
2 files changed, 11 insertions, 3 deletions
diff --git a/devel/scmgit-docs/Makefile b/devel/scmgit-docs/Makefile
index 840c5456a4d..c4d2e1b72ea 100644
--- a/devel/scmgit-docs/Makefile
+++ b/devel/scmgit-docs/Makefile
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2010/02/22 09:20:30 obache Exp $
-#
+# $NetBSD: Makefile,v 1.10 2010/10/28 10:23:08 adam Exp $
PKGNAME= scmgit-docs-${GIT_VERSION}
COMMENT= GIT Tree History Storage Tool (documentation)
@@ -20,6 +19,14 @@ INSTALL_TARGET= install-doc
UNLIMIT_RESOURCES+= datasize
+# our asciidoc doesn't handle {litdd} in titles
+SUBST_CLASSES+= litdd
+SUBST_STAGE.litdd= pre-configure
+SUBST_MESSAGE.litdd= Fixing {litdd} in text files.
+SUBST_FILES.litdd= Documentation/git-*--*.txt
+SUBST_SED.litdd= -e 's,{litdd},--,g'
+SUBST_SED.litdd+= -e 's,^=====,,g'
+
.include "../../devel/scmgit/Makefile.common"
.include "../../mk/bsd.pkg.mk"
diff --git a/devel/scmgit-docs/PLIST b/devel/scmgit-docs/PLIST
index 005e144adea..cca196585f2 100644
--- a/devel/scmgit-docs/PLIST
+++ b/devel/scmgit-docs/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2010/01/15 10:36:41 wiz Exp $
+@comment $NetBSD: PLIST,v 1.8 2010/10/28 10:23:08 adam Exp $
man/man1/git-add.1
man/man1/git-am.1
man/man1/git-annotate.1
@@ -148,6 +148,7 @@ man/man7/gitcore-tutorial.7
man/man7/gitcvs-migration.7
man/man7/gitdiffcore.7
man/man7/gitglossary.7
+man/man7/gitrevisions.7
man/man7/gittutorial-2.7
man/man7/gittutorial.7
man/man7/gitworkflows.7