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:
Lars Gullik Bjønnes 2002-12-18 15:04:47 +00:00
parent a58209e735
commit 505baab2d8
5 changed files with 10 additions and 5 deletions

View File

@ -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)

View File

@ -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 \

View File

@ -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 \

View File

@ -3,3 +3,5 @@ html
rtf rtf
man man
latex latex
Makefile
Makefile.in

3
sourcedoc/Makefile.am Normal file
View File

@ -0,0 +1,3 @@
include $(top_srcdir)/config/common.am
EXTRA_DIST = Doxyfile.in