From 3739a09637244036dedbabb6040ed48978b8e330 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 5 Apr 2000 09:43:45 +0000 Subject: [PATCH] Minor fixes regarding packaging. --- doc/Makefile.am | 12 +++++------- doc/Makefile.in | 6 ++---- 2 files changed, 7 insertions(+), 11 deletions(-) create mode 100644 lib/x.c diff --git a/doc/Makefile.am b/doc/Makefile.am index aeff2ac..b3eecd4 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,16 +1,14 @@ -## $Id: Makefile.am,v 1.6 2000-04-05 07:39:54 adam Exp $ +## $Id: Makefile.am,v 1.7 2000-04-05 09:43:45 adam Exp $ docdir=$(pkgdatadir)/doc -doc_DATA = yaz.sgml -x = \ - yaz.txt yaz.ps profiles.sgml profiles.txt profiles.ps yaz.html \ +doc_DATA = yaz.sgml profiles.sgml \ + yaz.txt yaz.ps profiles.txt profiles.ps yaz.html \ yaz-1.html yaz-2.html yaz-3.html yaz-4.html yaz-5.html \ yaz-6.html yaz-7.html yaz-8.html yaz-9.html -EXTRA_DIST = yaz.sgml -y = \ - yaz.txt yaz.ps profiles.sgml profiles.txt profiles.ps yaz.html \ +EXTRA_DIST = yaz.sgml profiles.sgml \ + yaz.txt yaz.ps profiles.txt profiles.ps yaz.html \ yaz-1.html yaz-2.html yaz-3.html yaz-4.html yaz-5.html \ yaz-6.html yaz-7.html yaz-8.html yaz-9.html diff --git a/doc/Makefile.in b/doc/Makefile.in index 656bf5d..c65d6c9 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -79,12 +79,10 @@ VERSION = @VERSION@ docdir = $(pkgdatadir)/doc -doc_DATA = yaz.sgml -x = yaz.txt yaz.ps profiles.sgml profiles.txt profiles.ps yaz.html yaz-1.html yaz-2.html yaz-3.html yaz-4.html yaz-5.html yaz-6.html yaz-7.html yaz-8.html yaz-9.html +doc_DATA = yaz.sgml profiles.sgml yaz.txt yaz.ps profiles.txt profiles.ps yaz.html yaz-1.html yaz-2.html yaz-3.html yaz-4.html yaz-5.html yaz-6.html yaz-7.html yaz-8.html yaz-9.html -EXTRA_DIST = yaz.sgml -y = yaz.txt yaz.ps profiles.sgml profiles.txt profiles.ps yaz.html yaz-1.html yaz-2.html yaz-3.html yaz-4.html yaz-5.html yaz-6.html yaz-7.html yaz-8.html yaz-9.html +EXTRA_DIST = yaz.sgml profiles.sgml yaz.txt yaz.ps profiles.txt profiles.ps yaz.html yaz-1.html yaz-2.html yaz-3.html yaz-4.html yaz-5.html yaz-6.html yaz-7.html yaz-8.html yaz-9.html mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_CLEAN_FILES = diff --git a/lib/x.c b/lib/x.c new file mode 100644 index 0000000..e69de29 -- 1.7.10.4