blob: a75f1e6c1c47f88851185140b39317b7b38f91f3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
--- Makefile.in.orig Wed Mar 24 10:40:13 2004
+++ Makefile.in Wed Mar 24 10:41:02 2004
@@ -19,12 +19,14 @@
(echo "-> Entering $$x"; cd $$x ;\
make $@ );\
done
+.if !defined(NOPORTDOCS)
@echo "-> Creating dirs & installing misc documentation."
$(INSTALL) -d -o $(DUMPER) -g $(DUMPGRP) -m 700 $(SNARDIR)
$(INSTALL) -d -m 755 $(DOCDIR)
$(INSTALL) -m 644 README $(DOCDIR)
$(INSTALL) -m 644 TODO $(DOCDIR)
$(INSTALL) -m 644 COMPLIANCE $(DOCDIR)
+.endif
@echo "-> All done."
uninstall:
|