Changeset cf22081 in rtems
- Timestamp:
- Jan 23, 2003, 12:04:48 AM (18 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 08df9a21
- Parents:
- e2a5ab7
- Location:
- doc/supplements
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/supplements/ChangeLog
re2a5ab7 rcf22081 1 2003-01-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * supplements.am: Use automake rules to build ps, pdf, info. 4 Various minor changes. 5 1 6 2002-12-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 7 -
doc/supplements/supplement.am
re2a5ab7 rcf22081 7 7 REPLACE2 = $(PERL) $(top_srcdir)/tools/word-replace2 8 8 9 TEXINFO_TEX = ../../texinfo/texinfo.tex 10 AM_MAKEINFOFLAGS = -I ../.. -I $(top_srcdir) 9 AM_MAKEINFOFLAGS = -I $(top_builddir) -I $(top_srcdir) 10 TEXI2DVI = @TEXI2DVI@ -I $(top_builddir) -I $(top_srcdir) 11 TEXI2PDF = @TEXI2PDF@ -I $(top_builddir) -I $(top_srcdir) 11 12 12 MAINTAINERCLEANFILES += $(GENERATED_FILES)13 13 html_projectdir = $(htmldir)/supplements/$(PROJECT) 14 14
Note: See TracChangeset
for help on using the changeset viewer.