Changeset 5923 in project
- Timestamp:
- 09/05/07 14:03:09 (13 years ago)
- Location:
- chicken
- Files:
-
- 2 edited
- 82 copied
Legend:
- Unmodified
- Added
- Removed
-
chicken/branches/debian-chicken-2.7/debian/changelog
r5897 r5923 1 chicken (2.703-0.2) unstable; urgency=low 2 3 * Some fixes to the texinfo build rule. 4 5 -- Ivan Raikov <raikov@oist.jp> Wed, 05 Sep 2007 12:07:28 +0900 6 1 7 chicken (2.703-0.1) unstable; urgency=low 2 8 -
chicken/branches/debian-chicken-2.7/rules.make
r5915 r5923 686 686 687 687 chicken.info: chicken.texi 688 $(MAKEINFO_PROGRAM) $(MAKEINFO_PROGRAM_OPTIONS) $<688 $(MAKEINFO_PROGRAM) $(MAKEINFO_PROGRAM_OPTIONS) --no-split $< 689 689 690 690 # installation -
chicken/trunk/chicken.texi
r5882 r5923 2 2 @setfilename chicken.info 3 3 @settitle Chicken Scheme Reference Manual 4 @setchapternewpage on 4 5 @ifinfo 5 6 @format 6 INFO-DIR-SECTION Programming 7 INFO-DIR-SECTION Programming 7 8 START-INFO-DIR-ENTRY 8 * Chicken: (chicken ).A compiler that translates Scheme source files into C.9 * Chicken: (chicken.info). A compiler that translates Scheme source files into C. 9 10 END-INFO-DIR-ENTRY 10 11 @end format 11 12 @end ifinfo 12 @setchapternewpage on13 13 @copying 14 14 Copyright 2007 Felix Winkelmann
Note: See TracChangeset
for help on using the changeset viewer.