diff options
author | roktas <roktas@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2006-10-29 12:54:08 +0000 |
---|---|---|
committer | roktas <roktas@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2006-10-29 12:54:08 +0000 |
commit | 40a8480efdf2a073c3741b11970a2a3f71dce83a (patch) | |
tree | 4f380f46a8846b5d39d26af3ccc8155b1651217c /README | |
parent | 09473903dc473d29526c023cf5018c21b5ac7805 (diff) | |
download | pandoc-40a8480efdf2a073c3741b11970a2a3f71dce83a.tar.gz |
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
Diffstat (limited to 'README')
-rw-r--r-- | README | 13 |
1 files changed, 4 insertions, 9 deletions
@@ -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 |