source: rtems/doc/started/Makefile.am @ d84995d2

4.115
Last change on this file since d84995d2 was d84995d2, checked in by Gedare Bloom <gedare@…>, on 03/11/15 at 14:29:13

doc/started: simplify and fix

  • fix and remove some macros in rtems.texi.in.
  • refer to devel mailing list.
  • remove reference to Debian packaging in requirements section.
  • remove section on prebuilt tools.
  • replace toolset build instructions with link to RSB docs.
  • Add a note in building RTEMS section about using RSB.
  • Fix URLs

Closes #2291.

  • Property mode set to 100644
File size: 2.4 KB
Line 
1#
2#  COPYRIGHT (c) 1988-2010.
3#  On-Line Applications Research Corporation (OAR).
4#  All rights reserved.
5
6PROJECT = started
7
8include $(top_srcdir)/project.am
9include $(top_srcdir)/main.am
10
11GENERATED_FILES = buildc.texi buildrt.texi intro.texi nt.texi \
12    require.texi nextstep.texi sample.texi
13
14COMMON_FILES += $(top_srcdir)/common/cpright.texi
15
16FILES =
17
18info_TEXINFOS = started.texi
19started_TEXINFOS = $(FILES) $(COMMON_FILES) $(GENERATED_FILES)
20
21intro.texi: intro.t
22        $(BMENU2) -c -p "Top" \
23            -u "Top" \
24            -n "Requirements" < $< > $@
25
26require.texi: require.t
27        $(BMENU2) -c -p "RTEMS Mailing Lists" \
28            -u "Top" \
29            -n "Building the GNU Cross Compiler Toolset with RSB" < $< > $@
30
31buildc.texi: buildc.t
32        $(BMENU2) -c \
33            -p "Distribution Independent Potential GNU/Linux Issues" \
34            -u "Top" \
35            -n "Building RTEMS" < $< > $@
36
37buildrt.texi: buildrt.t
38        $(BMENU2) -c \
39            -p "Building the GNU Cross Compiler Toolset with RSB" \
40            -u "Top" \
41            -n "Building the Sample Applications" < $< > $@
42
43sample.texi: sample.t
44        $(BMENU2) -c -p "Using the RTEMS configure Script Directly" \
45            -u "Top" \
46            -n "Where To Go From Here" < $< > $@
47
48nextstep.texi: nextstep.t
49        $(BMENU2) -c -p "More Information on RTEMS Application Makefiles" \
50            -u "Top" \
51            -n "Using MS-Windows as a Development Host" < $< > $@
52
53nt.texi: nt.t
54        $(BMENU2) -c -p "Writing an Application" \
55            -u "Top" \
56            -n "" < $< > $@
57
58EXTRA_DIST = buildc.t buildrt.t intro.t nextstep.t nt.t require.t \
59    sample.t
60
61if USE_HTML
62html_project_DATA += pictures/sfile12c.jpg pictures/bit_c.jpg
63endif
64
65PICTURES = pictures/bit_ada.jpg pictures/bit_ada.vsd pictures/bit_c.jpg \
66    pictures/bit_c.vsd pictures/scfile10.jpg pictures/scfile10.vsd \
67    pictures/scfile11.jpg pictures/scfile11.vsd pictures/scfile12.jpg \
68    pictures/scfile12.vsd pictures/scfile13.jpg pictures/scfile13.vsd \
69    pictures/scsfile1.jpg pictures/scsfile1.vsd pictures/scsfile2.jpg \
70    pictures/scsfile2.vsd pictures/scsfile3.jpg pictures/scsfile3.vsd \
71    pictures/scsfile4.jpg pictures/scsfile4.vsd pictures/scsfile5.jpg \
72    pictures/scsfile5.vsd pictures/scsfile6.jpg pictures/scsfile6.vsd \
73    pictures/scsfile7.jpg pictures/scsfile7.vsd pictures/scsfile8.jpg \
74    pictures/scsfile8.vsd pictures/scsfile9.jpg pictures/scsfile9.vsd \
75    pictures/sfile12c.jpg pictures/sfile12c.vsd
76
77EXTRA_DIST += $(PICTURES)
78
79CLEANFILES += started.info started.info-?
Note: See TracBrowser for help on using the repository browser.