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>
|
||||
|
||||
* .cvsignore: Added rtems_header.html and rtems_footer.html.
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
# $Id$
|
||||
#
|
||||
|
||||
AUTOMAKE_OPTIONS = foreign 1.4
|
||||
AUTOMAKE_OPTIONS = foreign 1.5
|
||||
|
||||
PROJECT = started
|
||||
EDITION = 1
|
||||
@@ -14,6 +14,7 @@ EDITION = 1
|
||||
SUBDIRS = pictures
|
||||
|
||||
include $(top_srcdir)/project.am
|
||||
include $(top_srcdir)/main.am
|
||||
|
||||
GENERATED_FILES = binaries.texi buildc.texi buildrt.texi intro.texi \
|
||||
nt.texi require.texi nextstep.texi sample.texi
|
||||
|
||||
@@ -1,16 +1,16 @@
|
||||
## $Id$
|
||||
|
||||
AUTOMAKE_OPTIONS = foreign 1.4
|
||||
AUTOMAKE_OPTIONS = foreign 1.5
|
||||
|
||||
PROJECT = started
|
||||
|
||||
html_projectdir = $(htmldir)/$(PROJECT)
|
||||
|
||||
if USE_HTML
|
||||
html_project_DATA += sfile12c.jpg bit_c.jpg
|
||||
html_project_DATA = sfile12c.jpg bit_c.jpg
|
||||
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 \
|
||||
scfile13.jpg scfile13.vsd scsfile1.jpg scsfile1.vsd scsfile2.jpg \
|
||||
scsfile2.vsd scsfile3.jpg scsfile3.vsd scsfile4.jpg scsfile4.vsd \
|
||||
|
||||
Reference in New Issue
Block a user