From 445fbdb1ee145b114321835a2a9db130bcd79c89 Mon Sep 17 00:00:00 2001 From: Elisabetta Ronchieri Date: Fri, 8 Oct 2004 10:04:33 +0000 Subject: [PATCH] Added LICENSE handling --- org.glite.wms-utils.jobid/Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/org.glite.wms-utils.jobid/Makefile.am b/org.glite.wms-utils.jobid/Makefile.am index e31fbb2..bf956e1 100755 --- a/org.glite.wms-utils.jobid/Makefile.am +++ b/org.glite.wms-utils.jobid/Makefile.am @@ -8,6 +8,11 @@ ## Process this file with automake to produce Makefile.in +EXTRA_DIST = LICENSE + +docdir = $(datadir)/doc/@PACKAGE@-@VERSION@ +doc_DATA = LICENSE + ## Subdirectories list SUBDIRS = interface src examples -- 1.8.2.3