Radix cross Linux

The main Radix cross Linux repository contains the build scripts of packages, which have the most complete and common functionality for desktop machines

452 Commits   2 Branches   1 Tag
Index: Makefile
===================================================================
--- Makefile	(revision 45)
+++ Makefile	(revision 46)
@@ -277,6 +277,13 @@
 	     touch -r NEWS $$DOCSDIR/NEWS ; \
 	   fi \
 	 )
+	@( cd $(SRC_DIR) ; \
+	   if [ -f ChangeLog ]; then \
+	     DOCSDIR=`echo $(LIBSIGC_PKG)/usr/share/doc/$(src_dir_name)` ; \
+	     cat ChangeLog | head -n 1000 > $$DOCSDIR/ChangeLog ; \
+	     touch -r ChangeLog $$DOCSDIR/ChangeLog ; \
+	   fi \
+	 )
 	# ======= Install the same to $(TARGET_DEST_DIR) =======
 	$(call install-into-devenv, $(LIBSIGC_PKG))
 	# ======= tune pkg-config *.pc search path to the target destination for development =======