summaryrefslogtreecommitdiff
path: root/INSTALL.txt
diff options
context:
space:
mode:
authorStuart Rackham <srackham@methods.co.nz>2010-11-13 09:16:39 +1300
committerStuart Rackham <srackham@methods.co.nz>2010-11-13 09:16:39 +1300
commit31bbb65f94058846642c6691c03c911847edc643 (patch)
treec083d38bf87e900f7d5262f08bad6d99ca23f7c1 /INSTALL.txt
parente43fc8fdd716e25df7b321f31e9f0cda47bb5667 (diff)
downloadasciidoc-py3-31bbb65f94058846642c6691c03c911847edc643.tar.gz
- Added Sebastian Pipping's patch to include manpage generation in Makefile
build. See: http://groups.google.com/group/asciidoc/browse_thread/thread/c21c2902c29bae64 - Reverse r908:38fc611fd1. Reinstated Makefile manpdir variable (man page install directory). See: http://groups.google.com/group/asciidoc/browse_thread/thread/c21c2902c29bae64 - FIXED: 'make uninstall' now deletes the asciidoc.1 and a2x.1 man pages.
Diffstat (limited to 'INSTALL.txt')
-rw-r--r--INSTALL.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/INSTALL.txt b/INSTALL.txt
index 8c1cc1f..0fb1fc7 100644
--- a/INSTALL.txt
+++ b/INSTALL.txt
@@ -57,8 +57,6 @@ Create `configure` using 'autoconf(1)'; use `configure` to create the
$ autoconf
$ ./configure
$ make
-$ python a2x.py -f manpage doc/asciidoc.1.txt
-$ python a2x.py -f manpage doc/a2x.1.txt
$ sudo make install
---------------------------------------------