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
DISTCLEANFILES += lyx.1 config.status config.cache config.log \
$(srcdir)/sourcedoc/*~ $(srcdir)/sourcedoc/Doxyfile
DISTCLEANFILES += lyx.1 config.status config.cache config.log
MAINTAINERCLEANFILES += $(srcdir)/aclocal.m4 \
$(srcdir)/configure \
$(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 \
UPGRADING lyx.man autogen.sh \
images sourcedoc
UPGRADING lyx.man autogen.sh images
# Hack so that the targets that use tar will also work with automake 1.4
AMTAR ?= $(TAR)

View File

@ -367,6 +367,7 @@ AC_CONFIG_FILES([Makefile \
intl/Makefile \
po/Makefile.in \
sourcedoc/Doxyfile \
sourcedoc/Makefile \
src/Makefile \
src/version.C \
src/mathed/Makefile \

View File

@ -302,6 +302,7 @@ AC_OUTPUT([Makefile \
intl/Makefile \
po/Makefile.in \
sourcedoc/Doxyfile \
sourcedoc/Makefile \
src/Makefile \
src/version.C \
src/mathed/Makefile \

View File

@ -3,3 +3,5 @@ html
rtf
man
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