[SCM] gsequencer/master: fixed symbolic link missing directory

jkraehemann-guest at users.alioth.debian.org jkraehemann-guest at users.alioth.debian.org
Sat Aug 20 01:08:16 UTC 2016


The following commit has been merged in the master branch:
commit b3134c7b32f84bf78875c28c6d7111deee29f6f5
Author: Joël Krähemann <jkraehemann-guest at users.alioth.debian.org>
Date:   Sat Aug 20 02:31:54 2016 +0200

    fixed symbolic link missing directory

diff --git a/Makefile.am b/Makefile.am
index ce0ce2a..3fe19c3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1477,8 +1477,9 @@ install-html: html
 
 install-ags-docs: ags-docs
 	mkdir -p $(DESTDIR)/$(datadir)/doc/libgsequencer-0.7.x-doc/ags/
+	mkdir -p $(DESTDIR)/$(datadir)/gtk-doc/html
 	cp -rv docs/reference/ags/* $(DESTDIR)/$(datadir)/doc/libgsequencer-0.7.x-doc/ags/
-	ln -s $(DESTDIR)/$(datadir)/gtk-doc/html/ags ../../doc/libgsequencer-0.7.x-doc/ags/
+	ln -s ../../doc/libgsequencer-0.7.x-doc/ags/ $(DESTDIR)/$(datadir)/gtk-doc/html/ags
 
 uninstall-hook:
 	rm -rf $(DESTDIR)/$(datadir)/gsequencer
diff --git a/debian/patches/fixed-documentation-targets.patch b/debian/patches/fixed-documentation-targets.patch
index e544f8b..4560947 100644
--- a/debian/patches/fixed-documentation-targets.patch
+++ b/debian/patches/fixed-documentation-targets.patch
@@ -1,4 +1,5 @@
-fixed documentation targets in Makefile.am and included API reference build.--- a/Makefile.am
+# fixed documentation targets in Makefile.am and included API reference build.
+--- a/Makefile.am
 +++ b/Makefile.am
 @@ -46,7 +46,7 @@
  otherincludedir = $(includedir)/ags
@@ -9,7 +10,7 @@ fixed documentation targets in Makefile.am and included API reference build.---
  doc_DATA = README ags_example.xml
  
  # documentation
-@@ -1471,10 +1471,15 @@
+@@ -1471,10 +1471,16 @@
  	mkdir -p $(DESTDIR)/$(datadir)/doc/gsequencer/{images,html}/
  	mkdir -p $(DESTDIR)/$(datadir)/doc/libgsequencer-0.7.x/{images,html}/
  	cp $(userdocimages) $(DESTDIR)/$(datadir)/doc/gsequencer/images/
@@ -20,8 +21,9 @@ fixed documentation targets in Makefile.am and included API reference build.---
  
 +install-ags-docs: ags-docs
 +	mkdir -p $(DESTDIR)/$(datadir)/doc/libgsequencer-0.7.x-doc/ags/
++	mkdir -p $(DESTDIR)/$(datadir)/gtk-doc/html
 +	cp -rv docs/reference/ags/* $(DESTDIR)/$(datadir)/doc/libgsequencer-0.7.x-doc/ags/
-+	ln -s $(DESTDIR)/$(datadir)/gtk-doc/html/ags ../../doc/libgsequencer-0.7.x-doc/ags/
++	ln -s ../../doc/libgsequencer-0.7.x-doc/ags/ $(DESTDIR)/$(datadir)/gtk-doc/html/ags
 +
  uninstall-hook:
  	rm -rf $(DESTDIR)/$(datadir)/gsequencer

-- 
gsequencer packaging



More information about the pkg-multimedia-commits mailing list