|
From: Carlo W. <li...@us...> - 2001-12-30 20:00:14
|
CVSROOT : /cvsroot/libcw
Module : src
Commit time: 2001-11-30 20:00:12 UTC
Modified files:
libcwd/Makefile.am libcwd/maintMakefile.in
Log message:
Make example-project/debug.h dependant of documentation directly.
---------------------- diff included ----------------------
Index: src/libcwd/Makefile.am
diff -u src/libcwd/Makefile.am:1.35 src/libcwd/Makefile.am:1.36
--- src/libcwd/Makefile.am:1.35 Sat Dec 29 20:17:46 2001
+++ src/libcwd/Makefile.am Sun Dec 30 12:00:01 2001
@@ -34,7 +34,7 @@
# --------------- Maintainer's Section
-dist-hook: example-project/debug.h documentation
+dist-hook: documentation
cp -pr $(srcdir)/documentation $(distdir)/documentation
find $(distdir)/documentation -name CVS -print | xargs rm -rf
mkdir $(distdir)/example-project
Index: src/libcwd/maintMakefile.in
diff -u src/libcwd/maintMakefile.in:1.14 src/libcwd/maintMakefile.in:1.15
--- src/libcwd/maintMakefile.in:1.14 Sat Dec 29 20:17:47 2001
+++ src/libcwd/maintMakefile.in Sun Dec 30 12:00:01 2001
@@ -148,5 +148,5 @@
done; \
)
-documentation:
+documentation: example-project/debug.h
$(MAKE) -C documentation
----------------------- End of diff -----------------------
|