From: W. Trevor King Date: Fri, 17 Feb 2012 01:33:12 +0000 (-0500) Subject: Remove auto-generated Hooke docs. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=8b386a4d0f572360da6a83b175e508033868820d;p=mw2txt.git Remove auto-generated Hooke docs. It's easier for me to rsync the docs from my Gentoo ebuild [1] than maintain this stacked ikiwiki build. [1]: http://blog.tremily.us/posts/Gentoo_overlay/ which puts the docs under /usr/share/doc/be-9999/html/ when `dev-util/be` is installed with the `doc` USE flag. --- diff --git a/Makefile b/Makefile index c8dfcdb..c734fa8 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # Build everything necessary to compile the wiki. -SUBDIRS = posts/drexel-thesis posts/Hooke posts/problempack \ +SUBDIRS = posts/drexel-thesis posts/problempack \ posts/rel-vcs posts/sawsim posts/Thesis posts/yacc2dot posts/Xmodmap \ posts/XSLT/chapter posts/XSLT/code TARGETS = all clean diff --git a/posts/Hooke.mdwn b/posts/Hooke.mdwn index 7093595..49b0878 100644 --- a/posts/Hooke.mdwn +++ b/posts/Hooke.mdwn @@ -15,10 +15,10 @@ I've tested Hooke on Gentoo and Debian, and I've got an ebuild in my don't have easy access to Windows boxes with [[Python]], so I don't test it there as often. -See the [[README]], [[manual|html/index.html]], and [PyPI page][pypi] -for more details. +See the [manual][] and [PyPI page][pypi] for more details. [Hooke]: http://code.google.com/p/hooke/ +[manual]: http://hooke.tremily.us/ [pypi]: http://pypi.python.org/pypi/Hooke/ [[!tag tags/hooke]] diff --git a/posts/Hooke/Makefile b/posts/Hooke/Makefile deleted file mode 100644 index 7a88c79..0000000 --- a/posts/Hooke/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -REPO = git://tremily.us/hooke.git -PACKAGE = hooke - -.PHONY : all checkout clean - -all : README.rst html - -clean : - rm -rf $(PACKAGE) README.rst html - -$(PACKAGE) : - git clone $(REPO) $@ - -checkout : $(PACKAGE) - (cd $(PACKAGE) && git checkout wtk && git pull) - -README.rst : checkout - cp $(PACKAGE:%=%/README) $@ - -$(PACKAGE:%=%/hooke/version.py) : checkout - (cd $(PACKAGE) && update-copyright.py) - -.PHONY : $(PACKAGE:%=%/doc/build/html) -$(PACKAGE:%=%/doc/build/html) : $(PACKAGE:%=%/hooke/version.py) - (cd $(PACKAGE:%=%/doc) && scons) - -.PHONY : html -html : $(PACKAGE:%=%/doc/build/html) - rsync -avz "$