source: rtems/doc/Makefile.am @ 62181b21

4.115
Last change on this file since 62181b21 was 9b4422a2, checked in by Joel Sherrill <joel.sherrill@…>, on 05/03/12 at 15:09:24

Remove All CVS Id Strings Possible Using a Script

Script does what is expected and tries to do it as
smartly as possible.

+ remove occurrences of two blank comment lines

next to each other after Id string line removed.

+ remove entire comment blocks which only exited to

contain CVS Ids

+ If the processing left a blank line at the top of

a file, it was removed.

  • Property mode set to 100644
File size: 1.0 KB
Line 
1ACLOCAL_AMFLAGS = -I ../aclocal
2
3# NOTE: The order of the directories is essential.
4#       + tools, common and images are shared across many documents
5
6SUBDIRS = tools started user bsp_howto porting develenv posix_users \
7    posix1003.1 filesystem networking ada_user \
8    new_chapters relnotes cpu_supplement shell
9
10if USE_HTML
11html_DATA = index.html HELP.html
12endif
13
14EXTRA_DIST = HELP.html
15
16EXTRA_DIST += common/cpright.texi common/setup.texi \
17    common/treedef.tex common/rtems.texi.in
18
19if USE_HTML
20html_imagesdir = $(htmldir)/images
21endif
22
23HTML_IMAGES = images/dir-arrow.gif images/dvi.gif images/missing-arrow.gif \
24    images/next-arrow.gif images/oaronly.jpg images/pdf.gif images/pdf1.gif \
25    images/rtems_logo.jpg images/prev-arrow.gif images/ps.gif \
26    images/up-arrow.gif
27
28if USE_HTML
29html_images_DATA = $(HTML_IMAGES)
30endif
31
32EXTRA_DIST += $(HTML_IMAGES)
33
34CLEANFILES = common/rtems.texi
35DISTCLEANFILES = common/rtems.sed
36
37# HACK: This should not be here, but it makes "make distcheck" work.
38EXTRA_DIST += ../scripts/setup.def ../COPYING
Note: See TracBrowser for help on using the repository browser.