blob: 0bb0584e0a52bc24b32762418b55e9bfc7c9e14e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
$NetBSD: patch-aa,v 1.1 1999/08/13 08:54:29 fredb Exp $
*** Makefile.am.orig Tue Aug 10 06:35:45 1999
--- Makefile.am Tue Aug 10 06:44:38 1999
***************
*** 28,37 ****
# HMS: make ports be the last directory...
DIST_HOOK_DIRS = conf html scripts ports
! BUILT_SOURCES = $(srcdir)/COPYRIGHT
! $(srcdir)/COPYRIGHT: html/copyright.htm
! ( echo "This file is automatically generated from html/copyright.htm" ; lynx -dump $(srcdir)/html/copyright.htm ) > $(srcdir)/COPYRIGHT.new && mv $(srcdir)/COPYRIGHT.new $(srcdir)/COPYRIGHT
# local-dist: dist-tarZ
--- 28,37 ----
# HMS: make ports be the last directory...
DIST_HOOK_DIRS = conf html scripts ports
! #BUILT_SOURCES = $(srcdir)/COPYRIGHT
! #$(srcdir)/COPYRIGHT: html/copyright.htm
! # ( echo "This file is automatically generated from html/copyright.htm" ; lynx -dump $(srcdir)/html/copyright.htm ) > $(srcdir)/COPYRIGHT.new && mv $(srcdir)/COPYRIGHT.new $(srcdir)/COPYRIGHT
# local-dist: dist-tarZ
|