aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorArun Isaac2021-06-29 18:09:27 +0530
committerArun Isaac2021-07-02 16:01:32 +0530
commitc550ff6cdc8264c66c13ab3b21e61fccedf9735e (patch)
treeeb37276ead63f54604301adaff733772b6772e0a /.gitignore
parent68327fda24b852ec4daed02ad677c49da75c38aa (diff)
downloadccwl-c550ff6cdc8264c66c13ab3b21e61fccedf9735e.tar.gz
ccwl-c550ff6cdc8264c66c13ab3b21e61fccedf9735e.tar.lz
ccwl-c550ff6cdc8264c66c13ab3b21e61fccedf9735e.zip
Makefile: Track dependencies automatically.
* build-aux/find-dependencies.scm: New file. * Makefile.am (DOC_IMAGES): Delete variable. (.depends): New target. Include it in the Makefile. ($(SKRIBILO_BUILD_DIR)/ccwl.info, $(SKRIBILO_BUILD_DIR)/ccwl.html): Depend on DOC_OTHER_DEPENDENCIES. (clean-local): Delete .depends. * .gitignore: Add .depends.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 83d6491..752eca1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
*.go
+.depends
Makefile
Makefile.in
aclocal.m4