1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00
freebsd-ports/lang/ferite/files/patch-tools::doc::template::html::Makefile.in
Tilman Keskinoz c4897416bc Update to 0.99.6
PR:		47084
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2003-01-18 22:20:18 +00:00

28 lines
928 B
Plaintext

--- tools/doc/template/html/Makefile.in.orig Thu Jan 9 04:49:51 2003
+++ tools/doc/template/html/Makefile.in Tue Jan 14 09:40:05 2003
@@ -124,7 +124,7 @@
xml_LIBS = @xml_LIBS@
template_DATA = namespace.png class.png empty.png back.png var.png function.png style.css
-templatedir = @prefix@/share/ferite/doc/template/html
+templatedir = @prefix@/share/doc/ferite/template/html
EXTRA_DIST = $(template_DATA)
subdir = tools/doc/template/html
@@ -155,6 +155,7 @@
uninstall-info-am:
templateDATA_INSTALL = $(INSTALL_DATA)
install-templateDATA: $(template_DATA)
+ifndef NOPORTDOCS
@$(NORMAL_INSTALL)
$(mkinstalldirs) $(DESTDIR)$(templatedir)
@list='$(template_DATA)'; for p in $$list; do \
@@ -163,6 +164,7 @@
echo " $(templateDATA_INSTALL) $$d$$p $(DESTDIR)$(templatedir)/$$f"; \
$(templateDATA_INSTALL) $$d$$p $(DESTDIR)$(templatedir)/$$f; \
done
+endif
uninstall-templateDATA:
@$(NORMAL_UNINSTALL)