| 1 | --- doc/Makefile.in.orig 2004-08-24 17:38:04.000000000 -0600 |
| 2 | +++ doc/Makefile.in 2009-07-16 01:44:37.000000000 -0600 |
| 3 | @@ -232,8 +232,8 @@ |
| 4 | |
| 5 | |
| 6 | install-data-local: |
| 7 | - $(INSTALL) -m 755 -d $(prefix)/doc/libpcre++-$(VERSION) |
| 8 | - $(INSTALL) -m 644 $(DOC_FILES) $(prefix)/doc/libpcre++-$(VERSION)/ |
| 9 | + $(INSTALL) -m 755 -d $(DESTDIR)$(prefix)/share/doc/libpcre++-$(VERSION) |
| 10 | + $(INSTALL) -m 644 $(DOC_FILES) $(DESTDIR)$(prefix)/share/doc/libpcre++-$(VERSION)/ |
| 11 | |
| 12 | # Tell versions [3.59,3.63) of GNU make to not export all variables. |
| 13 | # Otherwise a system limit (for SysV at least) may be exceeded. |