[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#356545: Patch to correct manual pages



tag 356545 patch
thanks

The attached patch fixes makes the .so references use the correct path
to the directory containing Xau.3x.gz.  I've verified that it fixes
the problem.

-- 
Matt
diff -ru libxau-1.0.0-old/Makefile.am libxau-1.0.0/Makefile.am
--- libxau-1.0.0-old/Makefile.am	2006-06-20 06:50:36.000000000 -0700
+++ libxau-1.0.0/Makefile.am	2006-06-20 07:01:01.000000000 -0700
@@ -51,7 +51,7 @@
 shadows.DONE:
 	-rm -f $(Xau_shadows:=.@LIB_MAN_SUFFIX@)
 	(for i in $(Xau_shadows:=.@LIB_MAN_SUFFIX@) ; do \
-	 echo .so man$(LIB_MAN_SUFFIX)/Xau.$(LIB_MAN_SUFFIX) > $$i; \
+	 echo .so `basename $(LIB_MAN_DIR)`/Xau.$(LIB_MAN_SUFFIX) > $$i; \
 	 done)
 
 XORGRELSTRING = @PACKAGE_STRING@
diff -ru libxau-1.0.0-old/Makefile.in libxau-1.0.0/Makefile.in
--- libxau-1.0.0-old/Makefile.in	2006-06-20 06:50:36.000000000 -0700
+++ libxau-1.0.0/Makefile.in	2006-06-20 07:22:30.000000000 -0700
@@ -717,7 +717,7 @@
 shadows.DONE:
 	-rm -f $(Xau_shadows:=.@LIB_MAN_SUFFIX@)
 	(for i in $(Xau_shadows:=.@LIB_MAN_SUFFIX@) ; do \
-	 echo .so man$(LIB_MAN_SUFFIX)/Xau.$(LIB_MAN_SUFFIX) > $$i; \
+	 echo .so `basename $(LIB_MAN_DIR)`/Xau.$(LIB_MAN_SUFFIX) > $$i; \
 	 done)
 
 Xau.$(LIB_MAN_SUFFIX): $(srcdir)/Xau.man

Attachment: signature.asc
Description: Digital signature


Reply to: