]> git.pld-linux.org Git - packages/nload.git/blob - nload-am_fixes.patch
- updated to 0.4.0 (bugfixes akd porting to other systems fixes),
[packages/nload.git] / nload-am_fixes.patch
1 --- nload-0.4.0/docs/Makefile.am~       Mon Jan  7 10:57:14 2002
2 +++ nload-0.4.0/docs/Makefile.am        Mon Jan  7 10:57:14 2002
3 @@ -1,4 +1,4 @@
4  ## Helder Correia <helder.correia@netcabo.pt>
5  
6 -## dist_man1_MANS = nload.1.in
7 -## EXTRA_DIST = $(dist_man1_MANS)
8 +man_MANS = nload.1
9 +EXTRA_DIST = nload.1.in
10 --- nload-0.4.0/Makefile.am~    Mon Jan  7 10:59:11 2002
11 +++ nload-0.4.0/Makefile.am     Mon Jan  7 10:59:11 2002
12 @@ -3,11 +3,3 @@
13  SUBDIRS = docs src
14  DIST_SUBDIRS = $(SUBDIRS)
15  EXTRA_DIST = AUTHORS ChangeLog COPYING INSTALL README nload.spec.in
16 -
17 -install:
18 -       $(mkinstalldirs) $(DESTDIR)$(prefix)/man/man1
19 -       $(INSTALL_DATA) $(top_srcdir)/docs/$(PACKAGE).1 $(DESTDIR)$(prefix)/man/man1
20 -       gzip $(DESTDIR)$(prefix)/man/man1/$(PACKAGE).1
21 -
22 -uninstall:
23 -       rm $(DESTDIR)$(prefix)/man/man1/$(PACKAGE).1.gz
This page took 0.092175 seconds and 3 git commands to generate.