removed the outdated quickstart and examples, and started on a better tutorial using...
[idzebra-moved-to-github.git] / doc / Makefile.am
index 238b2c3..5a1b87d 100644 (file)
@@ -1,12 +1,13 @@
-## $Id: Makefile.am,v 1.73 2007-07-10 09:41:12 adam Exp $
+## $Id: Makefile.am,v 1.76 2008-02-01 13:54:39 marc Exp $
 SUBDIRS = common
 
+docdir=$(datadir)/doc/$(PACKAGE)$(PACKAGE_SUFFIX)
+
 XMLMAN = zebraidx.xml zebrasrv.xml idzebra-config.xml
 
 XMLFILES =  \
    administration.xml \
    architecture.xml \
-   examples.xml \
    field-structure.xml \
    indexdata.xml \
    installation.xml \
@@ -14,7 +15,6 @@ XMLFILES =  \
    license.xml \
    marc_indexing.xml \
    querymodel.xml \
-   quickstart.xml \
    recordmodel-domxml.xml \
    recordmodel-alvisxslt.xml \
    recordmodel-grs.xml \
@@ -24,6 +24,10 @@ XMLFILES =  \
    zebrasrv-synopsis.xml \
    zebrasrv-virtual.xml 
 
+#examples.xml 
+#quickstart.xml
+
+
 HTMLFILES = index.html
 
 PNGFILES = zebra.png domfilter.png
@@ -103,7 +107,7 @@ install-data-hook:
        done
 
 uninstall-hook:
-       rm -r $(DESTDIR)/$(docdir)
+       rm -r $(DESTDIR)$(docdir)
 
 domfilter.png: domfilter.svg
        inkscape --export-png=$@ --export-width=600 $?