search for: htmldir

Displaying 20 results from an estimated 55 matches for "htmldir".

2017 Jan 13
0
[PATCH 3/4] Honor user's $(htmldir) and do not override GNU defaults for $(docdir)
* HTML files should be installed to $(htmldir), and $(docdir) should not be changed, as this is a user flag in the GNU conventions. --- doc/Makefile.am | 2 -- doc/html/Makefile.am | 10 ++++------ doc/html/images/Makefile.am | 4 ++-- 3 files changed, 6 insertions(+), 10 deletions(-) diff --git a/doc/Makefile.am b/doc...
2014 Jan 16
2
[PATCH 1/2] hivex: ruby: find files to install in correct directories when building out-of-tree
--- ruby/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ruby/Makefile.am b/ruby/Makefile.am index b6654d3..e78ab59 100644 --- a/ruby/Makefile.am +++ b/ruby/Makefile.am @@ -51,7 +51,7 @@ RUBY_SITEARCH := $(shell $(RUBY) -rrbconfig -e "puts RbConfig::CONFIG['sitearchd install: $(MKDIR_P) $(DESTDIR)$(RUBY_SITELIB) $(MKDIR_P)
2010 Sep 19
0
A logging/graphing UPS client using rrdtool and UPS::Nut
...rl/5.8.9/); use Getopt::Long; use POSIX; use RRDs; use UPS::Nut; use Pod::Usage; use strict; my $version = '0.99'; my $desc = "\nUPSwatch version $version : A NUT UPS monitoring tool using RRDtool\n"; my (%opts, $runuser, $pid, $username, $password, $upshost, $basedir, $htmldir, $rrd_file, $logfile, $daychargegraph, $weekchargegraph, $daypowergraph, $weekpowergraph, $dayloadgraph, $weekloadgraph); if (GetOptions(\%opts, 'foreground', 'username=s', 'password=s', 'runas=s...
2005 May 26
3
Updated Shorewall build and publish scripts
...############################################ # V A R I A B L E S ################################################################################ VERSION= OLDVERSION= SHOREWALLDIR= SOURCEDIR= LRPPROJ= LRPDIR= LRP= CVSPROJ= CVSSTABLE= XMLPROJ= RPMNAME= TARBALL= LOGFILE= HTMLDIR= BUILDTARBALL= BUILDRPM= BUILDXML= BUILDHTML= BUILDLRP= ################################################################################ # F U N C T I O N S ################################################################################ progress_message() { echo...
2014 Jan 16
0
[PATCH 2/2] hivex: Make sure that pod2html finds the POD file when building out-of-tree
...+- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/regedit/Makefile.am b/regedit/Makefile.am index 7977334..476c059 100644 --- a/regedit/Makefile.am +++ b/regedit/Makefile.am @@ -39,6 +39,6 @@ $(top_builddir)/html/hivexregedit.1.html: hivexregedit --css 'pod.css' \ --htmldir html \ --outfile html/hivexregedit.1.html \ - regedit/hivexregedit + $(abs_srcdir)/hivexregedit CLEANFILES = $(man_MANS) diff --git a/sh/Makefile.am b/sh/Makefile.am index a6f5ae6..1c2aba8 100644 --- a/sh/Makefile.am +++ b/sh/Makefile.am @@ -71,7 +71,7 @@ $(top_builddir)/html/hivexget.1....
2011 Sep 04
1
mrtg 2.16.2 ipv6 on centos 6
...I also installed the depending packages perl-IO-Socket-INET6 perl-Socket6 .... mrtg works fine with IPV4-Addresses. When i specify a Target by IPV6-Address (or hostname resolving to a V6-address) mrtg fails. Here i have a small sample-config for V4 which is working: LogDir: /tmp ThreshDir: /tmp HtmlDir: /tmp ImageDir: /tmp LogDir: /tmp EnableIPv6: yes Target[bai-gw-i-oct]: ifInOctets.1&ifOutOctets.1:abc123 at 85.237.138.221 Title[bai-gw-i-oct]: Test MaxBytes[bai-gw-i-oct]: 100000000 ---------------------------------------------------- Here the same for V6 which fails. When running mrtg there...
2017 Jan 13
9
Upstreaming Gentoo patches
Dear FLAC devs, I would like to get some of our patches merged into master. Most of them deal with adhering to GNU conventions, respectively not overriding flags/variables that are up to the user to set. For instance, honoring $(htmldir) is important, as we have installation paths for the documentation that differ from what is currently coded in the various Makefile.am's. Regards David Seifert
2011 Aug 11
1
[PATCH] hivex: A few tweaks to enable building in a separate directory
...gnulib/lib +libhivex_la_CPPFLAGS = -I$(top_srcdir)/gnulib/lib -I$(srcdir) include_HEADERS = hivex.h @@ -56,10 +56,10 @@ noinst_DATA = \ $(top_builddir)/html/hivex.3.html: hivex.pod mkdir -p $(top_builddir)/html - cd $(top_builddir) && pod2html \ - --css 'pod.css' \ - --htmldir html \ - --outfile html/hivex.3.html \ - lib/hivex.pod + pod2html \ + --css $(top_srcdir)/css/pod.css \ + --htmldir $(top_builddir)/html \ + --outfile $(top_builddir)/html/hivex.3.html \ + $< CLEANFILES = $(man_MANS) diff --git a/ocaml/Makefile.am b/ocaml/Makefile.am index c688df0...
2017 May 08
1
2.2 -git fails to compile as of Apr 28 2017
...$ ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --disable-dependency-tracking --disable-silent-rules --docdir=/usr/share/doc/dovecot-9999_p20170508 --htmldir=/usr/share/doc/dovecot-9999_p20170508/html --libdir=/usr/lib64 --localstatedir=/var --with-moduledir=/usr/lib64/dovecot --without-stemmer --with-storages=maildir --disable-rpath --with-icu --with-systemdsystemunitdir=/usr/lib/systemd/system --with-bzlib --without-libcap --without-gssapi --without-...
2017 Nov 09
8
[Bug 1201] New: Some filters randomly do not work since version 0.8
...led with: ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --disable-dependency-tracking --disable-silent-rules --docdir=/usr/share/doc/nftables-0.8-r3 --htmldir=/usr/share/doc/nftables-0.8-r3/html --libdir=/usr/lib64 --sbindir=/sbin --disable-pdf-doc --disable-debug --with-cli --without-mini_gmp I am unable to reproduce the problem with version 0.7 compiled with these (the same parameters as 0.8 except for docdir and htmldir): ./configure --prefix=/usr --...
2017 May 08
2
2.2 -git fails to compile as of Apr 28 2017
On 2017-05-08 16:23, Reuben Farrelly wrote: > > > On 8/05/2017 9:13 PM, Aki Tuomi wrote: >> >> >> On 2017-05-08 13:52, Reuben Farrelly wrote: >>> Hi, >>> >>> Following up on this as there has been no response and the problem >>> is still present. As this is the master-2.2 branch I would have >>> thought it would compile
2003 Aug 26
2
Monitoring traffic
Does anybody know a good ip traffic monitoring software that has multiuser capability? I need some type of software with an interface on which users can login with their user/pass and see how much traffic (how many megabytes) they consumed over a certain period of time. Speed graphs are NOT a must, just something to show them hou much traffic they did. I''m currently using net-acct mysql
2017 May 08
0
2.2 -git fails to compile as of Apr 28 2017
...configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --disable-dependency-tracking --disable-silent-rules --docdir=/usr/share/doc/dovecot-9999_p20170508 --htmldir=/usr/share/doc/dovecot-9999_p20170508/html --libdir=/usr/lib64 --localstatedir=/var --with-moduledir=/usr/lib64/dovecot --without-stemmer --with-storages=maildir --disable-rpath --with-icu --with-systemdsystemunitdir=/usr/lib/systemd/system --with-bzlib --without-libcap --without-gssapi --with...
2009 Sep 23
2
[PATCH] New tool: virt-edit
...quot;$(PACKAGE_NAME)-$(PACKAGE_VERSION)" \ + $< > $@ + + at top_builddir@/html/virt-edit.1.html: virt-edit.pl + mkdir -p @top_builddir@/html + cd @top_builddir@ && pod2html \ + --css 'pod.css' \ + --title 'virt-edit, edit a file in a virtual machine' \ + --htmldir html \ + --outfile html/virt-edit.1.html \ + edit/$< + +install-data-hook: + mkdir -p $(DESTDIR)$(bindir) + install -m 0755 virt-edit.pl $(DESTDIR)$(bindir)/virt-edit + +endif diff --git a/edit/run-edit-locally b/edit/run-edit-locally new file mode 100755 index 0000000..90968a2 --- /dev/null...
2019 Apr 01
1
gencache.tdb: device busy
...r=$(CONFIGURE_PREFIX)/private/$(MACH64) CONFIGURE_OPTIONS += --sysconfdir=$(ETCDIR)/samba CONFIGURE_OPTIONS.64 += --with-pammodulesdir=$(CONFIGURE_PREFIX)/security/$(MACH64) CONFIGURE_OPTIONS += --datarootdir=$(CONFIGURE_PREFIX) CONFIGURE_OPTIONS += --mandir=$(USRSHAREMANDIR) CONFIGURE_OPTIONS += --htmldir=/usr/share/samba/swat/help CONFIGURE_OPTIONS += --includedir=$(USRINCDIR)/samba CONFIGURE_OPTIONS += --with-privatedir=$(ETCDIR)/samba/private CONFIGURE_OPTIONS += --localstatedir=$(VARDIR)/samba CONFIGURE_OPTIONS += --with-logfilebase=$(VARDIR)/samba/log CONFIGURE_OPTIONS += --sharedstatedir=$(VAR...
2006 Aug 04
1
prettyR arrives
Hi all, I have finally gotten the prettyR package going (many thanks to Kurt Hornik for his patience). prettyR is a set of functions that allows the user to produce HTML output from R scripts. Given an R script that runs properly, an HTML listing complete with embedded graphics can be produced simply by passing the script to the core function htmlize (Phillipe Grosjean has not only offered
2015 Feb 06
2
Fwd: Waiting for Reply regarding "TestCases Failure"
...; datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' exec_prefix='${prefix}' host='x86_64-unknown-linux-gnu' host_alias='' host_cpu='x86_64' host_os='linux-gnu' host_vendor='unknown' htmldir='${docdir}' incdir='${prefix}/include/xapian-1.3' includedir='${prefix}/include' infodir='${datarootdir}/info' install_sh='${SHELL} /home/saad/GitProjects/xapian/xapian-core/install-sh' ldflags='' libdir='${exec_prefix}/lib' libexecdir='${...
2008 Jun 10
7
error compiling fc9 x64
...doc/${PACKAGE_TARNAME}' dvidir='${docdir}' exec_prefix='NONE' ft_devel='' gphoto2_devel='' gphoto2port_devel='' host='x86_64-unknown-linux-gnu' host_alias='' host_cpu='i386' host_os='linux-gnu' host_vendor='unknown' htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' mandir='${datarootdir}/man' oldinc...
2008 Oct 28
5
Wine does not compile on Fedora 9 x86_64
...doc/${PACKAGE_TARNAME}' dvidir='${docdir}' exec_prefix='NONE' ft_devel='' gphoto2_devel='' gphoto2port_devel='' host='x86_64-unknown-linux-gnu' host_alias='' host_cpu='i386' host_os='linux-gnu' host_vendor='unknown' htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' mandir='${datarootdir}/man' oldinc...
2009 Jun 17
1
[LLVMdev] Configure problem of llvm2.5 in Mac OS X 10.4.11
...9; datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' exec_prefix='NONE' host='powerpc-apple-darwin8.11.0' host_alias='' host_cpu='powerpc' host_os='darwin8.11.0' host_vendor='apple' htmldir='${docdir}' ifGNUmake='' includedir='${prefix}/include' infodir='${datarootdir}/info' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' mandir='${dataroo...