forked from Imagelibrary/rtems
2002-12-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Merge-in images/Makefile.am, common/Makefile.am. * images/Makefile.am: Remove. * common/Makefile.am: Remove. * configure.ac: Reflect changes above. * main.am: Append -I $(topsrc_dir) to AM_MAKEINFOFLAGS.
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
2002-12-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Merge-in images/Makefile.am, common/Makefile.am.
|
||||
* images/Makefile.am: Remove.
|
||||
* common/Makefile.am: Remove.
|
||||
* configure.ac: Reflect changes above.
|
||||
* main.am: Append -I $(topsrc_dir) to AM_MAKEINFOFLAGS.
|
||||
|
||||
2002-11-13 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* index.html.in: Note that the Getting Started with GNAT/RTEMS
|
||||
|
||||
@@ -7,7 +7,7 @@ ACLOCAL_AMFLAGS = -I ../aclocal
|
||||
# NOTE: The order of the directories is essential.
|
||||
# + tools, common and images are shared across many documents
|
||||
|
||||
SUBDIRS = tools common images FAQ started user bsp_howto porting develenv \
|
||||
SUBDIRS = tools FAQ started user bsp_howto porting develenv \
|
||||
posix_users posix1003.1 filesystem itron3.0 networking ada_user \
|
||||
started_ada rtems_gdb rgdb_specs new_chapters relnotes supplements \
|
||||
gnu_docs src2html
|
||||
@@ -21,3 +21,16 @@ AUTOMAKE_FILES = project.am main.am
|
||||
EXTRA_DIST = $(AUTOMAKE_FILES) HELP.html \
|
||||
rtems_header.html.in rtems_footer.html.in
|
||||
|
||||
EXTRA_DIST += common/cpright.texi common/setup.texi common/timemac.texi \
|
||||
common/timetbl.t common/treedef.tex common/wksheets.t common/timing.t
|
||||
|
||||
html_imagesdir = $(htmldir)/images
|
||||
|
||||
HTML_IMAGES = images/dir-arrow.gif images/dvi.gif images/missing-arrow.gif images/next-arrow.gif \
|
||||
images/oaronly.jpg images/pdf.gif images/pdf1.gif images/prev-arrow.gif images/ps.gif images/up-arrow.gif
|
||||
|
||||
if USE_HTML
|
||||
html_images_DATA = $(HTML_IMAGES)
|
||||
endif
|
||||
|
||||
EXTRA_DIST += $(HTML_IMAGES)
|
||||
|
||||
@@ -1,6 +0,0 @@
|
||||
## $Id$
|
||||
|
||||
|
||||
EXTRA_DIST = cpright.texi setup.texi timemac.texi timetbl.t treedef.tex \
|
||||
wksheets.t timing.t
|
||||
|
||||
@@ -138,8 +138,6 @@ AC_CONFIG_SUBDIRS(tools)
|
||||
AC_CONFIG_FILES([Makefile
|
||||
rtems_support.html
|
||||
index.html
|
||||
images/Makefile
|
||||
common/Makefile
|
||||
FAQ/Makefile
|
||||
develenv/Makefile
|
||||
user/Makefile
|
||||
|
||||
@@ -1,13 +0,0 @@
|
||||
## $Id$
|
||||
|
||||
|
||||
html_imagesdir = $(htmldir)/images
|
||||
|
||||
HTML_IMAGES = dir-arrow.gif dvi.gif missing-arrow.gif next-arrow.gif \
|
||||
oaronly.jpg pdf.gif pdf1.gif prev-arrow.gif ps.gif up-arrow.gif
|
||||
|
||||
if USE_HTML
|
||||
html_images_DATA = $(HTML_IMAGES)
|
||||
endif
|
||||
|
||||
EXTRA_DIST = $(HTML_IMAGES)
|
||||
@@ -1,4 +1,4 @@
|
||||
AM_MAKEINFOFLAGS = -I ..
|
||||
AM_MAKEINFOFLAGS = -I .. -I $(top_srcdir)
|
||||
|
||||
html_projectdir = $(htmldir)/$(PROJECT)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user