blob: 03dcc259866975116b629eeab3655dbcabe47d79 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
--- cutils-1.6/doc/cutils.texi.orig 2001-07-15 17:13:26.000000000 +0200
+++ cutils-1.6/doc/cutils.texi 2002-07-14 17:52:32.000000000 +0200
@@ -7,6 +7,11 @@
@c unwise to comment it out when running a master in case there are
@c overfulls which are deemed okay.
+@dircategory Programming
+@direntry
+* cutils: (cutils). C language utilities.
+@end direntry
+
@iftex
@c @finalout
@end iftex
--- cutils-1.6/src/cdecl/Makefile.in.orig 2001-07-13 21:35:00.000000000 +0200
+++ cutils-1.6/src/cdecl/Makefile.in 2006-03-22 07:57:47.000000000 +0100
@@ -22,7 +22,7 @@
LEX = @LEX@
YACC = @YACC@
-PROG = cdecl
+PROG = cutils-cdecl
OBJS = cdecl.o parser.o lexer.o
.c.o:
|