Author: jan
Date: 2007-07-31 17:08:34 +0200 (Tue, 31 Jul 2007)
New Revision: 348

Modified:
   trunk/openvas-manual/ChangeLog
   trunk/openvas-manual/Makefile
   trunk/openvas-manual/README
Log:
* Makefile: Fixed INSTALL_DIR, added INSTALL.

* README: Updated according to INSTALL/INSTALL_DIR changes.



Modified: trunk/openvas-manual/ChangeLog
===================================================================
--- trunk/openvas-manual/ChangeLog      2007-07-31 14:52:22 UTC (rev 347)
+++ trunk/openvas-manual/ChangeLog      2007-07-31 15:08:34 UTC (rev 348)
@@ -1,4 +1,10 @@
 2007-07-31  Jan-Oliver Wagner <[EMAIL PROTECTED]>
 
+       * Makefile: Fixed INSTALL_DIR, added INSTALL.
+
+       * README: Updated according to INSTALL/INSTALL_DIR changes.
+
+2007-07-31  Jan-Oliver Wagner <[EMAIL PROTECTED]>
+
        Started the whole module as a copy from OpenVAS-Client/doc/man with
        slight adaption in the Makefile plus README.

Modified: trunk/openvas-manual/Makefile
===================================================================
--- trunk/openvas-manual/Makefile       2007-07-31 14:52:22 UTC (rev 347)
+++ trunk/openvas-manual/Makefile       2007-07-31 15:08:34 UTC (rev 348)
@@ -1,5 +1,6 @@
 DOC_DIR=/usr/local/share/doc/OpenVAS
-INSTALL_DIR=/usr/bin/install
+INSTALL_DIR=/usr/bin/install -c -d
+INSTALL=/usr/bin/install -c
 
 # TODO: html is commented out, because the lyx output is not yet prepared
 # to work with hyperlatex

Modified: trunk/openvas-manual/README
===================================================================
--- trunk/openvas-manual/README 2007-07-31 14:52:22 UTC (rev 347)
+++ trunk/openvas-manual/README 2007-07-31 15:08:34 UTC (rev 348)
@@ -16,11 +16,14 @@
 2. Just type "make". This will build PDF files for the englisch
    and german manual.
 
-3. Before Installing you have to adjust two variable in "Makefile":
+3. Before Installing you have to adjust three variable in "Makefile":
 
-   * INSTALL_DIR: Path to programm "install". Usually the default should
+   * INSTALL_DIR: Path to programm "install" and apropriate command
+     line parameters to install a directory. Usually the default should
      be OK.
 
+   * INSTALL: Same as INSTALL_DIR, but for files.
+
    * DOC_DIR: The documentation directory where the PDFs are placed.
    This should be the same location as OpenVAS Client expects.
    The default is OK if you configured OpenVAS-Client with default prefix.

_______________________________________________
Openvas-commits mailing list
[email protected]
http://lists.wald.intevation.org/mailman/listinfo/openvas-commits

Reply via email to