r1882: *** empty log message ***
[ctsim.git] / doc / Makefile.in
index 046943d93d96f67ebef1b7a8b0532c4a34103d83..fccf403ce777e443094fcdc5851253ae50a75d1b 100644 (file)
@@ -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.