diff options
Diffstat (limited to 'help')
-rw-r--r-- | help/devel/ChangeLog | 5 | ||||
-rw-r--r-- | help/devel/Makefile.am | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/help/devel/ChangeLog b/help/devel/ChangeLog index c13966da75..c432ddea1a 100644 --- a/help/devel/ChangeLog +++ b/help/devel/ChangeLog @@ -1,3 +1,8 @@ +2000-08-09 Peter Williams <peterw@helixcode.com> + + * Makefile.am (maintainer-clean-local): Don't depend + on 'clean'; this messes up maintainer-clean. + 2000-07-17 Federico Mena Quintero <federico@helixcode.com> * calendar/cal-client/tmpl/cal-client.sgml: Populated. diff --git a/help/devel/Makefile.am b/help/devel/Makefile.am index 63f190c190..0d3cec5a1c 100644 --- a/help/devel/Makefile.am +++ b/help/devel/Makefile.am @@ -38,7 +38,7 @@ html: clean-local: rm -f *~ *.bak *.signals *-unused.txt -maintainer-clean-local: clean +maintainer-clean-local: cd $(srcdir) && rm -rf html install-data-local: |