219bc71fd4
This is a widget collection, which used to be a part of Siag Office. The author has decided to maintain the widgets separately, so other software can use them. See: http://siag.nu/mowitz/ for more.
17 lines
385 B
Text
17 lines
385 B
Text
--- Makefile.in Mon Jan 7 10:43:21 2002
|
|
+++ Makefile.in Mon Jan 7 20:54:38 2002
|
|
@@ -84,3 +84,6 @@
|
|
|
|
-SUBDIRS = Mowitz examples doc
|
|
+SUBDIRS = Mowitz examples
|
|
+.ifndef NOPORTDOCS
|
|
+SUBDIRS+= doc
|
|
+.endif
|
|
|
|
--- doc/Makefile.in Mon Jan 7 10:43:49 2002
|
|
+++ doc/Makefile.in Mon Jan 7 20:52:43 2002
|
|
@@ -84,3 +84,3 @@
|
|
|
|
-docdir = $(prefix)/doc/Mowitz
|
|
+docdir = $(prefix)/share/doc/Mowitz
|
|
|