mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-10 14:00:21 +02:00
add www-commit rule in doc/ref
* doc/ref/Makefile.am (www-commit): Add rule to update docs on web site.
This commit is contained in:
parent
6bf623ca34
commit
863f11969d
2 changed files with 8 additions and 0 deletions
1
doc/ref/.gitignore
vendored
1
doc/ref/.gitignore
vendored
|
@ -1,2 +1,3 @@
|
|||
autoconf-macros.texi
|
||||
effective-version.texi
|
||||
guile.html
|
||||
|
|
|
@ -148,3 +148,10 @@ $(snarf_doc).texi: $(standard_library_scm_files)
|
|||
|
||||
CLEANFILES = $(snarf_doc).texi
|
||||
EXTRA_DIST += $(snarf_doc).scm make-texinfo.scm $(snarf_doc).texi $(snarf_doc).am
|
||||
|
||||
|
||||
www-commit: html
|
||||
cd guile.html; \
|
||||
cvs -d :ext:cvs.sv.gnu.org:/web/guile \
|
||||
import -m 'make www-commit in doc/ref' guile/docs/master/guile.html gnu \
|
||||
$(shell date "+D%Y%m%d%H%M%S")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue