1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/devel/pharmacy/files/patch-docs::Makefile.in
Chris D. Faulhaber 268bf1993d Do not bother trying to rebuild the included html docs since
they are already up-to-date.

PR:		28395
Submitted by:	John Merryweather Cooper <jmcoopr@webmail.bmi.net>
2001-07-29 01:33:29 +00:00

14 lines
355 B
Plaintext

--- docs/Makefile.in.orig Sat Jul 28 21:17:13 2001
+++ docs/Makefile.in Sat Jul 28 21:19:16 2001
@@ -230,8 +230,8 @@
#index.html: DBTOHTML.html
# cp -f DBTOHTML.html index.html
-index/index.html: index.sgml
- db2html index.sgml
+#index/index.html: index.sgml
+# db2html index.sgml
install-data-local: index/index.html
$(mkinstalldirs) $(htmldir)