diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2011-10-18 18:58:58 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2011-10-18 18:58:58 +0000 |
commit | 7faa1469f440f0a0f8c37bf827dbc35ade9eb1e3 (patch) | |
tree | 37d2e10da345c8d70bad4353ccc58002d76d2643 /packages | |
parent | b5dd0e39d9690dd3504bd284acb1923a6b99ddc4 (diff) |
make the Pd headers available in the standard locations
svn path=/trunk/; revision=15618
Diffstat (limited to 'packages')
-rwxr-xr-x | packages/win32_inno/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/win32_inno/Makefile b/packages/win32_inno/Makefile index aafb60c3..c69c462d 100755 --- a/packages/win32_inno/Makefile +++ b/packages/win32_inno/Makefile @@ -72,6 +72,9 @@ pd_install: build_pd # $(MAKE) -C $(pd_src)/src $(DEST_PATHS) bin # -$(MAKE) -C $(pd_src)/src $(DEST_PATHS) install $(MAKE) -C $(pd_src)/src -f makefile.mingw $(DEST_PATHS) install +# make the Pd headers available in the standard locations + install -d $(DESTDIR)/include/pd + install -p $(DESTDIR)/include/pdextended/*.h $(DESTDIR)/include/pd # install notes.txt into the help browser install -d $(DESTDIR)$(manualsdir)/$(PD_NAME) install -p $(pd_src)/src/notes.txt $(DESTDIR)$(manualsdir)/$(PD_NAME) |