Minor fixes regarding packaging.
authorAdam Dickmeiss <adam@indexdata.dk>
Wed, 5 Apr 2000 09:43:45 +0000 (09:43 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Wed, 5 Apr 2000 09:43:45 +0000 (09:43 +0000)
doc/Makefile.am
doc/Makefile.in
lib/x.c [new file with mode: 0644]

index aeff2ac..b3eecd4 100644 (file)
@@ -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
 
index 656bf5d..c65d6c9 100644 (file)
@@ -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 (file)
index 0000000..e69de29