From 40a8480efdf2a073c3741b11970a2a3f71dce83a Mon Sep 17 00:00:00 2001 From: roktas Date: Sun, 29 Oct 2006 12:54:08 +0000 Subject: Remove 'install-lib', it causes too much trouble which needs to be dealed in ugly ways. + Now, we have 'install-program' and 'install-all' targets. The former installs only program and user documents, while the latter installs everything: program, user documents, library files and library documents. + Behaviour of 'install' target hasn't changed, it calls 'install-program'. + Update README accordingly. + Implement missing uninstall-* targets (including 'uninstall-all' and 'uninstall-program' for the new targets). + Call 'install-program' in debian/rules explicitly to prevent confusions. git-svn-id: https://pandoc.googlecode.com/svn/trunk@33 788f1e2b-df1e-0410-8736-df70ead52e1b --- README | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) (limited to 'README') diff --git a/README b/README index ca80f3fc5..9f26ea2ea 100644 --- a/README +++ b/README @@ -74,13 +74,10 @@ using Windows, you can install [Cygwin]. PREFIX=~ make install-exec -5. Install Haskell libraries (optional): +5. Install everthing including Haskell libraries and library documentation + (optional): - make install-lib - -6. Install library documentation into `/usr/local/pandoc-doc` (optional): - - make install-lib-doc + make install-all ## Removing `pandoc` @@ -90,10 +87,8 @@ Each of the installation steps described above can be reversed: PREFIX=~ make uninstall-exec - make uninstall-lib + make uninstall-all - make uninstall-lib-doc - # Using `pandoc` If you run `pandoc` without arguments, it will accept input from -- cgit v1.2.3