Description: Set docdir appropriately for Debian Author: Masayuki Hatta Last-Update: 2009-04-15 --- This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ --- a/Makefile.in +++ b/Makefile.in @@ -92,7 +92,7 @@ man1ext = 1 man1dir = $(mandir)/man$(man1ext) datadir = @datadir@ -docdir = @docdir@@VERSIONED_PATH@ +docdir = $(prefix)/share/doc/ghostscript # The following must be substituted using @datadir@ and @libdir@ # to avoid adding RPM generation paths (CUPS STR #1112) @@ -101,7 +101,7 @@ gssharedir = @libdir@/ghostscript@VERSIONED_PATH@ gsincludedir = @includedir@/ghostscript/ -exdir=$(gsdatadir)/examples +exdir=$(prefix)/share/doc/ghostscript/examples GS_DOCDIR=$(docdir) # Choose whether to compile the .ps initialization files into the executable.