Added directory structure for versioning of UrJTAG.org web content
git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@870 b68d4a1b-bc3d-0410-92ed-d4ac073336b7master
parent
814f38046d
commit
eaaa6df1ce
@ -0,0 +1,23 @@
|
||||
WEB=shell.urjtag.sourceforge.net:/home/groups/u/ur/urjtag
|
||||
JTAG=../jtag
|
||||
BOOK=./htdocs/book
|
||||
|
||||
RSYNC=rsync
|
||||
RSYNCOPTS=-av --rsh=ssh --exclude=.svn
|
||||
|
||||
DIRS="cgi-bin" "htdocs"
|
||||
|
||||
sync-to-sf: book
|
||||
$(RSYNC) $(RSYNCOPTS) $(DIRS) "$(WEB)/"
|
||||
|
||||
sync-from-sf:
|
||||
$(RSYNC) $(RSYNCOPTS) "$(WEB)/*" .
|
||||
|
||||
.PHONY: book
|
||||
book: $(BOOK)/UrJTAG.dbk
|
||||
docbook2html -o $(BOOK) $(BOOK)/UrJTAG.dbk
|
||||
|
||||
$(BOOK)/UrJTAG.dbk: $(JTAG)/doc/*.txt
|
||||
mkdir -p $(BOOK)
|
||||
asciidoc -b docbook -d book -o $(BOOK)/UrJTAG.dbk $(JTAG)/doc/UrJTAG.txt
|
||||
|
Loading…
Reference in New Issue