mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-13 17:20:55 +00:00
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
This commit is contained in:
parent
9ee1e3a051
commit
188dc2e149
@ -1,9 +1,6 @@
|
|||||||
include $(top_srcdir)/config/common.am
|
include $(top_srcdir)/config/common.am
|
||||||
|
|
||||||
EXTRA_DIST = tex2lyx.man $(TEST_FILES)
|
EXTRA_DIST = $(TEST_FILES) pch.h
|
||||||
EXTRA_DIST += pch.h
|
|
||||||
|
|
||||||
DISTCLEANFILES += tex2lyx.1
|
|
||||||
|
|
||||||
#noinst_LTLIBRARIES = libtexparser.la
|
#noinst_LTLIBRARIES = libtexparser.la
|
||||||
#
|
#
|
||||||
@ -69,6 +66,3 @@ tex2lyx_SOURCES = \
|
|||||||
tex2lyx_LDADD = \
|
tex2lyx_LDADD = \
|
||||||
$(top_builddir)/src/support/liblyxsupport.la \
|
$(top_builddir)/src/support/liblyxsupport.la \
|
||||||
$(LIBICONV) $(BOOST_LIBS) @LIBS@
|
$(LIBICONV) $(BOOST_LIBS) @LIBS@
|
||||||
|
|
||||||
tex2lyx.1:
|
|
||||||
cp -p $(srcdir)/tex2lyx.man tex2lyx.1
|
|
||||||
|
Loading…
Reference in New Issue
Block a user