]> git.pld-linux.org Git - packages/libmng.git/commitdiff
- automake fixes for installing man pages.
authorkloczek <kloczek@pld-linux.org>
Tue, 8 Aug 2000 08:38:18 +0000 (08:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libmng-automake.patch -> 1.1

libmng-automake.patch [new file with mode: 0644]

diff --git a/libmng-automake.patch b/libmng-automake.patch
new file mode 100644 (file)
index 0000000..2a0aacc
--- /dev/null
@@ -0,0 +1,39 @@
+diff -Nru libmng-0.9.2/Makefile.am libmng-0.9.2.new/Makefile.am
+--- libmng-0.9.2/Makefile.am   Mon Aug  7 01:36:03 2000
++++ libmng-0.9.2.new/Makefile.am       Tue Aug  8 08:12:13 2000
+@@ -2,8 +2,10 @@
+ AUTOMAKE_OPTIONS = 1.3 foreign no-dependencies
++SUBDIRS = doc
++
+ # include the app subdirectories in the distribution
+-EXTRA_DIST = makefiles doc contrib Unix
++EXTRA_DIST = makefiles contrib Unix
+ # libmng release @VERSION@
+diff -Nru libmng-0.9.2/configure.in libmng-0.9.2.new/configure.in
+--- libmng-0.9.2/configure.in  Mon Aug  7 01:36:03 2000
++++ libmng-0.9.2.new/configure.in      Tue Aug  8 10:13:23 2000
+@@ -100,4 +100,4 @@
+     test $_restore -eq 1 && CPPFLAGS=$_cppflags LDFLAGS=$_ldflags
+     AC_MSG_WARN(jpeg header not found))])
+-AC_OUTPUT(Makefile)
++AC_OUTPUT(Makefile doc/Makefile doc/man/Makefile)
+diff -Nru libmng-0.9.2/doc/Makefile.am libmng-0.9.2.new/doc/Makefile.am
+--- libmng-0.9.2/doc/Makefile.am       Thu Jan  1 01:00:00 1970
++++ libmng-0.9.2.new/doc/Makefile.am   Tue Aug  8 08:12:37 2000
+@@ -0,0 +1,4 @@
++## Process this file with automake to produce Makefile.in
++
++SUBDIRS = man
++
+diff -Nru libmng-0.9.2/doc/man/Makefile.am libmng-0.9.2.new/doc/man/Makefile.am
+--- libmng-0.9.2/doc/man/Makefile.am   Thu Jan  1 01:00:00 1970
++++ libmng-0.9.2.new/doc/man/Makefile.am       Tue Aug  8 08:14:49 2000
+@@ -0,0 +1,3 @@
++## Process this file with automake to produce Makefile.in
++
++man_MANS = libmng.3 jng.5 mng.5
This page took 0.089182 seconds and 4 git commands to generate.