summaryrefslogtreecommitdiffstats
path: root/doc/src2html
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--doc/src2html/Makefile40
-rw-r--r--doc/src2html/Makefile.am37
2 files changed, 37 insertions, 40 deletions
diff --git a/doc/src2html/Makefile b/doc/src2html/Makefile
deleted file mode 100644
index 3af68916f2..0000000000
--- a/doc/src2html/Makefile
+++ /dev/null
@@ -1,40 +0,0 @@
-#
-# COPYRIGHT (c) 1988-1999.
-# On-Line Applications Research Corporation (OAR).
-# All rights reserved.
-#
-# $Id$
-#
-
-PROJECT=browseable_rtems
-
-include ../Make.config
-
-all: html info ps pdf
-
-dirs:
- $(make-dirs)
-
-COMMON_FILES=../common/cpright.texi
-
-FILES= clock.texi cond.texi key.texi mutex.texi $(PROJECT).texi preface.texi \
- sched.texi signal.texi thread.texi $(COMMON_FILES)
-
-INFOFILES=$(wildcard $(PROJECT) $(PROJECT)-*)
-
-info:
-
-ps:
-
-pdf:
-
-html: dirs
- -mkdir -p $(WWW_INSTALL)/$(PROJECT)
- $(SRC2HTML) -d3 RTEMS.src
-
-RTEMS.src:
- sed -e 's/WWW_INSTALL/$(WWW_INSTALL)/' \
- <RTEMS.test >RTEMS.src
-
-clean:
- rm -f RTEMS.src
diff --git a/doc/src2html/Makefile.am b/doc/src2html/Makefile.am
new file mode 100644
index 0000000000..8ca945fa35
--- /dev/null
+++ b/doc/src2html/Makefile.am
@@ -0,0 +1,37 @@
+#
+# COPYRIGHT (c) 1988-1999.
+# On-Line Applications Research Corporation (OAR).
+# All rights reserved.
+#
+# $Id$
+#
+
+AUTOMAKE_OPTIONS = foreign
+
+PROJECT=browseable_rtems
+
+# FIXME: Yet unported
+#
+#if USE_EXP
+#
+# include $(top_srcdir)/project.am
+#
+# COMMON_FILES=../common/cpright.texi
+#
+#FILES= clock.texi cond.texi key.texi mutex.texi preface.texi \
+# sched.texi signal.texi thread.texi
+#
+#noinst_TEXINFOS = browseable_rtems.texi
+#browsable_rtems_TEXINFOS = $(FILES) $(COMMON_FILES)
+#
+#html: dirs
+# -mkdir -p $(WWW_INSTALL)/$(PROJECT)
+# $(SRC2HTML) -d3 RTEMS.src
+#
+#RTEMS.src:
+# sed -e 's/WWW_INSTALL/$(htmldir)/' \
+# <RTEMS.test >RTEMS.src
+#endif
+
+noinst_SCRIPTS = RTEMS.test
+EXTRA_DIST = $(noinst_SCRIPTS)