mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
sourcedoc as first class citizen
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5857 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
a58209e735
commit
505baab2d8
@ -1,17 +1,15 @@
|
|||||||
include $(top_srcdir)/config/common.am
|
include $(top_srcdir)/config/common.am
|
||||||
|
|
||||||
DISTCLEANFILES += lyx.1 config.status config.cache config.log \
|
DISTCLEANFILES += lyx.1 config.status config.cache config.log
|
||||||
$(srcdir)/sourcedoc/*~ $(srcdir)/sourcedoc/Doxyfile
|
|
||||||
|
|
||||||
MAINTAINERCLEANFILES += $(srcdir)/aclocal.m4 \
|
MAINTAINERCLEANFILES += $(srcdir)/aclocal.m4 \
|
||||||
$(srcdir)/configure \
|
$(srcdir)/configure \
|
||||||
$(srcdir)/acinclude.m4
|
$(srcdir)/acinclude.m4
|
||||||
|
|
||||||
SUBDIRS = config development intl po boost src lib
|
SUBDIRS = config development intl po boost src sourcedoc lib
|
||||||
|
|
||||||
EXTRA_DIST = ANNOUNCE INSTALL.OS2 INSTALL.autoconf README.OS2 \
|
EXTRA_DIST = ANNOUNCE INSTALL.OS2 INSTALL.autoconf README.OS2 \
|
||||||
UPGRADING lyx.man autogen.sh \
|
UPGRADING lyx.man autogen.sh images
|
||||||
images sourcedoc
|
|
||||||
|
|
||||||
# Hack so that the targets that use tar will also work with automake 1.4
|
# Hack so that the targets that use tar will also work with automake 1.4
|
||||||
AMTAR ?= $(TAR)
|
AMTAR ?= $(TAR)
|
||||||
|
@ -367,6 +367,7 @@ AC_CONFIG_FILES([Makefile \
|
|||||||
intl/Makefile \
|
intl/Makefile \
|
||||||
po/Makefile.in \
|
po/Makefile.in \
|
||||||
sourcedoc/Doxyfile \
|
sourcedoc/Doxyfile \
|
||||||
|
sourcedoc/Makefile \
|
||||||
src/Makefile \
|
src/Makefile \
|
||||||
src/version.C \
|
src/version.C \
|
||||||
src/mathed/Makefile \
|
src/mathed/Makefile \
|
||||||
|
@ -302,6 +302,7 @@ AC_OUTPUT([Makefile \
|
|||||||
intl/Makefile \
|
intl/Makefile \
|
||||||
po/Makefile.in \
|
po/Makefile.in \
|
||||||
sourcedoc/Doxyfile \
|
sourcedoc/Doxyfile \
|
||||||
|
sourcedoc/Makefile \
|
||||||
src/Makefile \
|
src/Makefile \
|
||||||
src/version.C \
|
src/version.C \
|
||||||
src/mathed/Makefile \
|
src/mathed/Makefile \
|
||||||
|
@ -3,3 +3,5 @@ html
|
|||||||
rtf
|
rtf
|
||||||
man
|
man
|
||||||
latex
|
latex
|
||||||
|
Makefile
|
||||||
|
Makefile.in
|
||||||
|
3
sourcedoc/Makefile.am
Normal file
3
sourcedoc/Makefile.am
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
include $(top_srcdir)/config/common.am
|
||||||
|
|
||||||
|
EXTRA_DIST = Doxyfile.in
|
Loading…
Reference in New Issue
Block a user