summaryrefslogtreecommitdiffstats
path: root/doc/project.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-01-20 16:57:07 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-01-20 16:57:07 +0000
commitaecc1d963c10d7b6d2a8e55b8b9d2750aff99465 (patch)
tree00dbbb6f2a62bb5880da6921bdf56dd74f311aed /doc/project.am
parent2002-01-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-aecc1d963c10d7b6d2a8e55b8b9d2750aff99465.tar.bz2
2002-01-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* .cvsignore: Add autom4te.cache, install-sh, mdate-sh, missing, mkinstalldirs, texinfo.tex. * Makefile.am: Add main.am to AUTOMAKE_FILES. * configure.ac: Add AC_CONFIG_AUX_DIR([.]). * project.am: Remove custom .texi and stamp-vti rules. * main.am: Replace TEXI_COMMON with AM_MAKEINFOFLAGS.
Diffstat (limited to 'doc/project.am')
-rw-r--r--doc/project.am18
1 files changed, 0 insertions, 18 deletions
diff --git a/doc/project.am b/doc/project.am
index 72073557b2..02bfc046fe 100644
--- a/doc/project.am
+++ b/doc/project.am
@@ -6,24 +6,6 @@ MAINTAINERCLEANFILES =
MOSTLYCLEANFILES =
CLEANFILES =
-## Texinfo support
-
-.texi:
- @cd $(srcdir) && rm -f $@ $@-[0-9] $@-[0-9][0-9]
- cd $(srcdir) && \
- $(MAKEINFO) $(TEXI_COMMON) `echo $< | sed 's,.*/,,'`
-
-$(srcdir)/stamp-vti: $(PROJECT).texi $(top_srcdir)/configure.ac
- @echo "@set UPDATED `$(SHELL) $(srcdir)/mdate-sh \
- $(srcdir)/$(PROJECT).texi`" > vti.tmp
- @echo "@set EDITION $(EDITION)" >> vti.tmp
- @echo "@set VERSION $(VERSION)" >> vti.tmp
- @cmp -s vti.tmp $(srcdir)/version.texi \
- || (echo "Updating $(srcdir)/version.texi"; \
- cp vti.tmp $(srcdir)/version.texi)
- -@rm -f vti.tmp
- @cp $(srcdir)/version.texi $@
-
MAINTAINERCLEANFILES += $(PROJECT) $(PROJECT)-[0-9] $(PROJECT)-[0-9][0-9]
MAINTAINERCLEANFILES += $(GENERATED_FILES)