From f00e4ea8bd4bb0ea03ae4c89d776f6758baa7bde Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 5 Dec 2013 13:41:28 +0000 Subject: [PATCH] -rename and install --- contrib/Makefile.am | 13 ++++++++----- .../{businesscards/fields.html => gns-bcd.html} | 0 contrib/{businesscards/card.tex => gns-bcd.tex} | 0 contrib/{businesscards => }/gnunet-logo.pdf | Bin 4 files changed, 8 insertions(+), 5 deletions(-) rename contrib/{businesscards/fields.html => gns-bcd.html} (100%) rename contrib/{businesscards/card.tex => gns-bcd.tex} (100%) rename contrib/{businesscards => }/gnunet-logo.pdf (100%) diff --git a/contrib/Makefile.am b/contrib/Makefile.am index db9e6d747..7d1bfb8ab 100644 --- a/contrib/Makefile.am +++ b/contrib/Makefile.am @@ -9,7 +9,7 @@ noinst_PROGRAMS = \ if !MINGW timeout_watchdog_SOURCES = \ - timeout_watchdog.c + timeout_watchdog.c else timeout_watchdog_SOURCES = \ timeout_watchdog_w32.c @@ -25,6 +25,9 @@ bin_SCRIPTS = \ gnunet-gns-import.sh dist_pkgdata_DATA = \ + gns-bcd.html \ + gns-bcd.tex \ + gnunet-logo.pdf \ gnunet-logo-color.png \ testing_hostkeys.ecc @@ -56,7 +59,7 @@ EXTRA_DIST = \ openvpn-tap32/tapw64/OemWin2k.inf \ openvpn-tap32/INSTALL \ openvpn-tap32/tap32-signed-i386-2.1.zip \ - openvpn-tap32/tap32-source-2.1.zip + openvpn-tap32/tap32-source-2.1.zip do_subst = $(SED) -e 's,[@]PYTHON[@],$(PYTHON),g' @@ -70,7 +73,7 @@ do_subst = $(SED) -e 's,[@]PYTHON[@],$(PYTHON),g' # gnmessage.sh \ # junkinsert.sh \ # junklookup.sh \ -# namespacehelper.sh +# namespacehelper.sh check_PROGRAMS = \ @@ -90,12 +93,12 @@ test_gnunet_prefix_LDADD = \ $(GCLIBADD) $(WINLIB) \ $(LTLIBICONV) \ $(GN_LIBINTL) \ - $(LIBLTDL) -lunistring $(XLIB) + $(LIBLTDL) -lunistring $(XLIB) pkghellodir= $(pkgdatadir)/hellos install-data-local: - $(mkinstalldirs) $(DESTDIR)$(pkghellodir) + $(mkinstalldirs) $(DESTDIR)$(pkghellodir) @$(NORMAL_INSTALL) for hello in $(srcdir)/hellos/*; do \ if test -f $$hello; then \ diff --git a/contrib/businesscards/fields.html b/contrib/gns-bcd.html similarity index 100% rename from contrib/businesscards/fields.html rename to contrib/gns-bcd.html diff --git a/contrib/businesscards/card.tex b/contrib/gns-bcd.tex similarity index 100% rename from contrib/businesscards/card.tex rename to contrib/gns-bcd.tex diff --git a/contrib/businesscards/gnunet-logo.pdf b/contrib/gnunet-logo.pdf similarity index 100% rename from contrib/businesscards/gnunet-logo.pdf rename to contrib/gnunet-logo.pdf -- 2.25.1