forked from Imagelibrary/rtems
2002-01-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Include main.am, require automake-1.5. * pictures/Makefile.am: Require automake-1.5, fix +=.
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
2002-01-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* Makefile.am: Include main.am, require automake-1.5.
|
||||||
|
* pictures/Makefile.am: Require automake-1.5, fix +=.
|
||||||
|
|
||||||
|
|
||||||
2001-01-17 Joel Sherrill <joel@OARcorp.com>
|
2001-01-17 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
* .cvsignore: Added rtems_header.html and rtems_footer.html.
|
* .cvsignore: Added rtems_header.html and rtems_footer.html.
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
# $Id$
|
# $Id$
|
||||||
#
|
#
|
||||||
|
|
||||||
AUTOMAKE_OPTIONS = foreign 1.4
|
AUTOMAKE_OPTIONS = foreign 1.5
|
||||||
|
|
||||||
PROJECT = started
|
PROJECT = started
|
||||||
EDITION = 1
|
EDITION = 1
|
||||||
@@ -14,6 +14,7 @@ EDITION = 1
|
|||||||
SUBDIRS = pictures
|
SUBDIRS = pictures
|
||||||
|
|
||||||
include $(top_srcdir)/project.am
|
include $(top_srcdir)/project.am
|
||||||
|
include $(top_srcdir)/main.am
|
||||||
|
|
||||||
GENERATED_FILES = binaries.texi buildc.texi buildrt.texi intro.texi \
|
GENERATED_FILES = binaries.texi buildc.texi buildrt.texi intro.texi \
|
||||||
nt.texi require.texi nextstep.texi sample.texi
|
nt.texi require.texi nextstep.texi sample.texi
|
||||||
|
|||||||
@@ -1,16 +1,16 @@
|
|||||||
## $Id$
|
## $Id$
|
||||||
|
|
||||||
AUTOMAKE_OPTIONS = foreign 1.4
|
AUTOMAKE_OPTIONS = foreign 1.5
|
||||||
|
|
||||||
PROJECT = started
|
PROJECT = started
|
||||||
|
|
||||||
html_projectdir = $(htmldir)/$(PROJECT)
|
html_projectdir = $(htmldir)/$(PROJECT)
|
||||||
|
|
||||||
if USE_HTML
|
if USE_HTML
|
||||||
html_project_DATA += sfile12c.jpg bit_c.jpg
|
html_project_DATA = sfile12c.jpg bit_c.jpg
|
||||||
endif
|
endif
|
||||||
|
|
||||||
noinst_DATA += bit_ada.jpg bit_ada.vsd bit_c.jpg bit_c.vsd scfile10.jpg \
|
noinst_DATA = bit_ada.jpg bit_ada.vsd bit_c.jpg bit_c.vsd scfile10.jpg \
|
||||||
scfile10.vsd scfile11.jpg scfile11.vsd scfile12.jpg scfile12.vsd \
|
scfile10.vsd scfile11.jpg scfile11.vsd scfile12.jpg scfile12.vsd \
|
||||||
scfile13.jpg scfile13.vsd scsfile1.jpg scsfile1.vsd scsfile2.jpg \
|
scfile13.jpg scfile13.vsd scsfile1.jpg scsfile1.vsd scsfile2.jpg \
|
||||||
scsfile2.vsd scsfile3.jpg scsfile3.vsd scsfile4.jpg scsfile4.vsd \
|
scsfile2.vsd scsfile3.jpg scsfile3.vsd scsfile4.jpg scsfile4.vsd \
|
||||||
|
|||||||
Reference in New Issue
Block a user