From 188dc2e149dc20435ec0f5069c90780f0f04d958 Mon Sep 17 00:00:00 2001 From: Jean-Marc Lasgouttes Date: Wed, 17 Dec 2008 14:59:56 +0000 Subject: [PATCH] rename tex2lyx.man to tex2lyx.1 git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@27911 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/tex2lyx/Makefile.am | 8 +------- src/tex2lyx/{tex2lyx.man => tex2lyx.1} | 0 2 files changed, 1 insertion(+), 7 deletions(-) rename src/tex2lyx/{tex2lyx.man => tex2lyx.1} (100%) diff --git a/src/tex2lyx/Makefile.am b/src/tex2lyx/Makefile.am index cfb11f92e1..166cc630d8 100644 --- a/src/tex2lyx/Makefile.am +++ b/src/tex2lyx/Makefile.am @@ -1,9 +1,6 @@ include $(top_srcdir)/config/common.am -EXTRA_DIST = tex2lyx.man $(TEST_FILES) -EXTRA_DIST += pch.h - -DISTCLEANFILES += tex2lyx.1 +EXTRA_DIST = $(TEST_FILES) pch.h #noinst_LTLIBRARIES = libtexparser.la # @@ -69,6 +66,3 @@ tex2lyx_SOURCES = \ tex2lyx_LDADD = \ $(top_builddir)/src/support/liblyxsupport.la \ $(LIBICONV) $(BOOST_LIBS) @LIBS@ - -tex2lyx.1: - cp -p $(srcdir)/tex2lyx.man tex2lyx.1 diff --git a/src/tex2lyx/tex2lyx.man b/src/tex2lyx/tex2lyx.1 similarity index 100% rename from src/tex2lyx/tex2lyx.man rename to src/tex2lyx/tex2lyx.1