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 =======