Fixed memory leak that occurred if sorting failed.
[idzebra-moved-to-github.git] / doc / Makefile.am
index 778b1cc..03e4898 100644 (file)
@@ -1,4 +1,3 @@
-## $Id: Makefile.am,v 1.75 2008-01-18 12:39:35 adam Exp $
 SUBDIRS = common
 
 docdir=$(datadir)/doc/$(PACKAGE)$(PACKAGE_SUFFIX)
@@ -8,7 +7,6 @@ XMLMAN = zebraidx.xml zebrasrv.xml idzebra-config.xml
 XMLFILES =  \
    administration.xml \
    architecture.xml \
-   examples.xml \
    field-structure.xml \
    indexdata.xml \
    installation.xml \
@@ -16,7 +14,6 @@ XMLFILES =  \
    license.xml \
    marc_indexing.xml \
    querymodel.xml \
-   quickstart.xml \
    recordmodel-domxml.xml \
    recordmodel-alvisxslt.xml \
    recordmodel-grs.xml \
@@ -26,6 +23,10 @@ XMLFILES =  \
    zebrasrv-synopsis.xml \
    zebrasrv-virtual.xml 
 
+#examples.xml 
+#quickstart.xml
+
+
 HTMLFILES = index.html
 
 PNGFILES = zebra.png domfilter.png
@@ -108,10 +109,10 @@ uninstall-hook:
        rm -r $(DESTDIR)$(docdir)
 
 domfilter.png: domfilter.svg
-       inkscape --export-png=$@ --export-width=600 $?
+       unset DISPLAY; inkscape --export-png=$@ --export-width=600 $?
 
 domfilter.eps: domfilter.svg
-       inkscape --export-eps=$@ --export-bbox-page $?
+       unset DISPLAY; inkscape --export-eps=$@ --export-bbox-page $?
 
 .eps.pdf:
        epstopdf -hires $?