diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-09-12 22:56:01 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-09-12 22:56:01 +0000 |
commit | 5880eaa03f329f32e5c6edacbee71a9cd2d8bda6 (patch) | |
tree | 4796620562d1358380d0f479bb06f30a0ae70e9b /textproc/libxml2/files/patch-doc_devhelp_Makefile.in | |
parent | Don't install CVS files and directories from the new dist tarballs. (diff) |
Update to 2.6.22.
Notes
Notes:
svn path=/head/; revision=142553
Diffstat (limited to 'textproc/libxml2/files/patch-doc_devhelp_Makefile.in')
-rw-r--r-- | textproc/libxml2/files/patch-doc_devhelp_Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/textproc/libxml2/files/patch-doc_devhelp_Makefile.in b/textproc/libxml2/files/patch-doc_devhelp_Makefile.in new file mode 100644 index 000000000000..38e7bc33011d --- /dev/null +++ b/textproc/libxml2/files/patch-doc_devhelp_Makefile.in @@ -0,0 +1,11 @@ +--- doc/devhelp/Makefile.in.orig Mon Sep 12 18:42:04 2005 ++++ doc/devhelp/Makefile.in Mon Sep 12 18:42:20 2005 +@@ -258,7 +258,7 @@ + sharedstatedir = @sharedstatedir@ + sysconfdir = @sysconfdir@ + target_alias = @target_alias@ +-DEVHELP_DIR = $(datadir)/gtk-doc/html/libxml2 ++DEVHELP_DIR = $(datadir)/doc/libxml2/html + HTML_FILES = index.html general.html $(HTML_MODULES) + HTML_MODULES = \ + libxml2-c14n.html \ |