diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-07-24 11:56:25 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-07-24 11:56:25 +0000 |
commit | 8d1a36e607522b0acc8e62555253d7ea7f5dbf29 (patch) | |
tree | 62204fbb601559d9c0f5066f33ecffbb64a5e963 /graphics/sane-backends/files | |
parent | 9dfb962cb472b86f314ff5baa6865f76d353cc1b (diff) |
Notes
Diffstat (limited to 'graphics/sane-backends/files')
-rw-r--r-- | graphics/sane-backends/files/patch-doc_Makefile.in | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/graphics/sane-backends/files/patch-doc_Makefile.in b/graphics/sane-backends/files/patch-doc_Makefile.in index 72d362108f51..a7ca12f1bee0 100644 --- a/graphics/sane-backends/files/patch-doc_Makefile.in +++ b/graphics/sane-backends/files/patch-doc_Makefile.in @@ -1,5 +1,5 @@ --- doc/Makefile.in.orig Thu May 1 08:12:55 2003 -+++ doc/Makefile.in Tue May 27 13:32:26 2003 ++++ doc/Makefile.in Thu Jul 24 12:48:33 2003 @@ -25,7 +25,7 @@ includedir = @includedir@ oldincludedir = /usr/include @@ -18,6 +18,15 @@ PROJECTS README README.aix README.beos README.darwin README.freebsd \ README.hp-ux README.linux README.netbsd README.openbsd README.os2 \ README.solaris README.unixware2 README.unixware7 TODO +@@ -77,7 +77,7 @@ + ifeq (@USE_LATEX@,no) + STANDARD = + else +-STANDARD = sane.ps ++STANDARD = + endif + + SUBDIRS = $(BACKDIRS) icons figs descriptions descriptions-external @@ -133,6 +133,7 @@ echo installing $${page} in $(mandir)/man7/$${page}...; \ $(INSTALL_DATA) $${page} $(DESTDIR)$(mandir)/man7/$${page} || exit 1; \ |