aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorArun Isaac2021-07-04 18:43:34 +0530
committerArun Isaac2021-07-04 19:38:22 +0530
commit53255a4d269a7e56626cba9b6c21b1c2d95e6c39 (patch)
treeb3bc9c6660a7283d0758b7279fed2f705bd78b05 /.gitignore
parent8413e664c27bdbf55d6b0290466bc8beade7d8a2 (diff)
downloadccwl-53255a4d269a7e56626cba9b6c21b1c2d95e6c39.tar.gz
ccwl-53255a4d269a7e56626cba9b6c21b1c2d95e6c39.tar.lz
ccwl-53255a4d269a7e56626cba9b6c21b1c2d95e6c39.zip
Makefile: Build skribilo documentation in-place.
* Makefile.am (SKRIBILO_BUILD_DIR): Delete variable. (CLEANFILES): Add doc/*.cwl, doc/*.dot, doc/*.svg, doc/ccwl.info, doc/skribilo.go. ($(SKRIBILO_BUILD_DIR)/%.cwl): Rename to %.cwl. (info-local, install-info-local): Depend on doc/ccwl.info instead of $(SKRIBILO_BUILD_DIR)/ccwl.info. (html-local, install-html-local, website/manual/dev/en): Depend on doc/ccwl.html instead of $(SKRIBILO_BUILD_DIR)/ccwl.html. ($(SKRIBILO_BUILD_DIR)/ccwl.info): Rename to doc/ccwl.info. ($(SKRIBILO_BUILD_DIR)/ccwl.html): Rename to doc/ccwl.html. (clean-local): Do not delete doc/skribilo.go and $(SKRIBILO_BUILD_DIR). * .gitignore: Add doc/*.cwl, doc/*.html, doc/*.info, doc/*.svg. Remove doc/skribilo. * doc/ccwl.skb (Tutorial)[Workflow with multiple steps]: Reference images in the doc directory instead of in the doc/skribilo directory.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore5
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 752eca1..efee198 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,8 +10,11 @@ build-aux/test-driver.scm
config.log
config.status
configure
+doc/*.cwl
+doc/*.html
+doc/*.info
+doc/*.svg
doc/.dirstamp
-doc/skribilo
doc/stamp-vti
pre-inst-env
scripts/ccwl