diff options
author | jedgar <jedgar@FreeBSD.org> | 2001-07-29 09:33:29 +0800 |
---|---|---|
committer | jedgar <jedgar@FreeBSD.org> | 2001-07-29 09:33:29 +0800 |
commit | 647f489cc444b345c194d7e5d88554f7edecb86b (patch) | |
tree | 5c73ac00f6f311862607ab55e081e46664635ecb | |
parent | c16f3d6036886f853697a70835220aa859749de1 (diff) | |
download | freebsd-ports-graphics-647f489cc444b345c194d7e5d88554f7edecb86b.tar.gz freebsd-ports-graphics-647f489cc444b345c194d7e5d88554f7edecb86b.tar.zst freebsd-ports-graphics-647f489cc444b345c194d7e5d88554f7edecb86b.zip |
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>
-rw-r--r-- | devel/pharmacy/files/patch-docs::Makefile.in | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/pharmacy/files/patch-docs::Makefile.in b/devel/pharmacy/files/patch-docs::Makefile.in new file mode 100644 index 00000000000..df862663191 --- /dev/null +++ b/devel/pharmacy/files/patch-docs::Makefile.in @@ -0,0 +1,13 @@ +--- 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) |