Install the example plugin and C header by default

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4996 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
pabs3 2007-03-12 10:07:38 +00:00
parent baa898b952
commit 8e30ac8979
4 changed files with 12 additions and 3 deletions

View file

@ -61,6 +61,7 @@ This is a trimmed version of Appendix "Building NSIS" of the documentation.
PREFIX_DATA: Where to put the plugins, stubs, etc. Defaults to $PREFIX/share/nsis/
PREFIX_DOC: Where to put the docs and examples. Defaults to $PREFIX/share/doc/nsis/
PREFIX_DEST: The install root Useful for packagers. Defaults to the root directory.
PREFIX_INC_C: Where to put the C headers. Defaults to $PREFIX/include/nsis/
- Problems