Fixes to make distcheck happy
authorAdam Dickmeiss <adam@indexdata.dk>
Tue, 30 Mar 2004 08:46:36 +0000 (08:46 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Tue, 30 Mar 2004 08:46:36 +0000 (08:46 +0000)
doc/Makefile.am
src/Makefile.am

index 7218b3d..63dc27c 100644 (file)
@@ -1,4 +1,4 @@
-## $Id: Makefile.am,v 1.8 2003-10-10 22:22:51 adam Exp $
+## $Id: Makefile.am,v 1.9 2004-03-30 08:46:36 adam Exp $
 docdir=$(datadir)/doc/@PACKAGE@
 
 SUPPORTFILES = \
@@ -51,7 +51,7 @@ index.tkl: $(XMLFILES) tkl.xsl
        xsltproc tkl.xsl $(TOP)
 
 dist-hook: zoom.html
-       cp *.html $(distdir)
+       cp $(srcdir)/*.html $(distdir)
 
 clean-data-hook:
        rm -f [0-9]* *.bak
index 235289e..e88ebda 100644 (file)
@@ -1,10 +1,12 @@
-## $Id: Makefile.am,v 1.23 2004-03-29 22:46:51 adam Exp $
+## $Id: Makefile.am,v 1.24 2004-03-30 08:46:36 adam Exp $
 
 AM_CXXFLAGS = $(YAZINC) -I$(srcdir)/../include
 
 lib_LTLIBRARIES = libyazcpp.la
 libyazcpp_la_LDFLAGS=-version-info 1:0:0
 
+DISTCLEANFILES = yaz++-config
+
 libyazcpp_la_SOURCES=yaz-socket-manager.cpp yaz-pdu-assoc.cpp \
        yaz-z-assoc.cpp yaz-z-query.cpp yaz-ir-assoc.cpp \
        yaz-z-server.cpp yaz-pdu-assoc-thread.cpp yaz-z-server-sr.cpp \