summaryrefslogtreecommitdiffstats
path: root/doc/started/pictures
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-01-18 15:10:34 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-01-18 15:10:34 +0000
commit6d0a5c0bb9b6cff57ed26cfc50e2914ae6030ab0 (patch)
tree60657b3bffa818d0baacb1a8066174f72c6846c4 /doc/started/pictures
parent2002-01-18 Till Straumann <strauman@slac.stanford.edu> (diff)
downloadrtems-6d0a5c0bb9b6cff57ed26cfc50e2914ae6030ab0.tar.bz2
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 +=.
Diffstat (limited to '')
-rw-r--r--doc/started/pictures/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/started/pictures/Makefile.am b/doc/started/pictures/Makefile.am
index 85c8bb807a..325922452f 100644
--- a/doc/started/pictures/Makefile.am
+++ b/doc/started/pictures/Makefile.am
@@ -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 \