X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2FMakefile.in;h=d11840c32728de8eac4d81f535cdc9c82ee56aeb;hb=d90d31f39aba4c7256d5b83eaf4192630b18ae02;hp=6d0d75639c008f7deb871c4fd0d350af1d3b4597;hpb=9affdfe1851fa0994299ca2c6495003911d56cb8;p=yaz-moved-to-github.git diff --git a/doc/Makefile.in b/doc/Makefile.in index 6d0d756..d11840c 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -67,19 +67,22 @@ PACKAGE = @PACKAGE@ RANLIB = @RANLIB@ SUBDIRS_VAR = @SUBDIRS_VAR@ VERSION = @VERSION@ +have_sgml2html = @have_sgml2html@ +have_sgml2latex = @have_sgml2latex@ +have_sgml2txt = @have_sgml2txt@ docdir = $(pkgdatadir)/doc -doc_DATA = yaz.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 +doc_DATA = yaz.sgml 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 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 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 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_CLEAN_FILES = DATA = $(doc_DATA) -DIST_COMMON = README Makefile.am Makefile.in +DIST_COMMON = Makefile.am Makefile.in DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)