X-Git-Url: http://www.wagner.pp.ru/gitweb/?a=blobdiff_plain;f=doc%2FMakefile.in;h=81ebb005ce9fd3947bff3e96a0de7219c240705b;hb=refs%2Fheads%2Fmaster;hp=82fc258180f0050757db8c83ef88330fe42908f4;hpb=af2978aea733494365ef4b9c94e4ab263846c791;p=oss%2Fcatdoc.git diff --git a/doc/Makefile.in b/doc/Makefile.in index 82fc258..81ebb00 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -10,8 +10,10 @@ prefix = @prefix@ exec_prefix = @exec_prefix@ bindir = @bindir@ libdir = @libdir@ -mandir = @man1dir@ +mandir = @mandir@ manext = @manext@ +datadir = @datadir@ +datarootdir = @datarootdir@ %.txt: %.1 nroff -mandoc $< |col -bx >$@ %.ps: %.1 @@ -22,17 +24,19 @@ all: dosdoc: catdoc.txt catdoc.ps xls2csv.txt xls2csv.ps catppt.txt catppt.ps clean: - rm build + $(RM) catppt.txt catppt.ps \ + catdoc.txt catdoc.ps \ + xls2csv.txt xls2csv.ps \ + wordview.txt wordview.ps build install: @installtargets@ install-catdoc: catdoc.1 xls2csv.1 catppt.1 ../mkinstalldirs $(installroot)$(mandir) - $(INSTALL) -m 644 catdoc.1 $(installroot)$(mandir)/catdoc$(manext) - $(INSTALL) -m 644 xls2csv.1 $(installroot)$(mandir)/xls2csv$(manext) - $(INSTALL) -m 644 catppt.1 $(installroot)$(mandir)/catppt$(manext) + $(INSTALL) -m 644 catdoc.1 $(installroot)$(mandir)/man1/catdoc.1 + $(INSTALL) -m 644 xls2csv.1 $(installroot)$(mandir)/man1/xls2csv.1 + $(INSTALL) -m 644 catppt.1 $(installroot)$(mandir)/man1/catppt.1 install-wordview: ../mkinstalldirs $(installroot)$(mandir) - $(INSTALL) -m 644 wordview.1 $(installroot)$(mandir)/wordview$(manext) -# Following rules are primarily for developers use. I doubt that you -# need to rebuild these versions of documentation -distclean: catppt.txt catppt.ps catdoc.1 catdoc.txt catdoc.ps xls2csv.1 xls2csv.txt xls2csv.ps - rm Makefile + $(INSTALL) -m 644 wordview.1 $(installroot)$(mandir)/man1/wordview.1 +distclean: clean + $(RM) Makefile catdoc.1 xls2csv.1 catppt.1 wordview.1 +