summaryrefslogtreecommitdiff
path: root/src/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/GNUmakefile')
-rw-r--r--src/GNUmakefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/GNUmakefile b/src/GNUmakefile
index 1a4c078..4ab212c 100644
--- a/src/GNUmakefile
+++ b/src/GNUmakefile
@@ -18,7 +18,7 @@
#
# -------------------------------------------------------------------------
#
-# $Id: GNUmakefile,v 1.3 2005-03-24 02:09:12 ianc Exp $
+# $Id: GNUmakefile,v 1.4 2005-03-25 01:23:52 ianc Exp $
#
@@ -55,7 +55,8 @@ SOURCES = autocheck.cpp \
dialog.cpp \
text.cpp \
static.cpp \
- debug.cpp
+ debug.cpp \
+ window.cpp
HEADERS = w32dlib/*.h
@@ -73,6 +74,10 @@ $(TARGET): $(OBJECTS) GNUMakefile
doc: $(DOCDIR)/html/index.html
+cleandoc:
+ -rm -rf $(DOCDIR)/*
+
+
$(DOCDIR)/html/index.html: $(HEADERS)
-rm -rf $(DOCDIR)/*
cd w32dlib ; doxygen