]> git.pld-linux.org Git - packages/libmng.git/blob - libmng-automake.patch
- updated for 1.0.10
[packages/libmng.git] / libmng-automake.patch
1 --- libmng-1.0.10/makefiles/Makefile.am.orig    2004-09-18 09:39:43.000000000 +0200
2 +++ libmng-1.0.10/makefiles/Makefile.am 2007-07-16 19:43:07.285858201 +0200
3 @@ -2,8 +2,10 @@
4  
5  AUTOMAKE_OPTIONS = 1.3 foreign no-dependencies
6  
7 +SUBDIRS = doc
8 +
9  # include the app subdirectories in the distribution
10 -EXTRA_DIST = makefiles doc contrib
11 +EXTRA_DIST = makefiles contrib
12  
13  
14  # libmng release @VERSION@
15 --- libmng-1.0.10/makefiles/configure.in.orig   2005-01-30 11:28:00.000000000 +0100
16 +++ libmng-1.0.10/makefiles/configure.in        2007-07-16 19:43:24.774854842 +0200
17 @@ -189,5 +189,5 @@
18  
19    test $_restore -eq 1 && CPPFLAGS=$_cppflags LDFLAGS=$_ldflags
20  
21 -AC_CONFIG_FILES([Makefile])
22 +  AC_CONFIG_FILES([Makefile doc/Makefile doc/man/Makefile])
23  AC_OUTPUT
24 diff -Nru libmng-1.0.5.orig/doc/makefiles/Makefile.am libmng-1.0.5/doc/makefiles/Makefile.am
25 --- libmng-1.0.5.orig/doc/makefiles/Makefile.am Thu Jan  1 01:00:00 1970
26 +++ libmng-1.0.5/doc/makefiles/Makefile.am      Tue Mar  4 09:25:11 2003
27 @@ -0,0 +1,4 @@
28 +## Process this file with automake to produce Makefile.in
29 +
30 +SUBDIRS = man
31 +
32 diff -Nru libmng-1.0.5.orig/doc/man/makefiles/Makefile.am libmng-1.0.5/doc/man/makefiles/Makefile.am
33 --- libmng-1.0.5.orig/doc/man/makefiles/Makefile.am     Thu Jan  1 01:00:00 1970
34 +++ libmng-1.0.5/doc/man/makefiles/Makefile.am  Tue Mar  4 09:25:11 2003
35 @@ -0,0 +1,3 @@
36 +## Process this file with automake to produce Makefile.in
37 +
38 +man_MANS = libmng.3 jng.5 mng.5
This page took 0.035339 seconds and 3 git commands to generate.