make the lyxclient man page autogenerated

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28740 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 2009-03-09 14:49:40 +00:00
parent 9d46b2efc8
commit 76d0ead2b6
3 changed files with 6 additions and 8 deletions

View File

@ -469,6 +469,7 @@ AC_CONFIG_FILES([Makefile \
sourcedoc/Doxyfile \ sourcedoc/Doxyfile \
sourcedoc/Makefile \ sourcedoc/Makefile \
src/client/Makefile \ src/client/Makefile \
src/client/lyxclient.1:src/client/lyxclient.1in \
src/Makefile \ src/Makefile \
src/tex2lyx/Makefile \ src/tex2lyx/Makefile \
src/support/Makefile \ src/support/Makefile \

View File

@ -6,13 +6,10 @@ man_MANS = lyxclient.1
bin_PROGRAMS = lyxclient bin_PROGRAMS = lyxclient
EXTRA_DIST = lyxclient.man EXTRA_DIST = lyxclient.1in
AM_CPPFLAGS += -I$(srcdir)/.. $(BOOST_INCLUDES) AM_CPPFLAGS += -I$(srcdir)/.. $(BOOST_INCLUDES)
lyxclient.1:
cp -p $(srcdir)/lyxclient.man lyxclient.1
lyxclient_LDADD = \ lyxclient_LDADD = \
$(top_builddir)/src/support/liblyxsupport.a \ $(top_builddir)/src/support/liblyxsupport.a \
$(BOOST_LIBS) $(INTLLIBS) @LIBS@ $(SOCKET_LIBS) \ $(BOOST_LIBS) $(INTLLIBS) @LIBS@ $(SOCKET_LIBS) \

View File

@ -3,9 +3,9 @@
.\" .\"
.\" tbl lyxclient.1 | nroff -man | less .\" tbl lyxclient.1 | nroff -man | less
.\" .\"
.TH LYXCLIENT 1 "Oct 2003" "Version 1.4" "lyxclient 1.4" .TH LYXCLIENT 1 "@LYX_DATE@" "Version @VERSION@" "lyxclient @VERSION@"
.SH NAME .SH NAME
lyxclient \- send commands to a running LyX editor lyxclient@program_suffix@ \- send commands to a running LyX editor
.\" .\"
.\" setup .\" setup
.de Cr .de Cr
@ -13,7 +13,7 @@ lyxclient \- send commands to a running LyX editor
.el \(co .el \(co
.. ..
.SH SYNOPSIS .SH SYNOPSIS
\fBlyxclient\fR [ \fIoptions\fR ] \fBlyxclient@program_suffix@\fR [ \fIoptions\fR ]
.br .br
.SH DESCRIPTION .SH DESCRIPTION
When LyX starts, it creates a unique, per-process local socket in the When LyX starts, it creates a unique, per-process local socket in the
@ -77,7 +77,7 @@ can be used to specify the socket special file that must be used.
LyX sets this variable. LyX sets this variable.
It is overridden by the \fB\-a\fR option. It is overridden by the \fB\-a\fR option.
.SH SEE ALSO .SH SEE ALSO
lyx(1), xdvi(1), LFUNs.lyx. lyx@program_suffix@(1), xdvi(1), LFUNs.lyx.
.SH AUTHORS .SH AUTHORS
Jo\[~a]o Luis M. Assirati <assirati@fma.if.usp.br> is the principal author Jo\[~a]o Luis M. Assirati <assirati@fma.if.usp.br> is the principal author
of lyxclient. of lyxclient.