aboutsummaryrefslogtreecommitdiff
path: root/japanese/postgresql-tcltk/files/patch-doc-makefile
diff options
context:
space:
mode:
Diffstat (limited to 'japanese/postgresql-tcltk/files/patch-doc-makefile')
-rw-r--r--japanese/postgresql-tcltk/files/patch-doc-makefile19
1 files changed, 0 insertions, 19 deletions
diff --git a/japanese/postgresql-tcltk/files/patch-doc-makefile b/japanese/postgresql-tcltk/files/patch-doc-makefile
deleted file mode 100644
index fa27bed2af3f..000000000000
--- a/japanese/postgresql-tcltk/files/patch-doc-makefile
+++ /dev/null
@@ -1,19 +0,0 @@
---- doc/Makefile~ Sun Jan 7 03:03:22 2001
-+++ doc/Makefile Wed Apr 18 08:12:30 2001
-@@ -43,10 +43,13 @@
- gzip -d -c man.tar.gz | ( cd $(DESTDIR)$(mandir) && $(TAR) xf - )
- endif
-
--
- installdirs:
-- $(mkinstalldirs) $(DESTDIR)$(mandir) $(DESTDIR)$(docdir)/html
--
-+ifdef found_html
-+ $(mkinstalldirs) $(DESTDIR)$(docdir)/html
-+endif
-+ifdef found_man
-+ $(mkinstalldirs) $(DESTDIR)$(mandir)
-+endif
-
- uninstall:
- ifdef found_html