]> git.pld-linux.org Git - packages/libmng.git/blame - libmng-automake.patch
- updated to 1.0.0.
[packages/libmng.git] / libmng-automake.patch
CommitLineData
d26f4037 1diff -Nru libmng-0.9.2/Makefile.am libmng-0.9.2.new/Makefile.am
2--- libmng-0.9.2/Makefile.am Mon Aug 7 01:36:03 2000
3+++ libmng-0.9.2.new/Makefile.am Tue Aug 8 08:12:13 2000
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 Unix
12+EXTRA_DIST = makefiles contrib Unix
13
14
15 # libmng release @VERSION@
16diff -Nru libmng-0.9.2/configure.in libmng-0.9.2.new/configure.in
17--- libmng-0.9.2/configure.in Mon Aug 7 01:36:03 2000
18+++ libmng-0.9.2.new/configure.in Tue Aug 8 10:13:23 2000
19@@ -100,4 +100,4 @@
20 test $_restore -eq 1 && CPPFLAGS=$_cppflags LDFLAGS=$_ldflags
21 AC_MSG_WARN(jpeg header not found))])
22
23-AC_OUTPUT(Makefile)
24+AC_OUTPUT(Makefile doc/Makefile doc/man/Makefile)
25diff -Nru libmng-0.9.2/doc/Makefile.am libmng-0.9.2.new/doc/Makefile.am
26--- libmng-0.9.2/doc/Makefile.am Thu Jan 1 01:00:00 1970
27+++ libmng-0.9.2.new/doc/Makefile.am Tue Aug 8 08:12:37 2000
28@@ -0,0 +1,4 @@
29+## Process this file with automake to produce Makefile.in
30+
31+SUBDIRS = man
32+
33diff -Nru libmng-0.9.2/doc/man/Makefile.am libmng-0.9.2.new/doc/man/Makefile.am
34--- libmng-0.9.2/doc/man/Makefile.am Thu Jan 1 01:00:00 1970
35+++ libmng-0.9.2.new/doc/man/Makefile.am Tue Aug 8 08:14:49 2000
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.064349 seconds and 4 git commands to generate.