mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +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
|
||||
|
||||
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)
|
||||
|
@ -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 \
|
||||
|
@ -302,6 +302,7 @@ AC_OUTPUT([Makefile \
|
||||
intl/Makefile \
|
||||
po/Makefile.in \
|
||||
sourcedoc/Doxyfile \
|
||||
sourcedoc/Makefile \
|
||||
src/Makefile \
|
||||
src/version.C \
|
||||
src/mathed/Makefile \
|
||||
|
@ -3,3 +3,5 @@ html
|
||||
rtf
|
||||
man
|
||||
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