[Nagios-devel] [PATCH] Cleanup html/Makefile - deleted wav files.

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
Guest

[Nagios-devel] [PATCH] Cleanup html/Makefile - deleted wav files.

Post by Guest »

This is a multi-part message in MIME format.
--------------030609000707090008090402
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi Ethan,
hi list,

since the few WAV Files left us at the last nagios checkin the
html/Makefile should not try to install them.

Regards
Hendrik
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (MingW32)

iD8DBQFJCbpdlI0PwfxLQjkRAuOCAJ9zD9GGyoFMhfUWzQyCTMLrTP9SXgCfd1m7
F0g2yUYFGjWKXF4ciexfPUs=
=zqKn
-----END PGP SIGNATURE-----

--------------030609000707090008090402
Content-Type: text/x-patch;
name="7146a3341cd1680719abb5957e2081d071f26d2e.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
filename="7146a3341cd1680719abb5957e2081d071f26d2e.diff"

diff --git a/html/Makefile.in b/html/Makefile.in
index 98c7ff9..976ed0b 100644
--- a/html/Makefile.in
+++ b/html/Makefile.in
@@ -46,8 +46,6 @@ install:
$(INSTALL) -m 664 $(INSTALL_OPTS) docs/robots.txt $(DESTDIR)$(HTMLDIR)/docs
for file in *.html; \
do $(INSTALL) -m 664 $(INSTALL_OPTS) $$file $(DESTDIR)$(HTMLDIR); done
- for file in media/*.wav; \
- do $(INSTALL) -m 664 $(INSTALL_OPTS) $$file $(DESTDIR)$(HTMLDIR)/media; done
for file in stylesheets/*.css; \
do $(INSTALL) -m 664 $(INSTALL_OPTS) $$file $(DESTDIR)$(HTMLDIR)/stylesheets; done
for file in contexthelp/*.html; \


--------------030609000707090008090402--





This post was automatically imported from historical nagios-devel mailing list archives
Original poster: [email protected]
Locked