File: frm_installation.html

package info (click to toggle)
xfig 1%3A3.2.8-3%2Bdeb11u1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 26,600 kB
  • sloc: ansic: 75,767; sh: 3,136; makefile: 279; javascript: 22; csh: 5
file content (15 lines) | stat: -rw-r--r-- 405 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN">
<html>
<head>
<title> XFig User Manual</title>
</head>

<frameset cols="172,*" frameborder=2 border=2 framespacing=0>
  <frame src="but_frm_installation.html" marginheight=10 marginwidth=8>
  <frame src="installation.html" name="contents">
  <noframes>
    Jump to <a href="contents.html">no frame version</a>.
  </noframes>
</frameset>
</html>