summaryrefslogtreecommitdiff
path: root/Build/source/utils/xindy/user-commands
diff options
context:
space:
mode:
authorVladimir Volovich <vvv@vsu.ru>2008-03-25 00:38:13 +0000
committerVladimir Volovich <vvv@vsu.ru>2008-03-25 00:38:13 +0000
commitf9187d6ded4ee2032ff24f5f6185406ad91d8d74 (patch)
tree577a4e6e429495452ed41b52ab6d84164a7a02c4 /Build/source/utils/xindy/user-commands
parenta36644af38baa33f8891811e1b46a5fdbfe6cc04 (diff)
added the AM_MAINTAINER_MODE to configure.ac and put the rules for manpages and PDF docs regeneration
under "if MAINTAINER_MODE" conditional, to avoid rebuilding them in normal builds git-svn-id: svn://tug.org/texlive/trunk@7138 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/xindy/user-commands')
-rw-r--r--Build/source/utils/xindy/user-commands/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Build/source/utils/xindy/user-commands/Makefile.am b/Build/source/utils/xindy/user-commands/Makefile.am
index d54f888eaa3..49d0cfec473 100644
--- a/Build/source/utils/xindy/user-commands/Makefile.am
+++ b/Build/source/utils/xindy/user-commands/Makefile.am
@@ -47,6 +47,7 @@ EXTRA_DIST = $(man_MANS)
CLEANFILES = xindy xindy.v2
+if MAINTAINER_MODE
POD_DATE = `ident $< | grep '\$$Id' | sed -e 's/^.*,v [^ ]* //' -e 's/ .*//' -e s:/:-:g`
POD_VERSION = `ident $< | grep '\$$Id' | sed -e 's/^.*,v //' -e 's/ .*//'`
POD_NAME = `basename $@ .1 | tr '[a-z]' '[A-Z]'`
@@ -65,3 +66,4 @@ $(srcdir)/texindy.1: $(srcdir)/texindy
--release "Version $(POD_VERSION)" \
--date "$(POD_DATE)" \
$< $@
+endif