Remove unused definitions
[idzebra-moved-to-github.git] / doc / Makefile.am
index 956deee..8b56aa4 100644 (file)
@@ -8,6 +8,7 @@ XMLFILES =  \
    administration.xml \
    architecture.xml \
    field-structure.xml \
+   gpl-2.0.xml \
    indexdata.xml \
    installation.xml \
    introduction.xml \
@@ -31,9 +32,6 @@ XMLFILES =  \
 HTMLFILES = index.html
 
 PNGFILES = zebra.png domfilter.png
-EPSFILES = zebra.eps domfilter.eps
-PDFFILES = zebra.pdf domfilter.pdf
-
 
 MANFILES=zebraidx$(PACKAGE_SUFFIX).1 \
        zebrasrv$(PACKAGE_SUFFIX).8 \
@@ -103,7 +101,7 @@ install-data-hook:
        cd $(DESTDIR)$(man1dir) && ln -sf idzebra-config$(PACKAGE_SUFFIX).1 idzebra-config.1
        if test -f index.html; then d=.; else d="$(srcdir)"; fi; \
        for p in $$d/*.html; do \
-               $(docDATA_INSTALL) $$p $(DESTDIR)$(docdir); \
+               $(INSTALL_DATA) $$p $(DESTDIR)$(docdir); \
        done
 
 uninstall-hook:
@@ -116,7 +114,7 @@ domfilter.eps: domfilter.svg
        unset DISPLAY; inkscape --export-eps=$@ --export-bbox-page $?
 
 doc-clean:
-       rm -f *.html *.pdf *.[0-9] domfilter.png domfilter.eps
+       rm -f manref.xml *.html *.pdf *.[0-9] domfilter.png domfilter.eps
 
 .eps.pdf:
        epstopdf -hires $?