Переглянути джерело

fix misc make dist issues

Christian Grothoff 6 роки тому
батько
коміт
4e084e4842
12 змінених файлів з 1392 додано та 1060 видалено
  1. 0 2
      configure.ac
  2. 1 3
      doc/Makefile.am
  3. 28 27
      doc/documentation/Makefile.am
  4. 227 171
      po/de.po
  5. 228 171
      po/es.po
  6. 222 170
      po/fr.po
  7. 228 171
      po/sv.po
  8. 230 171
      po/vi.po
  9. 227 171
      po/zh_CN.po
  10. 0 1
      src/Makefile.am
  11. 1 1
      src/include/gnunet_rest_lib.h
  12. 0 1
      src/transport/Makefile.am

+ 0 - 2
configure.ac

@@ -1559,8 +1559,6 @@ src/dht/Makefile
 src/dht/dht.conf
 src/dns/Makefile
 src/dns/dns.conf
-src/dv/Makefile
-src/dv/dv.conf
 src/exit/Makefile
 src/fragmentation/Makefile
 src/fs/Makefile

+ 1 - 3
doc/Makefile.am

@@ -2,6 +2,4 @@
 SUBDIRS = man doxygen documentation
 
 EXTRA_DIST =							\
-	outdated-and-old-installation-instructions.txt		\
-	gnunet-c-tutorial-v1.pdf				\
-	README.txt
+	outdated-and-old-installation-instructions.txt		

+ 28 - 27
doc/documentation/Makefile.am

@@ -76,34 +76,35 @@ dist_infoimage_DATA =                           		\
 # 	$(top_srcdir)/%D%/images/coreutils-size-map.eps
 # dvi-local: ps-local
 
+
 gnunet_tutorial_examples =					\
-	001.c							\
-	002.c							\
-	003.c							\
-	004.c							\
-	005.c							\
-	006.c							\
-	007.c							\
-	008.c							\
-	009.c							\
-	010.c							\
-	011.c							\
-	012.c							\
-	013.c							\
-	013.1.c							\
-	014.c							\
-	015.c							\
-	016.c							\
-	017.c							\
-	018.c							\
-	019.c							\
-	020.c							\
-	021.c							\
-	022.c							\
-	023.c							\
-	024.c							\
-	025.c							\
-	026.c
+	tutorial-examples/001.c							\
+	tutorial-examples/002.c							\
+	tutorial-examples/003.c							\
+	tutorial-examples/004.c							\
+	tutorial-examples/005.c							\
+	tutorial-examples/006.c							\
+	tutorial-examples/007.c							\
+	tutorial-examples/008.c							\
+	tutorial-examples/009.c							\
+	tutorial-examples/010.c							\
+	tutorial-examples/011.c							\
+	tutorial-examples/012.c							\
+	tutorial-examples/013.c							\
+	tutorial-examples/013.1.c							\
+	tutorial-examples/014.c							\
+	tutorial-examples/015.c							\
+	tutorial-examples/016.c							\
+	tutorial-examples/017.c							\
+	tutorial-examples/018.c							\
+	tutorial-examples/019.c							\
+	tutorial-examples/020.c							\
+	tutorial-examples/021.c							\
+	tutorial-examples/022.c							\
+	tutorial-examples/023.c							\
+	tutorial-examples/024.c							\
+	tutorial-examples/025.c							\
+	tutorial-examples/026.c
 
 info_TEXINFOS = 						\
 	gnunet.texi						\

Різницю між файлами не показано, бо вона завелика
+ 227 - 171
po/de.po


Різницю між файлами не показано, бо вона завелика
+ 228 - 171
po/es.po


Різницю між файлами не показано, бо вона завелика
+ 222 - 170
po/fr.po


Різницю між файлами не показано, бо вона завелика
+ 228 - 171
po/sv.po


Різницю між файлами не показано, бо вона завелика
+ 230 - 171
po/vi.po


Різницю між файлами не показано, бо вона завелика
+ 227 - 171
po/zh_CN.po


+ 0 - 1
src/Makefile.am

@@ -13,7 +13,6 @@ if HAVE_EXPERIMENTAL
  EXP_DIR = \
   rps
 endif
-#  dv (FTBFS)
 
 if HAVE_JSON
 if HAVE_MHD

+ 1 - 1
src/include/gnunet_rest_lib.h

@@ -32,7 +32,7 @@
 #define GNUNET_REST_LIB_H
 
 #include "gnunet_util_lib.h"
-#include "microhttpd.h"
+#include <microhttpd.h>
 
 #define GNUNET_REST_HANDLER_END {NULL, NULL, NULL}
 

+ 0 - 1
src/transport/Makefile.am

@@ -1330,7 +1330,6 @@ test_transport_api_monitor_peers_peer2.conf\
 test_transport_api_monitor_validation_peer1.conf\
 test_transport_api_monitor_validation_peer2.conf\
 test_transport_defaults.conf\
-test_transport_startonly.conf\
 test_transport_api_disconnect_tcp_peer1.conf\
 test_transport_api_disconnect_tcp_peer2.conf\
 test_transport_api_timeout_http_peer1.conf\

Деякі файли не було показано, через те що забагато файлів було змінено