Sponsored Content
Full Discussion: Not able to install htmldoc
Top Forums UNIX for Advanced & Expert Users Not able to install htmldoc Post 302353039 by totallyrandom on Monday 14th of September 2009 10:41:37 AM
Old 09-14-2009
Hi,
do an
Code:
apt-get update

and try again. If it still appears check the contents of the file
Code:
/etc/apt/sources

. You might have entries that do not belong to your version. See
Code:
/etc/issue

to check what you are dealing with.
 

8 More Discussions You Might Find Interesting

1. HP-UX

Oracle 9i install: Error in invoking target install of makefile

I receive an error while installing Oracle 9i: Error in invoking target install of makefile /opt/oracle/product/9.2.0/sqlplus/lib/ins_sqlplus.mk Furthermore: $ whoami oracle $ echo $ORACLE_HOME /opt/oracle/product/9.2.0 $ pwd /opt/oracle/product/9.2.0/sqlplus/lib $ ll total... (5 Replies)
Discussion started by: chris2005
5 Replies

2. Linux

install macbook pro fedora10 ???((<<if can install, how to install? >> ))

If may install can Tells everybody ??? (0 Replies)
Discussion started by: kzBSD
0 Replies

3. Shell Programming and Scripting

htmldoc with login on page

How can I make htmldoc write to pdf page that requires login and password? I'am doing it with PHP passthru. I have my login but htmldoc in passthru is showing me only login page. (4 Replies)
Discussion started by: Demerzel
4 Replies

4. UNIX for Advanced & Expert Users

HTMLDOC tool query

Hi, I am trying to convert a book file to a pdf file. Th book file contains the html doc tool command. It is setting the parameter for table of contents with proper headings and levels. I want to know if table of contents is displayed as a first page by default or can we set it to be the second... (1 Reply)
Discussion started by: sweagna
1 Replies

5. Solaris

Solaris 10 install dvd drive boots, but not recoginized by install process

I am trying to build a Sun Ultra 10 with solaris 10. This computer is one of a collection that was donated to the non-profic company I work for. All media was wiped before I recieved them, so I am starting from stratch. I downloaded the Solaris 10 ISO and burned a DVD. The computer came with a... (4 Replies)
Discussion started by: gwillhight
4 Replies

6. Red Hat

CentOS 6.1 base install (like FreeBSD base install)?

Hello, What is the simplest way to install CentOS 6.1 with console base-system only using official LiveDVD image on VirtualBox machine? I'd like to get simplest console with network support like FreeBSD base installation. Then, install services which I need. The installer jest extracts the... (2 Replies)
Discussion started by: newbie_develope
2 Replies

7. Red Hat

Install Red Hat 4.2 (Not Enterprise) from install tree

Hi guys I would like to install Red Hat Linux 4.2 on my old box (pIII). However there is a problem: i can't find the .iso image anywhere in the Net, all the material that i've found is (i think) an install tree of the OS. It will be possible for me to install the OS from that install tree? ... (3 Replies)
Discussion started by: mk2soldier
3 Replies

8. AIX

Install software in another directory with smitty install

Hello, I would like to ask if someone knows if is possible to install sofware via smitty or installp in another directorie , or we have to accept the default location? i would like to intall in /opt folder , but smitty installed it in /usr Thanks in advance (4 Replies)
Discussion started by: prpkrk
4 Replies
UPDATE-YORICKDOC(1)						      Yorick						       UPDATE-YORICKDOC(1)

NAME
update-yorickdoc - Build HTML documentation for Yorick SYNOPSIS
update-yorickdoc [--conf=file] [--auto] [--auto-now] [--from=directory] [--to=directory] [--xref-dir=directory] [--src-dir=directory] [--template=file] DESCRIPTION
update-yorickdoc is a wrapper around htmldoc.i, a Yorick script that extracts DOCUMENT comments from Yorick source files and turns them into a set of HTML files. update-yorickdoc merges files from a "source directory" (default: /usr/share/yorick-doc, command-line option: --src-dir), deletes the target directory (default: /usr/share/doc/yorick-doc/html_xref), and, if Yorick is installed, calls "yorick -batch htmldoc.i" to compile HTML documentation for all currently installed functions (either from the main Yorick package or from add-on pack- ages). update-yorickdoc is meant to be called automatically whenever a Yorick package is installed or removed. It is possible to prevent automatic updates by setting "ENABLE_AUTO" to 0 in /etc/yorick-doc. It is also possible to use update-yorickdoc manually to create documentation from custom directories (e.g. a user's own ~/Yorick/ directory) or to a custom place, for instance. update-yorickdoc has a set of default parameters to function with. These parameters are overwritten in chronological order by the content /etc/yorick-doc, $HOME/.yorick-doc, and the command line. A few files are required for this script to function. Default files are provided in the default source directory, and add-on packages should provide additional information in the same place. See FILES below as well as /usr/share/doc/yorick-dev/yorick-policy.gz. OPTIONS
--auto | -a This flag is being deprecated by the advent of triggers in dpkg. On systems where dpkg supports triggers, -a turns update-yorickdoc into a no-op. On older systems, it behaves like -A below. --auto-now | -A This flag is meant to be used only in the postinst script of the yorick-doc package, which is turn is supposed to be triggered each time a yorick add-on package is installed, upgraded, or removed. It is possible to turn update-yorickdoc into a no-op when this flag is set by setting ENABLE_AUTO to 0 in /etc/yorick-doc. --conf=file Read configuration from this file. This file is parsed as the option is found on the command line, overwriting the options coming before. --from=directory1:directory2... Colon-separated list of directories to scan for Yorick files. Default: /usr/share/yorick/i:/usr/share/yorick/i0. --purge | -p Only delete /usr/share/doc/yorick-doc/html_xref (or the directory set using --to and --xref-dir, or the equivalent variables in /etc/yorick-doc), do not rebuild the documentation afterwards. --quiet | -q Be quiet, only telling shortly what update-yorickdoc does. This is the built-in default but may have been overridden in a configuration file. --src-dir=directory Directory containing .packinfo, .keywords and .aliases files when building the documentation. Each of these three types of files will be concatenated in lexicographical order and fed to htmldoc.i using the --packinfo, --keywords, and --aliases options (see htmldoc.i). Default: /usr/share/yorick-doc. --template=file Template file for htmldoc.i. The correct format is detailed htmldoc.i. Default: /usr/share/yorick-doc/template.html. --to=directory Top-level directory of the Yorick HTML hierarchy to update. This is one level above the directory that will be deleted and/or (re)built. Defaults to /usr/share/doc/yorick-doc. --verbose | -v Be verbose, outputting lots of debugging information. The built-in default is to be quiet, just telling shortly what update-yorickdoc does. --xref-dir=word The sub-directory of the "TO" directory in which to compile the documentation. Certain hyperlinks in the documentation will use this value. This should not be set to a directory whose content you value, since this directory will be first erased. Default: html_xref. FILES
/etc/yorick-doc System-wide configuration for update-yorickdoc. This is the right place to set ENABLE_AUTO=0 in case you don't want Yorick's documenta- tion each time a package of the Yorick suite is installed, upgraded, or removed. Another interesting option is FROM, in which you can add for instance /usr/local/yorick/i if you maintain a secondary Yorick tree at your site. See the file itself for more details. $HOME/.yorick-doc User-level equivalent to the above. It is ignored for the root user. /usr/share/yorick-doc/*.packinfo Source for the package index in the documentation. /usr/share/yorick-doc/*.keywords Lists of keywords for the index page of the documentation. /usr/share/yorick-doc/*.aliases See htmldoc.i. /usr/share/yorick-doc/template.html Template file for htmldoc.i. /usr/share/yorick/i/htmldoc.i the Yorick script which does most of the actual work. SEE ALSO
/usr/share/yorick/i/htmldoc.i, /usr/share/doc/yorick-dev/yorick-policy.gz, dh_installyorick(1) AUTHORS
Thibaut Paumard <paumard@users.sourceforge.net> 2008-05-18 UPDATE-YORICKDOC(1)
All times are GMT -4. The time now is 07:44 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy