diff options
Diffstat (limited to 'emulators/vice/files/patch-doc-html-Makefile.in')
-rw-r--r-- | emulators/vice/files/patch-doc-html-Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/emulators/vice/files/patch-doc-html-Makefile.in b/emulators/vice/files/patch-doc-html-Makefile.in new file mode 100644 index 000000000000..227f493a5ee0 --- /dev/null +++ b/emulators/vice/files/patch-doc-html-Makefile.in @@ -0,0 +1,11 @@ +--- doc/html/Makefile.in.orig Mon Jun 9 00:09:03 2003 ++++ doc/html/Makefile.in Sun Jun 15 09:31:57 2003 +@@ -216,7 +216,7 @@ + xpet_LDFLAGS = @xpet_LDFLAGS@ + xplus4_LDFLAGS = @xplus4_LDFLAGS@ + xvic_LDFLAGS = @xvic_LDFLAGS@ +-docdir = $(prefix)/lib/vice/doc ++docdir = $(prefix)/share/doc/vice + + doc_DATA = \ + images/navbarlogo.gif \ |