summaryrefslogtreecommitdiff
path: root/libidn133/makefile.patch
blob: 56af0c856ce441f22dba26790ae7f9ce9c087f6f (plain)
    1 diff -Naur libidn-1.33.orig/Makefile.am libidn-1.33/Makefile.am
    2 --- libidn-1.33.orig/Makefile.am	2021-09-06 15:02:37.335225836 +0200
    3 +++ libidn-1.33/Makefile.am	2021-09-06 15:03:12.460226448 +0200
    4 @@ -16,8 +16,7 @@
    5  # You should have received a copy of the GNU General Public License
    6  # along with this program.  If not, see <http://www.gnu.org/licenses/>.
    7  
    8 -SUBDIRS = gl lib/gl lib po src doc gltests lib/gltests tests examples	\
    9 -	java csharp
   10 +SUBDIRS = gl lib/gl lib
   11  
   12  EXTRA_DIST = cfg.mk maint.mk .clcopying
   13  EXTRA_DIST += COPYING.LESSERv2 COPYING.LESSERv3 COPYINGv2 COPYINGv3
   14 diff -Naur libidn-1.33.orig/cfg.mk libidn-1.33/cfg.mk
   15 --- libidn-1.33.orig/cfg.mk	2021-09-06 15:02:37.323225836 +0200
   16 +++ libidn-1.33/cfg.mk	2021-09-06 15:06:00.011229365 +0200
   17 @@ -39,25 +39,6 @@
   18  exclude_file_name_regexp--sc_useless_cpp_parens = ^lib/nfkc.c$$
   19  exclude_file_name_regexp--sc_prohibit_strncpy = ^src/idn.c$$
   20  
   21 -doc/Makefile.gdoc:
   22 -	printf "gdoc_MANS =\ngdoc_TEXINFOS =\n" > doc/Makefile.gdoc
   23 -
   24 -autoreconf: doc/Makefile.gdoc
   25 -	for f in po/*.po.in; do \
   26 -		cp $$f `echo $$f | sed 's/.in//'`; \
   27 -	done
   28 -	touch ChangeLog
   29 -	mv build-aux/config.rpath build-aux/config.rpath-
   30 -	test -f ./configure || autoreconf --install
   31 -	mv build-aux/config.rpath- build-aux/config.rpath
   32 -
   33 -update-po: refresh-po
   34 -	for f in `ls po/*.po | grep -v quot.po`; do \
   35 -		cp $$f $$f.in; \
   36 -	done
   37 -	git add po/*.po.in
   38 -	git commit -m "Sync with TP." po/LINGUAS po/*.po.in
   39 -
   40  bootstrap: autoreconf
   41  	./configure $(CFGFLAGS)
   42  

Generated by cgit