Add missing source files to the CSDOC_SOURCES variable (doc_tree.h,
doc-backend.h); also add cssrc2html.h, fontcolors.h, tokens.h and
scanner.h to cssrc2html_SOURCES. If you don't do that, this file is not
distributed on 'make dist' and thus missing in the final package.

Signed-off-by: Robert Schwebel <[EMAIL PROTECTED]>

 csdoc/Makefile.am |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

Index: csdoc/Makefile.am
===================================================================
--- csdoc/Makefile.am.orig
+++ csdoc/Makefile.am
@@ -6,7 +6,9 @@ EXTRA_DIST         = $(man_MANS)
 CSDOC_COMMON       = doc_destroy.c \
                                         doc_load.c \
                                         doc_main.c \
-                                        doc_sort.c
+                                        doc_sort.c \
+                                        doc_tree.h \
+                                        doc_backend.h
 
 CSDOC_LIBS         = ../dumpasm/libILDumpAsm.a ../image/libILImage.a \
                                         ../support/libILSupport.a $(GCLIBS)
@@ -29,7 +31,7 @@ csdoc2stub_LDADD   = $(CSDOC_LIBS)
 csdoc2test_SOURCES = doc_test.c $(CSDOC_COMMON)
 csdoc2test_LDADD   = $(CSDOC_LIBS)
 
-cssrc2html_SOURCES = cssrc2html.c fontcolors.c scanner.c
+cssrc2html_SOURCES = cssrc2html.c fontcolors.c scanner.c cssrc2html.h 
fontcolors.h tokens.h scanner.h
 
 il2doc_SOURCES     = il2doc.c
 il2doc_LDADD       = $(CSDOC_LIBS)

--
 Dipl.-Ing. Robert Schwebel | http://www.pengutronix.de
 Pengutronix - Linux Solutions for Science and Industry
   Handelsregister:  Amtsgericht Hildesheim, HRA 2686
     Hannoversche Str. 2, 31134 Hildesheim, Germany
   Phone: +49-5121-206917-0 |  Fax: +49-5121-206917-9

_______________________________________________
Developers mailing list
[email protected]
http://dotgnu.org/mailman/listinfo/developers

Reply via email to