From 202bd82c424e1312e1a8572338c0cc322dc9f482 Mon Sep 17 00:00:00 2001 From: Michael Jerris Date: Tue, 9 Jun 2009 01:08:51 +0000 Subject: [PATCH] remove docs without defined docdir to fix build git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13712 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- libs/pcre/Makefile.am | 56 ------------------------------------------- 1 file changed, 56 deletions(-) diff --git a/libs/pcre/Makefile.am b/libs/pcre/Makefile.am index 1dcec00975..0d84062f2b 100644 --- a/libs/pcre/Makefile.am +++ b/libs/pcre/Makefile.am @@ -1,64 +1,8 @@ ## Process this file with automake to produce Makefile.in. -dist_doc_DATA = \ - doc/pcre.txt \ - doc/pcre-config.txt \ - doc/pcregrep.txt \ - doc/pcretest.txt \ - AUTHORS \ - COPYING \ - ChangeLog \ - LICENCE \ - NEWS \ - README - -dist_html_DATA = \ - doc/html/index.html \ - doc/html/pcre.html \ - doc/html/pcre-config.html \ - doc/html/pcre_compile.html \ - doc/html/pcre_compile2.html \ - doc/html/pcre_config.html \ - doc/html/pcre_copy_named_substring.html \ - doc/html/pcre_copy_substring.html \ - doc/html/pcre_dfa_exec.html \ - doc/html/pcre_exec.html \ - doc/html/pcre_free_substring.html \ - doc/html/pcre_free_substring_list.html \ - doc/html/pcre_fullinfo.html \ - doc/html/pcre_get_named_substring.html \ - doc/html/pcre_get_stringnumber.html \ - doc/html/pcre_get_stringtable_entries.html \ - doc/html/pcre_get_substring.html \ - doc/html/pcre_get_substring_list.html \ - doc/html/pcre_info.html \ - doc/html/pcre_maketables.html \ - doc/html/pcre_refcount.html \ - doc/html/pcre_study.html \ - doc/html/pcre_version.html \ - doc/html/pcreapi.html \ - doc/html/pcrebuild.html \ - doc/html/pcrecallout.html \ - doc/html/pcrecompat.html \ - doc/html/pcregrep.html \ - doc/html/pcrematching.html \ - doc/html/pcrepartial.html \ - doc/html/pcrepattern.html \ - doc/html/pcreperform.html \ - doc/html/pcreposix.html \ - doc/html/pcreprecompile.html \ - doc/html/pcresample.html \ - doc/html/pcrestack.html \ - doc/html/pcresyntax.html \ - doc/html/pcretest.html - pcrecpp_html = doc/html/pcrecpp.html dist_noinst_DATA = $(pcrecpp_html) -if WITH_PCRE_CPP -html_DATA = $(pcrecpp_html) -endif - # The Libtool libraries to install. We'll add to this later. lib_LTLIBRARIES =