X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=doc%2FMakefile;h=80c84409a0f459115de9d0905de22ecf7c667924;hp=ef3ef6d1b38a40aa44337374eaef11d6ee8e957e;hb=4e2c18249e16c98cf5f7dccdf8d3b84bc473863a;hpb=f39698bbc12afdfadfac56c90030e16db93cf4fc diff --git a/doc/Makefile b/doc/Makefile index ef3ef6d1..80c84409 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -22,6 +22,8 @@ PDFSTYLE= all: $(HTML) $(PDF) +install: all + publish: $(DOC) cp $(DOC) /home/bdale/web/altusmetrum/AltOS/doc/ (cd /home/bdale/web/altusmetrum ; \ @@ -31,10 +33,10 @@ publish: $(DOC) git push) clean: - rm -f *.html *.pdf *.fo + rm -f $(HTML) $(PDF) *.fo distclean: - rm -f *.html *.pdf *.fo + rm -f $(HTML) $(PDF) *.fo indent: altusmetrum.xsl xmlindent -i 2 < altusmetrum.xsl > altusmetrum.new