toff2html: ifdefs are evil
This commit is contained in:
parent
4a8358bb57
commit
fbcb452f19
2 changed files with 0 additions and 14 deletions
|
@ -6,9 +6,3 @@ OFILES=troff2html.$O\
|
|||
|
||||
BIN=/$objtype/bin
|
||||
</sys/src/cmd/mkone
|
||||
CFLAGS=$CFLAGS -DLUCENT
|
||||
|
||||
outsideinstall:V: /386/bin/troff2html
|
||||
9fs outside
|
||||
cp /386/bin/troff2html /n/outside/386/bin/troff2html
|
||||
|
||||
|
|
|
@ -406,14 +406,6 @@ header(char *s)
|
|||
void
|
||||
trailer(void)
|
||||
{
|
||||
|
||||
#ifdef LUCENT
|
||||
Tm *t;
|
||||
t = localtime(time(nil));
|
||||
Bprint(&bout, TABLE "<tr height=20><td></table>\n");
|
||||
Bprint(&bout, "<font size=-1><a href=\"http://www.lucent.com/copyright.html\">\n");
|
||||
Bprint(&bout, "Copyright</A> © %d Alcatel-Lucent. All rights reserved.</font>\n", t->year+1900);
|
||||
#endif
|
||||
Bprint(&bout, "</body></html>\n");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue