X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=doc%2FMakefile.in;h=fccf403ce777e443094fcdc5851253ae50a75d1b;hb=24bebb53a7d49b98c76f1083f942b122c0e0bf5d;hp=046943d93d96f67ebef1b7a8b0532c4a34103d83;hpb=7dd9d98d678ebbb1b15e7b6e8018d720cdd27950;p=ctsim.git diff --git a/doc/Makefile.in b/doc/Makefile.in index 046943d..fccf403 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -208,7 +208,7 @@ mostlyclean distclean maintainer-clean all-local: htmlhelp html dvi install-data-hook: $(pkg).htb - cp $(pkg).htb $(datadir) + install -g root -o root -m 0644 $(pkg).htb $(datadir) .PHONY: ps ps: ctsim.ps @@ -242,13 +242,11 @@ htmlhelp: $(docs) zip -q $(pkg).zip *.html *.gif $(pkg).hh[pck] mv $(pkg).zip $(pkg).htb -html: $(docs) - rm -f $(pkg)*.html $(pkg).hh[cpk] $(pkg).zip - cp $(pkg)-tex2rtf.bib $(pkg).bib - tex2rtf $(pkg).tex $(pkg).html -html > /dev/null +html: htmlhelp rm -rf html mkdir html - ln -s $(pkg)_contents.html html/index.html + cp *.gif html + mv *.html html # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded.