diff options
author | Bdale Garbee <bdale@gag.com> | 2010-11-28 18:48:31 -0700 |
---|---|---|
committer | Bdale Garbee <bdale@gag.com> | 2010-11-28 18:48:31 -0700 |
commit | 13cea7a96821165a10a8b2433af1da7508882b0a (patch) | |
tree | ccafcf95b2b1f417d8b9e8ef6035cf06535f99ae /doc | |
parent | 6f3c72462af86a7d9dec20f4c813a524a5be9fbb (diff) |
moved doc dir in web content to AltOS tree
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/Makefile b/doc/Makefile index 14f9bee2..a64ae560 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -23,8 +23,8 @@ PDFSTYLE= all: $(HTML) $(PDF) publish: $(DOC) - cp $(DOC)altusmetrum.html home/bdale/web/altusmetrum/TeleMetrum/doc/ - (cd /home/bdale/web/altusmetrum ; echo "update docs" | git commit -F - /home/bdale/web/altusmetrum/TeleMetrum/doc/* ; git push) + cp $(DOC)altusmetrum.html /home/bdale/web/altusmetrum/AltOS/doc/ + (cd /home/bdale/web/altusmetrum ; echo "update docs" | git commit -F - /home/bdale/web/altusmetrum/AltOS/doc/* ; git push) clean: rm -f *.html *.pdf *.fo |