diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-22 12:07:47 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-22 12:07:47 +0000 |
commit | dde67969f8eac0f1246f312c7a69cc2ad2470ea7 (patch) | |
tree | 2728053699436cb02e100ec25da3300801796997 /openwrt/package/cups/files/usr/share/doc | |
parent | 22828b8f63f1aabe2f758bda264bf5d2783bee0b (diff) |
Standardize Makefile, add ./ipkg/cups.conffiles, install dev stuff in STAGING_DIR/usr, remove ./files/usr and add a patch for doc url
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1019 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/cups/files/usr/share/doc')
-rw-r--r-- | openwrt/package/cups/files/usr/share/doc/cups/index.html | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/openwrt/package/cups/files/usr/share/doc/cups/index.html b/openwrt/package/cups/files/usr/share/doc/cups/index.html deleted file mode 100644 index 368f6cf26..000000000 --- a/openwrt/package/cups/files/usr/share/doc/cups/index.html +++ /dev/null @@ -1,36 +0,0 @@ -<HTML> -<HEAD> - <TITLE>Common UNIX Printing System</TITLE> - <LINK REL=STYLESHEET TYPE="text/css" HREF="cups.css"> - <MAP NAME="navbar"> - <AREA SHAPE="RECT" COORDS="12,10,50,20" HREF="http://www.easysw.com" ALT="Easy Software Products Home Page"> - <AREA SHAPE="RECT" COORDS="82,10,196,20" HREF="/admin" ALT="Do Administration Tasks"> - <AREA SHAPE="RECT" COORDS="216,10,280,20" HREF="/classes" ALT="Manage Printer Classes Status"> - <AREA SHAPE="RECT" COORDS="300,10,336,20" HREF="http://www.cups.org/documentation.php" ALT="On-Line Help"> - <AREA SHAPE="RECT" COORDS="356,10,394,20" HREF="/jobs" ALT="Manage Jobs"> - <AREA SHAPE="RECT" COORDS="414,10,476,20" HREF="/printers" ALT="Manage Printers"> - <AREA SHAPE="RECT" COORDS="496,10,568,20" HREF="http://www.cups.org" ALT="Download the Current CUPS Software"> - </MAP> -</HEAD> - -<BODY BGCOLOR="#cccc99" TEXT="#000000" LINK="#0000FF" VLINK="#FF00FF"> -<CENTER> -<IMG SRC="/images/navbar.gif" WIDTH="583" HEIGHT="30" USEMAP="#navbar" BORDER="0" ALT="Common UNIX Printing System"> -</CENTER> - -<H1><A HREF="admin">Do Administration Tasks</A></H1> -<H1><A HREF="classes">Manage Printer Classes</A></H1> -<H1><A HREF="http://www.cups.org/documentation.php">On-Line Help</A></H1> -<H1><A HREF="jobs">Manage Jobs</A></H1> -<H1><A HREF="printers">Manage Printers</A></H1> -<H1><A HREF="http://www.cups.org">Download the Current CUPS Software</A></H1> - -<HR> - -<P>The Common UNIX Printing System, CUPS, and the CUPS logo are the -trademark property of <A HREF="http://www.easysw.com">Easy Software -Products</A>. CUPS is copyright 1997-2005 by Easy Software Products, -All Rights Reserved. - -</BODY> -</HTML> |