aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Walker <ka0ttic@gentoo.org>2005-10-18 11:42:55 +0000
committerAaron Walker <ka0ttic@gentoo.org>2005-10-18 11:42:55 +0000
commitb26d162d1802ac63e567143a02c5413625ac8069 (patch)
tree45666c68eb5fe86fabfd55f14b272bb35fd2020f /Makefile.am
parentAdded missing space after the '1' in '[[ 0 -gt 1]]' which caused an unexpecte... (diff)
downloadeselect-b26d162d1802ac63e567143a02c5413625ac8069.tar.gz
eselect-b26d162d1802ac63e567143a02c5413625ac8069.tar.bz2
eselect-b26d162d1802ac63e567143a02c5413625ac8069.zip
Dont assume rst2html is installed as rst2html.py. Added configure check for rst2html as most other distro's/OS's install it w/o the .py extension. Also dont bail if portageq isnt found, as eselect is not just supposed to work on Gentoo boxen.
svn path=/trunk/; revision=226
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 5b851e5..7f4d1ec 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -22,4 +22,4 @@ html: $(foreach f, $(doc_files), $(f).html)
cd doc && $(MAKE) html
%.html: %
- rst2html.py < $? > $@
+ @RST2HTML@ < $? > $@