summaryrefslogtreecommitdiff
blob: 766f6f45393bbc2637189775054f2e9631ba6497 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- makefile.orig	2003-06-12 14:03:05.000000000 -0400
+++ makefile	2003-06-12 14:03:18.000000000 -0400
@@ -41,13 +41,11 @@
 	$(AR) $(ARFLAGS) libtommath.a $(OBJECTS)
 	ranlib libtommath.a
 
-install: libtommath.a docs
+install: libtommath.a
 	install -d -g root -o root $(DESTDIR)$(LIBPATH)
 	install -d -g root -o root $(DESTDIR)$(INCPATH)
-	install -d -g root -o root $(DESTDIR)$(DATAPATH)
 	install -g root -o root $(LIBNAME) $(DESTDIR)$(LIBPATH)
 	install -g root -o root $(HEADERS) $(DESTDIR)$(INCPATH)
-	install -g root -o root bn.pdf $(DESTDIR)$(DATAPATH)
 
 test: libtommath.a demo/demo.o
 	$(CC) demo/demo.o libtommath.a -o test