auctex-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[AUCTeX-diffs] GNU AUCTeX branch, gendocspatch, created. 63702f94c105de3


From: Mosè Giordano
Subject: [AUCTeX-diffs] GNU AUCTeX branch, gendocspatch, created. 63702f94c105de3f8a4e357636f2b291845a8d72
Date: Tue, 02 Dec 2014 23:30:08 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU AUCTeX".

The branch, gendocspatch has been created
        at  63702f94c105de3f8a4e357636f2b291845a8d72 (commit)

- Log -----------------------------------------------------------------
commit 63702f94c105de3f8a4e357636f2b291845a8d72
Author: Mosè Giordano <address@hidden>
Date:   Tue Dec 2 23:05:29 2014 +0100

    Add gendocs.sh patch.

diff --git a/Makefile.in b/Makefile.in
index 60e21dc..9c0f4ad 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -578,6 +578,7 @@ release-upload:
        ncftpput ftp-upload.gnu.org /incoming/ftp $(FTPDIR)/*
 
 # AUCTeX and preview-latex manuals for the home page
+GENDOCSPATCH=gendocs.sh.patch
 www-doc: check-tag
        rm -rf $(WWWDIR)
        mkdir -p $(WWWDIR)/manual
diff --git a/gendocs.sh.patch b/gendocs.sh.patch
new file mode 100644
index 0000000..b737ea8
--- /dev/null
+++ b/gendocs.sh.patch
@@ -0,0 +1,54 @@
+--- gendocs.sh.orig    2014-10-29 14:25:47.404620794 +0100
++++ gendocs.sh 2014-10-29 14:35:45.812600075 +0100
+@@ -320,9 +320,9 @@
+     tar -czf "$abs_outdir/${PACKAGE}.html_$1.tar.gz" -- *.html
+   )
+   eval html_$1_tgz_size=`calcsize "$outdir/${PACKAGE}.html_$1.tar.gz"`
+-  rm -f "$outdir"/html_$1/*.html
+-  mkdir -p "$outdir/html_$1/"
+-  mv ${split_html_dir}/*.html "$outdir/html_$1/"
++  rm -f "$outdir"/${PACKAGE}/*.html
++  mkdir -p "$outdir/${PACKAGE}/"
++  mv ${split_html_dir}/*.html "$outdir/${PACKAGE}/"
+   rmdir ${split_html_dir}
+ }
+ 
+@@ -368,8 +368,8 @@
+   mv $PACKAGE.html "$outdir/"
+ 
+   html_split node
+-  html_split chapter
+-  html_split section
++#   html_split chapter
++#   html_split section
+ fi
+ 
+ printf "\nMaking .tar.gz for sources...\n"
+@@ -421,13 +421,13 @@
+ fi
+ 
+ printf "\nMaking index file...\n"
+-if test -z "$use_texi2html"; then
++# if test -z "$use_texi2html"; then
+   CONDS="/%%IF  *HTML_SECTION%%/,/%%ENDIF  *HTML_SECTION%%/d;\
+          /%%IF  *HTML_CHAPTER%%/,/%%ENDIF  *HTML_CHAPTER%%/d"
+-else
+-  # should take account of --split here.
+-  CONDS="/%%ENDIF.*%%/d;/%%IF  *HTML_SECTION%%/d;/%%IF  *HTML_CHAPTER%%/d"
+-fi
++# else
++#   # should take account of --split here.
++#   CONDS="/%%ENDIF.*%%/d;/%%IF  *HTML_SECTION%%/d;/%%IF  *HTML_CHAPTER%%/d"
++# fi
+ 
+ curdate=`$SETLANG date '+%B %d, %Y'`
+ sed \
+@@ -454,7 +454,7 @@
+    -e "s,%%SCRIPTURL%%,$scripturl,g" \
+    -e "s!%%SCRIPTNAME%%!$prog!g" \
+    -e "$CONDS" \
+-$GENDOCS_TEMPLATE_DIR/gendocs_template >"$outdir/index.html"
++$GENDOCS_TEMPLATE_DIR/gendocs_template >"$outdir/${PACKAGE}.index.html"
+ 
+ echo "Done, see $outdir/ subdirectory for new files."
+ 

-----------------------------------------------------------------------


hooks/post-receive
-- 
GNU AUCTeX



reply via email to

[Prev in Thread] Current Thread [Next in Thread]