X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=doc%2FMakefile.am;h=a81a3ec58af3c2117cf4ef4753a6117b7bc5ded2;hp=f88b0564b436785290231911ad9c49bd5e703e3e;hb=3e61994433eac158b5d087f3cedaddaf03b06620;hpb=997db1975fa2132c9bb155b69c86f1310f5136b4 diff --git a/doc/Makefile.am b/doc/Makefile.am index f88b056..a81a3ec 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,5 +1,5 @@ -## $Id: Makefile.am,v 1.49 2006-06-22 14:01:55 marc Exp $ -docdir=$(datadir)/doc/@PACKAGE@ +## $Id: Makefile.am,v 1.52 2006-06-28 13:26:13 adam Exp $ +docdir=$(datadir)/doc/$(PACKAGE)$(PACKAGE_SUFFIX) SUBDIRS = common @@ -47,12 +47,12 @@ HTMLFILES = \ gfs-config.html \ grs-exchange-formats.html \ grs-internal-representation.html \ - htmlhelp.hhp \ index.html \ indexdata.html \ installation.debian.html \ installation.html \ installation.win32.html \ + installation-upgrade.html \ introduction.html \ license.html \ locating-records.html \ @@ -73,14 +73,17 @@ HTMLFILES = \ shadow-registers.html \ simple-indexing.html \ support.html \ - toc.hhc \ - zebraidx.html + zebraidx.html \ + htmlhelp.hhp \ + toc.hhc PNGFILES=zebra.png EPSFILES=zebra.eps -MANFILES=zebraidx.1 zebrasrv.8 idzebra-config.1 +MANFILES=zebraidx$(PACKAGE_SUFFIX).1 \ + zebrasrv$(PACKAGE_SUFFIX).8 \ + idzebra-config.1 REFFILES=zebraidx-man.xml zebrasrv-man.xml idzebra-config-man.xml @@ -91,12 +94,14 @@ EXTRA_DIST = $(XMLFILES) $(REFFILES) \ $(doc_DATA) $(EPSFILES) $(man_MANS) $(REFFILES) \ marc_indexing.xml entities.ent local.ent.in -zebraidx.1: zebraidx-man.xml zebraidx-options.xml zebraidx-commands.xml +zebraidx$(PACKAGE_SUFFIX).1: zebraidx-man.xml zebraidx-options.xml zebraidx-commands.xml $(MAN_COMPILE) $(srcdir)/zebraidx-man.xml + mv zebraidx.1 zebraidx$(PACKAGE_SUFFIX).1 -zebrasrv.8: zebrasrv-man.xml zebrasrv-options.xml \ +zebrasrv$(PACKAGE_SUFFIX).8: zebrasrv-man.xml zebrasrv-options.xml \ zebrasrv-synopsis.xml zebrasrv-virtual.xml $(MAN_COMPILE) $(srcdir)/zebrasrv-man.xml + mv zebrasrv.8 zebrasrv$(PACKAGE_SUFFIX).8 idzebra-config.1: idzebra-config-man.xml $(MAN_COMPILE) $(srcdir)/idzebra-config-man.xml @@ -142,3 +147,7 @@ dist-hook: exit 1; \ fi \ done + +install-data-hook: + cd $(man1dir) && ln -sf zebraidx$(PACKAGE_SUFFIX).1 zebraidx.1 + cd $(man8dir) && ln -sf zebrasrv$(PACKAGE_SUFFIX).8 zebrasrv.8