X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=doc%2FMakefile.in;h=457f1e930894a3c26217ddb4415b9dc8978459cf;hb=82ea0c94394a5a175b260160760155a6686203a1;hp=24bcf2591dd710b344b246a02d5e8ab4e01c9e52;hpb=8c620a980e4fdcc47dbcaba6064e82a70e06e157;p=ctsim.git diff --git a/doc/Makefile.in b/doc/Makefile.in index 24bcf25..457f1e9 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -91,7 +91,7 @@ wxconfig = @wxconfig@ wxlibs = @wxlibs@ docs = ctsim.tex ctsim.bib texhelp.sty psbox.tex logo-huge.bmp tex2rtf.ini ctsim.hpj bullet.bmp verbatim.sty mytitle.sty makeidx.sty mysober.sty fancyhea.sty ctsim.bib -EXTRA_DIST = ${docs} +EXTRA_DIST = ${docs} ctsim.htb mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = ../config.h CONFIG_CLEAN_FILES = @@ -198,19 +198,22 @@ mostlyclean distclean maintainer-clean dvi: ctsim.tex bibtex ctsim + cp ctsim-latex.bib ctsim.bib latex ctsim makeindex ctsim latex ctsim winhelp: ctsim.tex rm -f ctsim.rtf ctsim.cnt + cp ctsim-tex2rtf.bib ctsim.bib tex2rtf ctsim.tex ctsim.rtf -winhelp hcw /c /m /e ctsim.hpj mv CTSIM.HLP ctsim.hlp cp ctsim.hlp ctsim.cnt ../msvc/ctsim/ htmlhelp: ctsim.tex - rm -f ctsim*.html ctsim.hhp ctsim.hhc ctsim.hhk + rm -f ctsim*.html ctsim.hhp ctsim.hhc ctsim.hhk ctsim.zip + cp ctsim-tex2rtf.bib ctsim.bib tex2rtf ctsim.tex ctsim.html -html zip ctsim.zip *.html *.gif ctsim.hhp ctsim.hhc ctsim.hhk mv ctsim.zip ctsim.htb