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