Commit 42ab2248f4f14fdab7e137f7c99c4c0baf249a66

marcelo 2003-03-06T10:22:54

Last minute change to get document generation working again on IRIX

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/unix/docs/Makefile b/unix/docs/Makefile
index 4fab92d..b07ca51 100644
--- a/unix/docs/Makefile
+++ b/unix/docs/Makefile
@@ -9,7 +9,7 @@ all: doc
 
 doc: doc-stamp
 doc-stamp: $(DOXYFILE)
-	sed 's,^INPUT\b.*,INPUT=../../src,' $^ | $(DOXYGEN) -
+	sed 's,^INPUT[ 	].*,INPUT=../../src,' $^ | $(DOXYGEN) -
 	touch $@
 
 install-local: doc