File: patchlvl

package info (click to toggle)
kimwitu-doc 10a-3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, sarge
  • size: 1,192 kB
  • ctags: 341
  • sloc: makefile: 166; yacc: 125; ansic: 40; lex: 18; sh: 2
file content (21 lines) | stat: -rw-r--r-- 697 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
%{ CODE HEADER
/*
 * The Termprocessor Kimwitu
 *
 * Copyright (c) 1991 University of Twente, Dept TIOS.
 * All rights reserved.
 *
 */
%}
/* This file contains the patchlevel of the manual.
 * $Id: patchlvl,v 1.5 2000/04/17 10:02:25 belinfan Rel $
 * Because we use MANUALVERSION as symbolic RCS name,
 * MANUALVERSION is *not* allowed to contain dots: we use _ instead
 * very important: the version number should be the third word
 * on the #define line (because the makefile depends on it).
 * The #define MANUALVERSION line should be the last line that contains
 * the word MANUALVERSION in this file (because the makefile depends on it).
 */
%{ KC_TYPES_HEADER
#define MANUALVERSION V10a
%}