Skip to content
This repository has been archived by the owner on Jun 17, 2018. It is now read-only.

Commit

Permalink
write more documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
alip committed May 4, 2011
1 parent 54cc91e commit 47c9908
Show file tree
Hide file tree
Showing 2 changed files with 383 additions and 39 deletions.
17 changes: 17 additions & 0 deletions data/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ pandorashare_DATA= \

if HAVE_XSLTPROC
XSLTPROC_FLAGS= \
--encoding "'UTF-8'" \
--nonet \
--param funcsynopsis.style "'ansi'"

Expand All @@ -23,4 +24,20 @@ pandora.html: pandora.xml

dist_man_MANS= \
pandora.1
html_DATA= \
pandora.html

upload-html: pandora.html
rsync --progress -avze ssh $< bach.exherbo.org:public_html/pandora/
.PHONY: upload-html
else
pandora.1:
@echo "You don't have xsltproc installed!"
exit 1
pandora.html:
@echo "You don't have xsltproc installed!"
exit 1
upload-html:
@echo "Not uploading HTML documentation"
exit 0
endif # HAVE_XSLTPROC
Loading

0 comments on commit 47c9908

Please sign in to comment.