diff options
author | Vladimir Volovich <vvv@vsu.ru> | 2008-03-27 13:34:45 +0000 |
---|---|---|
committer | Vladimir Volovich <vvv@vsu.ru> | 2008-03-27 13:34:45 +0000 |
commit | ac2be787d572fc9b0e8713198af4f11cd05b2365 (patch) | |
tree | 9ddc382c145281e49419d20d28de21b017429501 /Build/source/utils/xindy | |
parent | 479fa2d45c9efa8c3affecccd4a0d44d73147eff (diff) |
tex2xindy/Makefile.am: removed special treatment of tex2xindy.c, as it is done by automake
git-svn-id: svn://tug.org/texlive/trunk@7189 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/xindy')
-rw-r--r-- | Build/source/utils/xindy/tex2xindy/Makefile.am | 5 | ||||
-rw-r--r-- | Build/source/utils/xindy/tex2xindy/Makefile.in | 10 |
2 files changed, 1 insertions, 14 deletions
diff --git a/Build/source/utils/xindy/tex2xindy/Makefile.am b/Build/source/utils/xindy/tex2xindy/Makefile.am index 2f3ae1b5fbd..ddf52bcebc2 100644 --- a/Build/source/utils/xindy/tex2xindy/Makefile.am +++ b/Build/source/utils/xindy/tex2xindy/Makefile.am @@ -29,11 +29,6 @@ man_MANS = tex2xindy.1 EXTRA_DIST = $(man_MANS) -CLEANFILES = tex2xindy.c - -dist-hook: - rm -f $(distdir)/tex2xindy.c - 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/ .*//'` diff --git a/Build/source/utils/xindy/tex2xindy/Makefile.in b/Build/source/utils/xindy/tex2xindy/Makefile.in index 79cd559e7aa..81eef216c6a 100644 --- a/Build/source/utils/xindy/tex2xindy/Makefile.in +++ b/Build/source/utils/xindy/tex2xindy/Makefile.in @@ -170,7 +170,6 @@ tex2xindy_SOURCES = tex2xindy.l tex2xindy_LDADD = @LEXLIB@ man_MANS = tex2xindy.1 EXTRA_DIST = $(man_MANS) -CLEANFILES = tex2xindy.c @MAINTAINER_MODE_TRUE@POD_DATE = `ident $< | grep '\$$Id' | sed -e 's/^.*,v [^ ]* //' -e 's/ .*//' -e s:/:-:g` @MAINTAINER_MODE_TRUE@POD_VERSION = `ident $< | grep '\$$Id' | sed -e 's/^.*,v //' -e 's/ .*//'` @MAINTAINER_MODE_TRUE@POD_NAME = `basename $@ .1 | tr '[a-z]' '[A-Z]'` @@ -378,9 +377,6 @@ distdir: $(DISTFILES) || exit 1; \ fi; \ done - $(MAKE) $(AM_MAKEFLAGS) \ - top_distdir="$(top_distdir)" distdir="$(distdir)" \ - dist-hook check-am: all-am check: check-am all-am: Makefile $(PROGRAMS) $(MANS) @@ -405,7 +401,6 @@ install-strip: mostlyclean-generic: clean-generic: - -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) @@ -476,7 +471,7 @@ uninstall-man: uninstall-man1 .MAKE: install-am install-strip .PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \ - clean-generic ctags dist-hook distclean distclean-compile \ + clean-generic ctags distclean distclean-compile \ distclean-generic distclean-tags distdir dvi dvi-am html \ html-am info info-am install install-am install-binPROGRAMS \ install-data install-data-am install-dvi install-dvi-am \ @@ -490,9 +485,6 @@ uninstall-man: uninstall-man1 uninstall-man uninstall-man1 -dist-hook: - rm -f $(distdir)/tex2xindy.c - @MAINTAINER_MODE_TRUE@$(srcdir)/tex2xindy.1: $(srcdir)/tex2xindy.l @MAINTAINER_MODE_TRUE@ $(POD2MAN) --center '$(PACKAGE_NAME)' \ @MAINTAINER_MODE_TRUE@ --name="$(POD_NAME)" \ |