diff options
author | cinap_lenrek <cinap_lenrek@localhost> | 2011-08-25 03:21:12 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@localhost> | 2011-08-25 03:21:12 +0200 |
commit | fbcb452f19f789837b8590a1d27d191448c5da8a (patch) | |
tree | 1a3b43d58e521bcea11259ffd881e894d7f4661f /sys/src/cmd/troff2html | |
parent | 4a8358bb5709b62a31ca88ba70820b1c22928e6f (diff) |
toff2html: ifdefs are evil
Diffstat (limited to 'sys/src/cmd/troff2html')
-rw-r--r-- | sys/src/cmd/troff2html/mkfile | 6 | ||||
-rw-r--r-- | sys/src/cmd/troff2html/troff2html.c | 8 |
2 files changed, 0 insertions, 14 deletions
diff --git a/sys/src/cmd/troff2html/mkfile b/sys/src/cmd/troff2html/mkfile index 3f97af7a0..141388bee 100644 --- a/sys/src/cmd/troff2html/mkfile +++ b/sys/src/cmd/troff2html/mkfile @@ -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 - diff --git a/sys/src/cmd/troff2html/troff2html.c b/sys/src/cmd/troff2html/troff2html.c index ad134c4a7..ebcdce0d0 100644 --- a/sys/src/cmd/troff2html/troff2html.c +++ b/sys/src/cmd/troff2html/troff2html.c @@ -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"); } |